
Updated PR, dropped the patch from Hans and picked the OHCI cache patch instead:
The following changes since commit 0e6b7a28243175ae0874d53b6e6e4eff8548d71f:
Merge git://git.denx.de/u-boot-samsung (2015-05-18 09:15:15 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git HEAD
for you to fetch changes up to d07e7c0b5bd9dc0044eafc730131d32539608303:
usb: ohci: enable cache support (2015-05-19 19:57:30 +0200)
---------------------------------------------------------------- Hans de Goede (1): usb: Remove unused variable in usb_setup_descriptor()
Josh Wu (1): usb: ohci: enable cache support
Peter Griffin (1): usb: dwc2: Add support for v3 snpsid value
Ramneek Mehresh (5): drivers:usb:dwc3: Add DWC3 controller driver support drivers:usb:fsl: Add XHCI driver support arch:arm:fsl: Add XHCI support for LS1021A include:configs:ls1021atwr: Enable USB IP support include:configs:ls1021aqds: Enable USB IP support
Siva Durga Prasad Paladugu (1): ci_udc: Update the ci_udc driver to support bulk transfers
arch/arm/include/asm/arch-ls102xa/config.h | 1 + arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 10 +++++++ common/usb.c | 2 -- drivers/usb/gadget/ci_udc.c | 135 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------- drivers/usb/gadget/ci_udc.h | 1 + drivers/usb/host/Makefile | 2 ++ drivers/usb/host/dwc2.c | 3 +- drivers/usb/host/dwc2.h | 1 + drivers/usb/host/ohci-hcd.c | 10 +------ drivers/usb/host/ohci.h | 2 +- drivers/usb/host/xhci-dwc3.c | 74 ++++++++++++++++++++++++++++++++++++++++++++++++ drivers/usb/host/xhci-fsl.c | 109 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ include/configs/ls1021aqds.h | 22 +++++++++++---- include/configs/ls1021atwr.h | 38 +++++++++++++++++++++++++ include/linux/usb/dwc3.h | 4 +++ include/linux/usb/xhci-fsl.h | 54 +++++++++++++++++++++++++++++++++++ 16 files changed, 431 insertions(+), 37 deletions(-) create mode 100644 drivers/usb/host/xhci-dwc3.c create mode 100644 drivers/usb/host/xhci-fsl.c create mode 100644 include/linux/usb/xhci-fsl.h