From patchwork Sat Apr 2 07:41:14 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Remy Bohmer X-Patchwork-Id: 89430 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3150AB6F91 for ; Sat, 2 Apr 2011 18:41:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B2EFA28098; Sat, 2 Apr 2011 09:41:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4bdooxxwkg0p; Sat, 2 Apr 2011 09:41:23 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B66152808F; Sat, 2 Apr 2011 09:41:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 5E6762808F for ; Sat, 2 Apr 2011 09:41:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 14mFzqx9XTTy for ; Sat, 2 Apr 2011 09:41:18 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-iw0-f172.google.com (mail-iw0-f172.google.com [209.85.214.172]) by theia.denx.de (Postfix) with ESMTPS id 0738F2808C for ; Sat, 2 Apr 2011 09:41:16 +0200 (CEST) Received: by iwn39 with SMTP id 39so4092582iwn.3 for ; Sat, 02 Apr 2011 00:41:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.16.9 with SMTP id m9mr5013470iba.9.1301730074424; Sat, 02 Apr 2011 00:41:14 -0700 (PDT) Received: by 10.231.39.196 with HTTP; Sat, 2 Apr 2011 00:41:14 -0700 (PDT) Date: Sat, 2 Apr 2011 09:41:14 +0200 X-Google-Sender-Auth: CFMRF9Ycis6N0s7EM8Sgs7TeV8o Message-ID: From: Remy Bohmer To: wd@denx.de, u-boot@lists.denx.de Subject: [U-Boot] Pull request: u-boot-usb X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de The following changes since commit 67a490d60d70f2b01d55976440ba30154af96965: atmel_nand: don't require CONFIG_SYS_NAND_ENABLE_PIN (2011-04-01 14:49:08 -0500) are available in the git repository at: git://git.denx.de/u-boot-usb.git master Erik Hansen (2): Remove unnecessary reset in usb_stor_get_info fat32 root directory handling Mike Frysinger (2): usb: musb: blackfin: make clkin configurable usb: musb: blackfin: check anomaly workarounds at runtime too Trübenbach, Ralf (1): ehci-pci: Add PCI EHCI controller common/usb_storage.c | 25 ------------------------- drivers/usb/host/ehci-pci.c | 3 ++- drivers/usb/musb/blackfin_usb.c | 36 ++++++++++++++++++++++++++++++++---- fs/fat/fat.c | 37 +++++++++++++++++++++++-------------- 4 files changed, 57 insertions(+), 44 deletions(-)