Searched hist:a79d8e93d300adb84cccc38ac396cfb118c238ad (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | phy_fixed.h | diff a79d8e93d300adb84cccc38ac396cfb118c238ad Thu Dec 06 16:51:22 CST 2007 Vitaly Bordug <vitb@kernel.crashing.org> phy/fixed.c: rework to not duplicate PHY layer functionality
With that patch fixed.c now fully emulates MDIO bus, thus no need to duplicate PHY layer functionality. That, in turn, drastically simplifies the code, and drops down line count.
As an additional bonus, now there is no need to register MDIO bus for each PHY, all emulated PHYs placed on the platform fixed MDIO bus. There is also no more need to pre-allocate PHYs via .config option, this is all now handled dynamically.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Vitaly Bordug <vitb@kernel.crashing.org> Acked-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
|
/openbmc/linux/drivers/net/phy/ |
H A D | Kconfig | diff f9e7d100ddea5cdcea7a02230566f36b0a648c2e Wed Feb 27 09:07:54 CST 2008 Adrian Bunk <adrian.bunk@movial.fi> FIXED_PHY must depend on PHYLIB=y
This patch fixes the following build error introduced by commit a79d8e93d300adb84cccc38ac396cfb118c238ad and reported by Olaf Hering:
<-- snip -->
... LD .tmp_vmlinux1 arch/powerpc/sysdev/built-in.o: In function `of_add_fixed_phys': fsl_soc.c:(.init.text+0xd34): undefined reference to `fixed_phy_add' make: *** [.tmp_vmlinux1] Error 1
<-- snip -->
Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi> Signed-off-by: Jeff Garzik <jeff@garzik.org> diff a79d8e93d300adb84cccc38ac396cfb118c238ad Thu Dec 06 16:51:22 CST 2007 Vitaly Bordug <vitb@kernel.crashing.org> phy/fixed.c: rework to not duplicate PHY layer functionality
With that patch fixed.c now fully emulates MDIO bus, thus no need to duplicate PHY layer functionality. That, in turn, drastically simplifies the code, and drops down line count.
As an additional bonus, now there is no need to register MDIO bus for each PHY, all emulated PHYs placed on the platform fixed MDIO bus. There is also no more need to pre-allocate PHYs via .config option, this is all now handled dynamically.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com> Signed-off-by: Vitaly Bordug <vitb@kernel.crashing.org> Acked-by: Jeff Garzik <jeff@garzik.org> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
|