linux-embedded.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] phylib: mdio-ofgpio ---> mdio-gpio (v3)
@ 2008-11-14 10:24 Paulius Zaleckas
  2008-11-14 10:24 ` [PATCH 1/2] phylib: rename mdio-ofgpio to mdio-gpio Paulius Zaleckas
  2008-11-14 10:24 ` [PATCH 2/2] phylib: make mdio-gpio work without OF (v4) Paulius Zaleckas
  0 siblings, 2 replies; 4+ messages in thread
From: Paulius Zaleckas @ 2008-11-14 10:24 UTC (permalink / raw)
  To: netdev; +Cc: linux-arm-kernel, linux-embedded

I think these patches are ready for merging to netdev-next.
If there is need I can merge these two patches to single.

Changes since v2:
- finished with rework patch

Changes since v1:
- broken to rename patch and mdio-gpio rework

---

Paulius Zaleckas (2):
      phylib: make mdio-gpio work without OF (v4)
      phylib: rename mdio-ofgpio to mdio-gpio


 drivers/net/phy/Kconfig       |    7 +
 drivers/net/phy/Makefile      |    2 
 drivers/net/phy/mdio-gpio.c   |  296 +++++++++++++++++++++++++++++++++++++++++
 drivers/net/phy/mdio-ofgpio.c |  204 ----------------------------
 include/linux/mdio-gpio.h     |   25 +++
 5 files changed, 327 insertions(+), 207 deletions(-)
 create mode 100644 drivers/net/phy/mdio-gpio.c
 delete mode 100644 drivers/net/phy/mdio-ofgpio.c
 create mode 100644 include/linux/mdio-gpio.h

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

end of thread, other threads:[~2008-11-20 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-14 10:24 [PATCH 0/2] phylib: mdio-ofgpio ---> mdio-gpio (v3) Paulius Zaleckas
2008-11-14 10:24 ` [PATCH 1/2] phylib: rename mdio-ofgpio to mdio-gpio Paulius Zaleckas
2008-11-14 10:24 ` [PATCH 2/2] phylib: make mdio-gpio work without OF (v4) Paulius Zaleckas
2008-11-20 16:24   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).