Re: [U-Boot] [PATCH 8/9 V3] new at91_emac network driver (NET_MULTI api)

2010-01-31 Thread Ben Warren
Hi Jens, Jens Scharsig wrote: > * add's at91_emac (AT91RM9200) network driver (NET_MULTI api) > * enable driver with CONFIG_DRIVER_AT91EMAC > * generic PHY initialization > * modify AT91RM9200 boards to use NET_MULTI driver > * the drivers has been tested with LXT971 Phy and DM9161 Phy at >

Re: [U-Boot] [PATCH 8/9 V3] new at91_emac network driver (NET_MULTI api)

2010-01-30 Thread Tom
Jens Scharsig wrote: > * add's at91_emac (AT91RM9200) network driver (NET_MULTI api) > * enable driver with CONFIG_DRIVER_AT91EMAC > * generic PHY initialization > * modify AT91RM9200 boards to use NET_MULTI driver > * the drivers has been tested with LXT971 Phy and DM9161 Phy at > MII and R

[U-Boot] [PATCH 8/9 V3] new at91_emac network driver (NET_MULTI api)

2010-01-23 Thread Jens Scharsig
* add's at91_emac (AT91RM9200) network driver (NET_MULTI api) * enable driver with CONFIG_DRIVER_AT91EMAC * generic PHY initialization * modify AT91RM9200 boards to use NET_MULTI driver * the drivers has been tested with LXT971 Phy and DM9161 Phy at MII and RMII interface Signed-off-by: Jen