qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] Generalize bitbang MDIO and use for versatile-pb
@ 2013-01-19 22:28 Grant Likely
  2013-01-19 22:28 ` [Qemu-devel] [PATCH 1/3] net/bitbang_mdio: Generalize etraxfs MDIO bitbanging emulation Grant Likely
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Grant Likely @ 2013-01-19 22:28 UTC (permalink / raw)
  To: qemu-devel

This series extracts the MDIO bitbang code from the etraxfs driver and
makes it usable on targets using the smc91111 Ethernet controller. I've
tested this using u-boot on the versatile-pb model.

net/bitbang_mdio: Generalize etraxfs MDIO bitbanging emulation
net/bitbang_mdio: Never set PHY RST and ANEG_RST bits on register write
net/bitbang_mdio: Use bitbang core for smc91c111 network device

 hw/Makefile.objs      |    2 +-
 hw/bitbang_mdio.c     |  271 ++++++++++++++++++++++++++++++++++++++++++++++++
 hw/bitbang_mdio.h     |   72 +++++++++++++
 hw/cris/Makefile.objs |    1 +
 hw/etraxfs_eth.c      |  273 +------------------------------------------------
 hw/smc91c111.c        |   29 +++++-
 6 files changed, 371 insertions(+), 277 deletions(-)
 create mode 100644 hw/bitbang_mdio.c
 create mode 100644 hw/bitbang_mdio.h

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

end of thread, other threads:[~2013-01-21 13:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-19 22:28 [Qemu-devel] [PATCH 0/3] Generalize bitbang MDIO and use for versatile-pb Grant Likely
2013-01-19 22:28 ` [Qemu-devel] [PATCH 1/3] net/bitbang_mdio: Generalize etraxfs MDIO bitbanging emulation Grant Likely
2013-01-20 17:29   ` Andreas Färber
2013-01-21 12:51   ` Edgar E. Iglesias
2013-01-19 22:28 ` [Qemu-devel] [PATCH 2/3] net/bitbang_mdio: Never set PHY RST and ANEG_RST bits on register write Grant Likely
2013-01-19 22:28 ` [Qemu-devel] [PATCH 3/3] net/bitbang_mdio: Use bitbang core for smc91c111 network device Grant Likely
2013-01-20 11:29   ` Peter Maydell
2013-01-21 13:12     ` Grant Likely
2013-01-20 17:26 ` [Qemu-devel] [PATCH 0/3] Generalize bitbang MDIO and use for versatile-pb Andreas Färber

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).