Re: [U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver

2012-08-30 Thread Marek Vasut
Dear Łukasz Dałek, > On 31.08.2012 00:04, Marek Vasut wrote: > > Dear Łukasz Dałek, > > > >> On 30.08.2012 21:09, Marek Vasut wrote: > >>> Dear Łukasz Dałek, > >>> > I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest. > Cleaned ethernet driver. Soon I would also send

Re: [U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver

2012-08-30 Thread Łukasz Dałek
On 31.08.2012 00:04, Marek Vasut wrote: Dear Łukasz Dałek, On 30.08.2012 21:09, Marek Vasut wrote: Dear Łukasz Dałek, I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest. Cleaned ethernet driver. Soon I would also send patches for drivers/usb/gadget/ether.c to work correctly

Re: [U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver

2012-08-30 Thread Marek Vasut
Dear Łukasz Dałek, > On 30.08.2012 21:09, Marek Vasut wrote: > > Dear Łukasz Dałek, > > > >> I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest. > >> Cleaned ethernet driver. Soon I would also send patches for > >> drivers/usb/gadget/ether.c to work correctly with this pxa drive

Re: [U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver

2012-08-30 Thread Łukasz Dałek
On 30.08.2012 21:09, Marek Vasut wrote: Dear Łukasz Dałek, I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest. Cleaned ethernet driver. Soon I would also send patches for drivers/usb/gadget/ether.c to work correctly with this pxa driver. Łukasz Dałek (2): pxa: Add some stu

Re: [U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver

2012-08-30 Thread Marek Vasut
Dear Łukasz Dałek, > I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest. > Cleaned ethernet driver. Soon I would also send patches for > drivers/usb/gadget/ether.c to work correctly with this pxa driver. > > Łukasz Dałek (2): > pxa: Add some stuff to examine cpu model and rev

Re: [U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver

2012-08-21 Thread Marek Vasut
Dear Łukasz Dałek, > I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest. > Cleaned ethernet driver. Soon I would also send patches for > drivers/usb/gadget/ether.c to work correctly with this pxa driver. I didn't sleep today ... I'll review it tomorrow. > Łukasz Dałek (2): >

[U-Boot] [PATCH 0/2] PXA25x: USB ethernet driver

2012-08-21 Thread Łukasz Dałek
I've moved cpu revision detection to arch/arm/cpu/pxa as you suggest. Cleaned ethernet driver. Soon I would also send patches for drivers/usb/gadget/ether.c to work correctly with this pxa driver. Łukasz Dałek (2): pxa: Add some stuff to examine cpu model and rev pxa25x: Add USB ethernet gadge