mbox

[U-Boot] Pull request: u-boot-usb

Message ID BANLkTim5XaXiD4ueN=ii3QFPo8W=dWbbaA@mail.gmail.com
State Accepted
Headers show

Pull-request

git://git.denx.de/u-boot-usb.git master

Message

Remy Bohmer April 2, 2011, 7:41 a.m. UTC
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(-)

Comments

Wolfgang Denk April 5, 2011, 10:14 a.m. UTC | #1
Dear Remy Bohmer,

In message <BANLkTim5XaXiD4ueN=ii3QFPo8W=dWbbaA@mail.gmail.com> you wrote:
> 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(-)

Applied, thanks.

Best regards,

Wolfgang Denk