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

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(-)

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!
participants (2)
-
Marek Vasut
-
Tom Rini