mbox

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

Message ID BANLkTi=L7cW519CWeUK7CKuNgpZj2jVj8Q@mail.gmail.com
State Accepted
Headers show

Pull-request

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

Message

Remy Bohmer June 25, 2011, 8:21 a.m. UTC
The following changes since commit 9623c158f6a5150a21c25026bfba79e7ff7912f5:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-06-23
15:37:33 +0200)

are available in the git repository at:

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

Cliff Cai (1):
      musb: process control messages after roothub accepted it

Mike Frysinger (1):
      usb: convert to partial linking

Zhao Chenhui (1):
      ehci-pci: Fix PCI EHCI driver for 36-bit

 Makefile                    |    2 +-
 drivers/usb/eth/Makefile    |    4 ++--
 drivers/usb/host/ehci-pci.c |    5 ++---
 drivers/usb/musb/musb_hcd.c |    7 +++++--
 4 files changed, 10 insertions(+), 8 deletions(-)

Comments

Marek Vasut June 25, 2011, 4:43 p.m. UTC | #1
On Saturday, June 25, 2011 10:21:10 AM Remy Bohmer wrote:
> The following changes since commit
> 9623c158f6a5150a21c25026bfba79e7ff7912f5:

Hi Remy,

I just sent a minor thing, found by just a pure coincidence (move USB_PRINTF... 
patch). Can you drop that in?

Thanks in advance

> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-06-23
> 15:37:33 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Cliff Cai (1):
>       musb: process control messages after roothub accepted it
> 
> Mike Frysinger (1):
>       usb: convert to partial linking
> 
> Zhao Chenhui (1):
>       ehci-pci: Fix PCI EHCI driver for 36-bit
> 
>  Makefile                    |    2 +-
>  drivers/usb/eth/Makefile    |    4 ++--
>  drivers/usb/host/ehci-pci.c |    5 ++---
>  drivers/usb/musb/musb_hcd.c |    7 +++++--
>  4 files changed, 10 insertions(+), 8 deletions(-)
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
Wolfgang Denk June 25, 2011, 5:49 p.m. UTC | #2
Dear Remy Bohmer,

In message <BANLkTi=L7cW519CWeUK7CKuNgpZj2jVj8Q@mail.gmail.com> you wrote:
> The following changes since commit 9623c158f6a5150a21c25026bfba79e7ff7912f5:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-arm (2011-06-23
> 15:37:33 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> Cliff Cai (1):
>       musb: process control messages after roothub accepted it
> 
> Mike Frysinger (1):
>       usb: convert to partial linking
> 
> Zhao Chenhui (1):
>       ehci-pci: Fix PCI EHCI driver for 36-bit
> 
>  Makefile                    |    2 +-
>  drivers/usb/eth/Makefile    |    4 ++--
>  drivers/usb/host/ehci-pci.c |    5 ++---
>  drivers/usb/musb/musb_hcd.c |    7 +++++--
>  4 files changed, 10 insertions(+), 8 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk