From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL] u-boot-usb/master :: FOR u-boot/-next
Date: Sun, 20 May 2012 08:38:09 +0200 [thread overview]
Message-ID: <201205200838.10106.marex@denx.de> (raw)
In-Reply-To: <201204060455.12514.marex@denx.de>
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
next prev parent reply other threads:[~2012-05-20 6:38 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-06 2:55 [U-Boot] [PULL] u-boot-usb/master :: FOR u-boot/-next Marek Vasut
2012-04-09 3:19 ` Marek Vasut
2012-05-20 6:38 ` Marek Vasut [this message]
2012-05-20 20:57 ` Wolfgang Denk
2012-05-20 21:47 ` Marek Vasut
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201205200838.10106.marex@denx.de \
--to=marex@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.