public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [U-boot] [Patch v2 0/5] keystone_net: use MDIO bus and eth PHY frameworks
@ 2014-10-17 17:44 Ivan Khoronzhuk
  2014-10-17 17:44 ` [U-Boot] [U-boot] [Patch v2 1/5] net: phy: print a number of phy that is not found Ivan Khoronzhuk
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Ivan Khoronzhuk @ 2014-10-17 17:44 UTC (permalink / raw)
  To: u-boot

This patch series optimize keystone_net driver to use MDIO bus and
eht PHY frameworks.

Based on
"[U-boot] [Patch v3 0/5] keystone2: serdes: add seredes driver"
https://www.mail-archive.com/u-boot at lists.denx.de/msg148694.html

v2..v1
  net: keystone_net: register eth PHYs on MDIO bus
	- add ability for choosing to configure phy at init or not

Ivan Khoronzhuk (5):
  net: phy: print a number of phy that is not found
  net: keystone_net: use mdio_reset function
  net: keystone_net: register MDIO bus
  net: keystone_net: register eth PHYs on MDIO bus
  net: keystone_net: use general get link function

 arch/arm/include/asm/ti-common/keystone_net.h |   1 +
 drivers/net/keystone_net.c                    | 171 ++++++++++++--------------
 drivers/net/phy/phy.c                         |   2 +-
 include/configs/ks2_evm.h                     |   3 +-
 4 files changed, 81 insertions(+), 96 deletions(-)

-- 
1.8.3.2

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-10-23 17:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-17 17:44 [U-Boot] [U-boot] [Patch v2 0/5] keystone_net: use MDIO bus and eth PHY frameworks Ivan Khoronzhuk
2014-10-17 17:44 ` [U-Boot] [U-boot] [Patch v2 1/5] net: phy: print a number of phy that is not found Ivan Khoronzhuk
2014-10-23 17:14   ` [U-Boot] [U-Boot, U-boot, v2, " Tom Rini
2014-10-17 17:44 ` [U-Boot] [U-boot] [Patch v2 2/5] net: keystone_net: use mdio_reset function Ivan Khoronzhuk
2014-10-23 17:14   ` [U-Boot] [U-Boot, U-boot, v2, " Tom Rini
2014-10-17 17:44 ` [U-Boot] [U-boot] [Patch v2 3/5] net: keystone_net: register MDIO bus Ivan Khoronzhuk
2014-10-23 17:14   ` [U-Boot] [U-Boot, U-boot, v2, " Tom Rini
2014-10-17 17:44 ` [U-Boot] [U-boot] [Patch v2 4/5] net: keystone_net: register eth PHYs on " Ivan Khoronzhuk
2014-10-23 17:14   ` [U-Boot] [U-Boot, U-boot, v2, " Tom Rini
2014-10-17 17:44 ` [U-Boot] [U-boot] [Patch v2 5/5] net: keystone_net: use general get link function Ivan Khoronzhuk
2014-10-23 17:14   ` [U-Boot] [U-Boot, U-boot, v2, " Tom Rini
2014-10-17 19:06 ` [U-Boot] [U-boot] [Patch v2 0/5] keystone_net: use MDIO bus and eth PHY frameworks Ivan Khoronzhuk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox