[U-Boot] [PULL] u-boot-usb/master :: FOR u-boot/-next
Marek Vasut
marex at denx.de
Sun May 20 08:38:09 CEST 2012
The following changes since commit f50bf50d7f6f99c5ad4666d63a7eef43d3940500:
Improve MAKEALL parallel builds (2012-05-18 13:49:04 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-usb.git master
for you to fetch changes up to 5f0ffea4559abe3fc83a6023717658a50b22e66c:
USB: S5P: Add ehci support (2012-05-20 08:32:33 +0200)
----------------------------------------------------------------
Lukasz Majewski (5):
usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h
file
usb:udc:samsung:cleanup Replace DEBUG_* macros with debug_cond() calls
usb:gadget:composite USB composite gadget support
usb:gadget:composite: Support for composite at gadget.h
usb:udc:samsung Add functions for storing private gadget data in UDC
driver
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
Mike Frysinger (1):
usb: use noinline define
Puneet Saxena (1):
USB: Align buffers at cacheline
Rajeshwari Shinde (1):
USB: S5P: Add ehci support
arch/arm/include/asm/arch-exynos/ehci-s5p.h | 66 ++++++++
common/cmd_usb.c | 3 +-
common/usb.c | 25 +--
common/usb_hub.c | 27 ++--
common/usb_storage.c | 59 ++++---
drivers/usb/gadget/composite.c | 1082
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/usb/gadget/config.c | 1 +
drivers/usb/gadget/epautoconf.c | 1 +
drivers/usb/gadget/ether.c | 1 +
drivers/usb/gadget/s3c_udc_otg.c | 53 ++++---
drivers/usb/gadget/s3c_udc_otg_xfer_dma.c | 287
++++++++++++++++++++--------------
drivers/usb/gadget/usbstring.c | 1 +
drivers/usb/host/Makefile | 1 +
drivers/usb/host/ehci-hcd.c | 288
++++++++++++----------------------
drivers/usb/host/ehci-s5p.c | 110 +++++++++++++
include/linux/usb/ch9.h | 67 --------
include/linux/usb/composite.h | 350
+++++++++++++++++++++++++++++++++++++++++
include/linux/usb/gadget.h | 6 +
include/scsi.h | 4 +-
include/usb.h | 4 +-
include/usb/lin_gadget_compat.h | 19 +++
include/usb/s3c_udc.h | 49 +-----
22 files changed, 2002 insertions(+), 502 deletions(-)
create mode 100644 arch/arm/include/asm/arch-exynos/ehci-s5p.h
create mode 100644 drivers/usb/gadget/composite.c
create mode 100644 drivers/usb/host/ehci-s5p.c
create mode 100644 include/linux/usb/composite.h
More information about the U-Boot
mailing list