mbox

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

Message ID 201411040609.00555.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 Nov. 4, 2014, 5:09 a.m. UTC
The following changes since commit 46b7b2e8025770fb29f7810c2d7d15a6650b9643:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-11-03 12:46:12 
-0500)

are available in the git repository at:


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

for you to fetch changes up to 4dc949266da6f55ef221e53c637150252b6ac35a:

  usb: ehci: rmobile: Collect up address data (2014-11-04 06:04:01 +0100)

----------------------------------------------------------------
Hans de Goede (11):
      usb: Remove unnecessary portnr lookup from usb_new_device
      usb: Do not power-cycle usb devices on init
      usb: ehci: Do not disable an already disabled periodic schedule
      usb: ehci: Move interrupt packet length check to create_int_queue
      usb: ehci: Move cache invalidation to poll_int_queue
      usb: Make pollable int support available outside of ehci-hcd.c
      usb: kbd: Remove unused usb_kbd_generic_poll function
      usb: kbd: Fix memleak on usb_kbd_deregister()
      stdio: Fix memleak on stdio_deregister
      usb: kbd: Cache pipe, interval and packetsize
      usb: kbd: Add (optional) support for using an interrupt queue for polling

Nobuhiro Iwamatsu (2):
      usb: ehci: rmobile: Add support R8A7793
      usb: ehci: rmobile: Collect up address data

 common/stdio.c                  |  1 +
 common/usb.c                    | 19 ++-----------------
 common/usb_hub.c                | 39 ---------------------------------------
 common/usb_kbd.c                | 95 
+++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------
 drivers/usb/host/ehci-hcd.c     | 56 
++++++++++++++++++++++++++++++++------------------------
 drivers/usb/host/ehci-rmobile.c |  8 ++------
 include/usb.h                   |  9 +++++++++
 7 files changed, 91 insertions(+), 136 deletions(-)

Comments

Tom Rini Nov. 4, 2014, 8 p.m. UTC | #1
On Tue, Nov 04, 2014 at 06:09:00AM +0100, Marek Vasut wrote:

> The following changes since commit 46b7b2e8025770fb29f7810c2d7d15a6650b9643:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mips (2014-11-03 12:46:12 
> -0500)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-usb.git master
> 
> for you to fetch changes up to 4dc949266da6f55ef221e53c637150252b6ac35a:
> 
>   usb: ehci: rmobile: Collect up address data (2014-11-04 06:04:01 +0100)
> 

Applied to u-boot/master, thanks!