qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] Generalize bitbang MDIO and use for versati


From: Grant Likely
Subject: Re: [Qemu-devel] [PATCH 0/3] Generalize bitbang MDIO and use for versatile-pb
Date: Mon, 21 Jan 2013 09:08:27 -0400

On Sun, 20 Jan 2013 18:26:06 +0100, Andreas Färber <address@hidden> wrote:
> Am 19.01.2013 23:28, schrieb Grant Likely:
> > 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
> 
> Neither of these files is actually in net/, so please fix that or name
> the subject less misleading "bitbang_mdio: ..." if you resend.

will do.

g.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]