From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 21 Dec 2012 15:11:06 +0100 Subject: [U-Boot] [PULL] u-boot-usb/master In-Reply-To: <20121220143008.GM14589@bill-the-cat> References: <201212151737.04038.marex@denx.de> <201212181919.10920.marex@denx.de> <20121220143008.GM14589@bill-the-cat> Message-ID: <201212211511.06607.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 Take 3 ... I dropped in the missing twl4030 patch, rebuilt, here you go: The following changes since commit ebbf0d20aa85f623c49b7ed3349ebfea450c152d: Prepare v2013.01-rc2 (2012-12-14 14:43:22 -0700) are available in the git repository at: git://git.denx.de/u-boot-usb.git master for you to fetch changes up to 41984e71231c7af4a5617f4f94f372714c64d987: cm_t35: use new low level interface for usb ehci (2012-12-20 17:04:21 +0100) ---------------------------------------------------------------- Lukasz Dalek (2): pxa25x_udc: Remove usbdescriptors.h h2200: Add USB CDC ethernet support Milind Choudhary (1): usb: Clean up newly allocated device nodes in case of configuration failure Nikita Kiryanov (3): twl4030: add gpio register offsets cm-t35: add USB host support cm_t35: use new low level interface for usb ehci Pantelis Antoniou (2): g_dnl: Issue connect/disconnect as appropriate g_dnl: Properly terminate string list. Richard Genoud (1): usb documentation: fix typo Vincent Palatin (1): usb: properly detect empty mass storage media reader Vipin Kumar (1): usbh/ehci: Increase timeout for enumeration board/cm_t35/cm_t35.c | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ board/h2200/h2200.c | 11 +++++++++++ common/usb.c | 12 ++++++++++++ common/usb_hub.c | 35 ++++++++++++++++++++++++++++++----- common/usb_storage.c | 10 ++++++++++ doc/README.usb | 2 +- drivers/usb/gadget/g_dnl.c | 12 +++++++++++- drivers/usb/gadget/pxa25x_udc.c | 1 - include/configs/cm_t35.h | 8 +++++++- include/configs/h2200.h | 25 +++++++++++++++++++++++++ include/twl4030.h | 44 ++++++++++++++++++++++++++++++++++++++++++++ include/usb.h | 1 + 12 files changed, 229 insertions(+), 9 deletions(-)