mbox

[U-Boot,PULL] u-boot-usb/master

Message ID 201312181954.25125.marex@denx.de
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Marek Vasut Dec. 18, 2013, 6:54 p.m. UTC
The following changes since commit f3bf212abc4139f12b472e97c1992ab32671b609:

  serial_sh: add support for SH7753 (2013-12-18 16:50:00 +0900)

are available in the git repository at:

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

for you to fetch changes up to eb63218b9b95a59baa8b241f3a88e4415dabf833:

  usb: ehci: Fix register access (2013-12-18 19:53:19 +0100)

----------------------------------------------------------------
Lukasz Majewski (4):
      dfu: Export allocated dfu buffer size
      usb: dfu: f_dfu: Provide infrastructure to adjust DFU's Poll Timeout value
      usb: f_dfu: cosmetic: Code cleanup
      ARM: trats: dfu: Enable default Poll Timeout for Trats board

Marek Vasut (3):
      usb: ehci-pci: Clarify and cleanup the EHCI controller detection
      usb: ehci: Do not de-init uninited controllers
      usb: ehci: Fix register access

 drivers/dfu/dfu.c           |  5 +++++
 drivers/usb/gadget/f_dfu.c  | 43 ++++++++++++++++++++++++++++++++++++++-----
 drivers/usb/gadget/f_dfu.h  |  2 ++
 drivers/usb/host/ehci-hcd.c |  5 ++++-
 drivers/usb/host/ehci-pci.c | 28 +++++++++++++++++++++++++---
 include/configs/trats.h     |  1 +
 include/dfu.h               |  4 ++++
 7 files changed, 79 insertions(+), 9 deletions(-)

Comments

Tom Rini Dec. 19, 2013, 5:43 p.m. UTC | #1
On Wed, Dec 18, 2013 at 07:54:24PM +0100, Marek Vasut wrote:

> The following changes since commit f3bf212abc4139f12b472e97c1992ab32671b609:
> 
>   serial_sh: add support for SH7753 (2013-12-18 16:50:00 +0900)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to eb63218b9b95a59baa8b241f3a88e4415dabf833:
> 
>   usb: ehci: Fix register access (2013-12-18 19:53:19 +0100)
> 
> ----------------------------------------------------------------
> Lukasz Majewski (4):
>       dfu: Export allocated dfu buffer size
>       usb: dfu: f_dfu: Provide infrastructure to adjust DFU's Poll Timeout value
>       usb: f_dfu: cosmetic: Code cleanup
>       ARM: trats: dfu: Enable default Poll Timeout for Trats board
> 
> Marek Vasut (3):
>       usb: ehci-pci: Clarify and cleanup the EHCI controller detection
>       usb: ehci: Do not de-init uninited controllers
>       usb: ehci: Fix register access
> 
>  drivers/dfu/dfu.c           |  5 +++++
>  drivers/usb/gadget/f_dfu.c  | 43 ++++++++++++++++++++++++++++++++++++++-----
>  drivers/usb/gadget/f_dfu.h  |  2 ++
>  drivers/usb/host/ehci-hcd.c |  5 ++++-
>  drivers/usb/host/ehci-pci.c | 28 +++++++++++++++++++++++++---
>  include/configs/trats.h     |  1 +
>  include/dfu.h               |  4 ++++
>  7 files changed, 79 insertions(+), 9 deletions(-)

Applied to u-boot/master, thanks!