Re: [U-Boot] [PATCH] AT92RM9200 EMAC driver for NET MULTI API

2009-12-06 Thread Ben Warren
Hi Jens, On Sun, Dec 6, 2009 at 11:36 AM, Jens Scharsig wrote: > Dear Wolfgang Denk, > Dear Ben Warren, > > I'm still working on a patch set for AT91 SoC access with c structures. > This will include a reintroduce of this patch. > > That's great. After some time off I'm just getting back into th

Re: [U-Boot] [PATCH] AT92RM9200 EMAC driver for NET MULTI API

2009-12-06 Thread Jens Scharsig
Dear Wolfgang Denk, Dear Ben Warren, I'm still working on a patch set for AT91 SoC access with c structures. This will include a reintroduce of this patch. Best regards, Jens Scharsig ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/ma

Re: [U-Boot] [PATCH] AT92RM9200 EMAC driver for NET MULTI API

2009-11-22 Thread Wolfgang Denk
Dear Ben, In message <4acdde30.8030...@bus-elektronik.de> Jens Scharsig wrote: > This patch adds a new net api driver for AT91RM9200 EMAC > > * adds NET_MULTI api EMAC (CONFIG_DRIVER_AT91EMAC) > * generic PHY initialization > > Signed-off-by: Jens Scharsig > --- > > This patch was tested with

[U-Boot] [PATCH] AT92RM9200 EMAC driver for NET MULTI API

2009-10-08 Thread Jens Scharsig
This patch adds a new net api driver for AT91RM9200 EMAC * adds NET_MULTI api EMAC (CONFIG_DRIVER_AT91EMAC) * generic PHY initialization Signed-off-by: Jens Scharsig --- This patch was tested with full MII interface and LXT971 Phy on our upcomming new board. I have also tested the RMII interf