diff options
| author | Florian Fainelli <[email protected]> | 2014-02-11 17:27:39 -0800 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2014-02-12 19:08:20 -0500 |
| commit | 8a2fe56e8827f2b1eb1766702f0215074dd2767e (patch) | |
| tree | 0c01261dde720a3002a9f7a56b87b37c7c61b21b /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | ad033506f5061db818bab1cc07b2c3d8d477cf12 (diff) | |
net: phy: re-design phy_modes to be self-contained
of_get_phy_mode() uses a local array to map phy_interface_t values from
include/linux/net/phy.h to a string which is read from the 'phy-mode' or
'phy-connection-type' property. In preparation for exposing the PHY
interface mode through sysfs, perform the following:
- mode phy_modes from drivers/of/of_net.c to include/linux/phy.h such
that it is right below the phy_interface_t enum
- make it a static inline function returning the string such that we can
use it by just including include/linux/net/phy.h
- add a PHY_INTERFACE_MODE_MAX enum value to guard the iteration in
of_get_phy_mode()
Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions