projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79a5a18
)
phy: core: add PHY_MODE_ETHERNET
author
Grygorii Strashko
<grygorii.strashko@ti.com>
Tue, 20 Nov 2018 01:24:21 +0000
(19:24 -0600)
committer
Kishon Vijay Abraham I
<kishon@ti.com>
Wed, 12 Dec 2018 04:31:33 +0000
(10:01 +0530)
Add new PHY's mode to be used by Ethernet PHY interface drivers or
multipurpose PHYs like serdes. It will be reused in further changes.
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
include/linux/phy/phy.h
patch
|
blob
|
history
diff --git
a/include/linux/phy/phy.h
b/include/linux/phy/phy.h
index b17e7709c5dc5218b6a9158f66eab900d4d9013f..02c9ef0c8fffe4d2c0c41e928c84ae81cedc4312 100644
(file)
--- a/
include/linux/phy/phy.h
+++ b/
include/linux/phy/phy.h
@@
-42,6
+42,7
@@
enum phy_mode {
PHY_MODE_UFS_HS_A,
PHY_MODE_UFS_HS_B,
PHY_MODE_PCIE,
+ PHY_MODE_ETHERNET,
};
/**