]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Merge branch 'master' of git://git.denx.de/u-boot-usb
authorWolfgang Denk <wd@denx.de>
Fri, 20 Jul 2012 07:12:43 +0000 (09:12 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 20 Jul 2012 07:12:43 +0000 (09:12 +0200)
commit3ec81d758c09d6887a77a1b1259d044a2905bc8e
treef86e0095994be54d6a94c01c7dd5d977d56e0fce
parentad8439d4645200b5a4f230dd07b73ae956b88c1e
parent1b4bd0e66cd3b5124669c78bc968510b1040e9d9
Merge branch 'master' of git://git.denx.de/u-boot-usb

* 'master' of git://git.denx.de/u-boot-usb:
  usb_storage: fix ehci driver max transfer size
  smsc95xx: align buffers to cache line size
  ehci-hcd: change debug() to printf() in case of errors
  usb: check return value of submit_{control, bulk}_msg
  usb: pass cache-aligned buffer to usb_get_descriptor()
  ehci-hcd: fix external buffer cache handling
  ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment
  ehci-hcd: program asynclistaddr before every transfer
  common.h: Introduce DEFINE_CACHE_ALIGN_BUFFER
  ehci-omap: Do not call dcache_off from omap_ehci_hcd_init

Signed-off-by: Wolfgang Denk <wd@denx.de>