Re: [U-Boot] [PATCH 0/4] USB: Fix EHCI to work with data cache enabled

2012-04-09 Thread Marek Vasut
Dear puneets, > Dear Marek, > After applying these 4 patches I don't see any alignment spew and it > detects the > mass storage device perfectly though I see a warning "EHCI timed out on > TD - token=0x80008c80" > consistently in each "usb reset". That's something else (unrelated to this patchset

Re: [U-Boot] [PATCH 0/4] USB: Fix EHCI to work with data cache enabled

2012-04-09 Thread puneets
Dear Marek, After applying these 4 patches I don't see any alignment spew and it detects the mass storage device perfectly though I see a warning "EHCI timed out on TD - token=0x80008c80" consistently in each "usb reset". Thanx & Regards, Puneet On Monday 09 April 2012 08:42 AM, Marek Vasut

Re: [U-Boot] [PATCH 0/4] USB: Fix EHCI to work with data cache enabled

2012-04-08 Thread Marek Vasut
Dear Marek Vasut, > This patchset reworks the USB core and EHCI-HCD to work with data caches. > > Marek Vasut (3): > USB: Drop ehci_alloc/ehci_free in ehci-hcd > USB: Drop cache flush bloat in EHCI-HCD > USB: Document the QH and qTD antics in EHCI-HCD > > Puneet Saxena (1): > USB: Align

[U-Boot] [PATCH 0/4] USB: Fix EHCI to work with data cache enabled

2012-04-08 Thread Marek Vasut
This patchset reworks the USB core and EHCI-HCD to work with data caches. Marek Vasut (3): USB: Drop ehci_alloc/ehci_free in ehci-hcd USB: Drop cache flush bloat in EHCI-HCD USB: Document the QH and qTD antics in EHCI-HCD Puneet Saxena (1): USB: Align buffers at cacheline common/cmd_usb