Re: [U-Boot] [PATCH 01/10] usb: Remove obsolete header file

2012-11-29 Thread Pantelis Antoniou
Hi Lukasz, I did found out the problem with large transfers, and there is a patch that fixes it. I'm pretty sure that the transfers are correct. Perhaps some other problem with your board? Can you use the updated patch series and try with that, with debugging enabled? Regards -- Pantelis

Re: [U-Boot] [PATCH 01/10] usb: Remove obsolete header file

2012-11-29 Thread Lukasz Majewski
Hi Pantelis, Hi Lukasz, On Nov 28, 2012, at 7:46 PM, Lukasz Majewski wrote: Hi Pantelis, Hi Lukasz, On Nov 28, 2012, at 6:01 PM, Lukasz Majewski wrote: Hi Tom, Hi Pantelis, usbdescriptors.h conflicts with linux/usb/ch9.h Remove it. After rebasing on

Re: [U-Boot] [PATCH 01/10] usb: Remove obsolete header file

2012-11-29 Thread Pantelis Antoniou
Hi Lukasz, On Nov 29, 2012, at 10:13 AM, Lukasz Majewski wrote: Hi Pantelis, Hi Lukasz, On Nov 28, 2012, at 7:46 PM, Lukasz Majewski wrote: Hi Pantelis, Hi Lukasz, On Nov 28, 2012, at 6:01 PM, Lukasz Majewski wrote: Hi Tom, Hi Pantelis, usbdescriptors.h conflicts with

[U-Boot] [PATCH 01/10] usb: Remove obsolete header file

2012-11-28 Thread Pantelis Antoniou
usbdescriptors.h conflicts with linux/usb/ch9.h Remove it. Signed-off-by: Pantelis Antoniou pa...@antoniou-consulting.com --- drivers/usb/gadget/f_dfu.c | 1 - include/g_dnl.h| 1 - 2 files changed, 2 deletions(-) diff --git a/drivers/usb/gadget/f_dfu.c b/drivers/usb/gadget/f_dfu.c

Re: [U-Boot] [PATCH 01/10] usb: Remove obsolete header file

2012-11-28 Thread Lukasz Majewski
Hi Pantelis, usbdescriptors.h conflicts with linux/usb/ch9.h Remove it. After applying this patch, I cannot build trats target anymore. If I remember correctly both files (usbdescriptors.h and linux/usb/ch9.h) are necessary. The usbdescriptors.h declares e.g.: struct usb_device_descriptor

Re: [U-Boot] [PATCH 01/10] usb: Remove obsolete header file

2012-11-28 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/28/12 09:40, Lukasz Majewski wrote: Hi Pantelis, usbdescriptors.h conflicts with linux/usb/ch9.h Remove it. After applying this patch, I cannot build trats target anymore. Had you also merged u-boot-usb? Locally, trats builds now (which

Re: [U-Boot] [PATCH 01/10] usb: Remove obsolete header file

2012-11-28 Thread Lukasz Majewski
Hi Tom, -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/28/12 09:40, Lukasz Majewski wrote: Hi Pantelis, usbdescriptors.h conflicts with linux/usb/ch9.h Remove it. After applying this patch, I cannot build trats target anymore. Had you also merged u-boot-usb? Locally,

Re: [U-Boot] [PATCH 01/10] usb: Remove obsolete header file

2012-11-28 Thread Lukasz Majewski
Hi Tom, Hi Pantelis, usbdescriptors.h conflicts with linux/usb/ch9.h Remove it. After rebasing on u-boot-usb/next below comment apply: After applying this patch, I cannot build trats target anymore. With u-boot-usb/master I can compile the u-boot for trats board with no warnings and

Re: [U-Boot] [PATCH 01/10] usb: Remove obsolete header file

2012-11-28 Thread Pantelis Antoniou
Hi Lukasz, On Nov 28, 2012, at 6:01 PM, Lukasz Majewski wrote: Hi Tom, Hi Pantelis, usbdescriptors.h conflicts with linux/usb/ch9.h Remove it. After rebasing on u-boot-usb/next below comment apply: After applying this patch, I cannot build trats target anymore. With

Re: [U-Boot] [PATCH 01/10] usb: Remove obsolete header file

2012-11-28 Thread Lukasz Majewski
Hi Pantelis, Hi Lukasz, On Nov 28, 2012, at 6:01 PM, Lukasz Majewski wrote: Hi Tom, Hi Pantelis, usbdescriptors.h conflicts with linux/usb/ch9.h Remove it. After rebasing on u-boot-usb/next below comment apply: After applying this patch, I cannot build trats target

Re: [U-Boot] [PATCH 01/10] usb: Remove obsolete header file

2012-11-28 Thread Pantelis Antoniou
Hi Lukasz, On Nov 28, 2012, at 7:46 PM, Lukasz Majewski wrote: Hi Pantelis, Hi Lukasz, On Nov 28, 2012, at 6:01 PM, Lukasz Majewski wrote: Hi Tom, Hi Pantelis, usbdescriptors.h conflicts with linux/usb/ch9.h Remove it. After rebasing on u-boot-usb/next below comment apply: