
Dear Marek,
In message 201207191452.53818.marex@denx.de you wrote:
please apply this into the current release. I'm hereby commiting seppuku.
PLEASE send such pull reqeusts to the mailing list, so everybody can see it.
The following changes since commit 66714b1a6df0a5a9f1656a6d4e6eea3c7ecdf7ae:
Merge branch 'next' of git://git.denx.de/u-boot-video (2012-07-18 10:47:03 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 1b4bd0e66cd3b5124669c78bc968510b1040e9d9:
usb_storage: fix ehci driver max transfer size (2012-07-18 14:46:19 +0200)
Ilya Yanok (6): ehci-hcd: program asynclistaddr before every transfer ehci-hcd: fix external buffer cache handling usb: pass cache-aligned buffer to usb_get_descriptor() usb: check return value of submit_{control, bulk}_msg ehci-hcd: change debug() to printf() in case of errors smsc95xx: align buffers to cache line size
Marek Vasut (1): common.h: Introduce DEFINE_CACHE_ALIGN_BUFFER
Stefan Herbrechtsmeier (1): usb_storage: fix ehci driver max transfer size
Tom Rini (2): ehci-omap: Do not call dcache_off from omap_ehci_hcd_init ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment
common/usb.c | 12 ++++++++---- common/usb_storage.c | 37 +++++++++++++++++++---------------- drivers/usb/eth/smsc95xx.c | 13 +++++++++---- drivers/usb/host/ehci-hcd.c | 96 ++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------- drivers/usb/host/ehci-omap.c | 1 - drivers/usb/musb/musb_core.h | 2 +- include/common.h | 21 +++++++++++++++++--- include/usb.h | 10 ++++++++++ 8 files changed, 117 insertions(+), 75 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk