Searched hist:"6539 c44d08ac2eea693b6163135169b9c8c18bb1" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | phy_fixed.h | diff 6539c44d08ac2eea693b6163135169b9c8c18bb1 Tue Dec 16 13:30:09 CST 2014 David S. Miller <davem@davemloft.net> net: Allow FIXED_PHY to be modular.
Otherwise we get things like:
warning: (NET_DSA_BCM_SF2 && BCMGENET && SYSTEMPORT) selects FIXED_PHY which has unmet direct dependencies (NETDEVICES && PHYLIB=y)
In order to make this work we have to rename fixed.c to fixed_phy.c because the regulator drivers already have a module named "fixed.o".
Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/phy/ |
H A D | fixed_phy.c | 6539c44d08ac2eea693b6163135169b9c8c18bb1 Tue Dec 16 13:30:09 CST 2014 David S. Miller <davem@davemloft.net> net: Allow FIXED_PHY to be modular.
Otherwise we get things like:
warning: (NET_DSA_BCM_SF2 && BCMGENET && SYSTEMPORT) selects FIXED_PHY which has unmet direct dependencies (NETDEVICES && PHYLIB=y)
In order to make this work we have to rename fixed.c to fixed_phy.c because the regulator drivers already have a module named "fixed.o".
Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Makefile | diff 6539c44d08ac2eea693b6163135169b9c8c18bb1 Tue Dec 16 13:30:09 CST 2014 David S. Miller <davem@davemloft.net> net: Allow FIXED_PHY to be modular.
Otherwise we get things like:
warning: (NET_DSA_BCM_SF2 && BCMGENET && SYSTEMPORT) selects FIXED_PHY which has unmet direct dependencies (NETDEVICES && PHYLIB=y)
In order to make this work we have to rename fixed.c to fixed_phy.c because the regulator drivers already have a module named "fixed.o".
Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Kconfig | diff 6539c44d08ac2eea693b6163135169b9c8c18bb1 Tue Dec 16 13:30:09 CST 2014 David S. Miller <davem@davemloft.net> net: Allow FIXED_PHY to be modular.
Otherwise we get things like:
warning: (NET_DSA_BCM_SF2 && BCMGENET && SYSTEMPORT) selects FIXED_PHY which has unmet direct dependencies (NETDEVICES && PHYLIB=y)
In order to make this work we have to rename fixed.c to fixed_phy.c because the regulator drivers already have a module named "fixed.o".
Signed-off-by: David S. Miller <davem@davemloft.net>
|