From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 12 Jun 2013 22:25:47 +0200 Subject: [U-Boot] [PULL] u-boot-usb/master Message-ID: <201306122225.47668.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The following changes since commit e1208c2fe5e07f9a248cfbf9bbb212aa34ad2806: MIPS: asm/errno.h: switch to asm-generic/errno.h (2013-06-08 23:10:10 +0200) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to c67b0e42a59c7ef15495bfde006398abaf2f562f: usb, composite: after unregister gadget driver set composite to NULL (2013-06-12 22:22:52 +0200) ---------------------------------------------------------------- Heiko Schocher (1): usb, composite: after unregister gadget driver set composite to NULL Julius Werner (1): usb: asix: Move software resets to basic_init Kuo-Jung Su (5): usb: ehci: prevent bad PORTSC register access usb: ehci: add weak-aliased function for PORTSC usb: hub: make minimum power-on delay configurable usb: ehci: add Faraday USB 2.0 EHCI support usb: gadget: add Faraday FOTG210 USB gadget support Simon Glass (1): usb: Correct CLEAR_FEATURE code in ehci-hcd Stephen Warren (1): usb: ehci: add missing cache managment Vincent Palatin (2): usb: properly re-initialize the USB keyboard. usb: workaround non-working keyboards. Vivek Gautam (2): usb: Use get_unaligned() in usb_endpoint_maxp() for wMaxPacketSize usb: gadget: Use unaligned access for wMaxPacketSize README | 3 + common/usb_hub.c | 15 ++- common/usb_kbd.c | 10 +- drivers/usb/eth/asix.c | 40 +++--- drivers/usb/gadget/Makefile | 1 + drivers/usb/gadget/composite.c | 1 + drivers/usb/gadget/f_mass_storage.c | 3 +- drivers/usb/gadget/fotg210.c | 948 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/usb/gadget/gadget_chips.h | 8 ++ drivers/usb/gadget/pxa25x_udc.c | 13 +- drivers/usb/host/Makefile | 1 + drivers/usb/host/ehci-faraday.c | 148 +++++++++++++++++++++ drivers/usb/host/ehci-hcd.c | 74 +++++++++-- include/linux/usb/ch9.h | 3 +- include/usb/fotg210.h | 364 ++++++++++++++++++++++++++++++++++++++++++++++++++++ include/usb/fusbh200.h | 61 +++++++++ 16 files changed, 1648 insertions(+), 45 deletions(-) create mode 100644 drivers/usb/gadget/fotg210.c create mode 100644 drivers/usb/host/ehci-faraday.c create mode 100644 include/usb/fotg210.h create mode 100644 include/usb/fusbh200.h