Re: [U-Boot] [PATCH] Network AT91 AVR32: generic way of addressing USRIO register layout

2009-04-02 Thread Ben Warren
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 10:41 Mon 23 Mar , Haavard Skinnemoen wrote: > >> Jean-Christophe PLAGNIOL-VILLARD wrote: >> >>> On 09:58 Mon 23 Mar , Nicolas Ferre wrote: >>> The MACB IP used by AVR32 & AT91 have two different layout for USRIO register

Re: [U-Boot] [PATCH] Network AT91 AVR32: generic way of addressing USRIO register layout

2009-04-02 Thread Jean-Christophe PLAGNIOL-VILLARD
On 10:41 Mon 23 Mar , Haavard Skinnemoen wrote: > Jean-Christophe PLAGNIOL-VILLARD wrote: > > On 09:58 Mon 23 Mar , Nicolas Ferre wrote: > > > The MACB IP used by AVR32 & AT91 have two different layout for USRIO > > > register. We have to differentiate this in the driver code. > > > No more

Re: [U-Boot] [PATCH] Network AT91 AVR32: generic way of addressing USRIO register layout

2009-03-23 Thread Haavard Skinnemoen
Jean-Christophe PLAGNIOL-VILLARD wrote: > On 09:58 Mon 23 Mar , Nicolas Ferre wrote: > > The MACB IP used by AVR32 & AT91 have two different layout for USRIO > > register. We have to differentiate this in the driver code. > > No more cpu specific #ifdefs in driver: we manage a > > configuration

Re: [U-Boot] [PATCH] Network AT91 AVR32: generic way of addressing USRIO register layout

2009-03-23 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:58 Mon 23 Mar , Nicolas Ferre wrote: > The MACB IP used by AVR32 & AT91 have two different layout for USRIO > register. We have to differentiate this in the driver code. > No more cpu specific #ifdefs in driver: we manage a > configuration variable. > > Signed-off-by: Nicolas Ferre Ack-b

[U-Boot] [PATCH] Network AT91 AVR32: generic way of addressing USRIO register layout

2009-03-23 Thread Nicolas Ferre
The MACB IP used by AVR32 & AT91 have two different layout for USRIO register. We have to differentiate this in the driver code. No more cpu specific #ifdefs in driver: we manage a configuration variable. Signed-off-by: Nicolas Ferre --- drivers/net/macb.c |6 ++ drivers/net/macb.h |