public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PULL] U-Boot USB
@ 2012-03-02 10:40 Marek Vasut
  2012-03-03 14:25 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Vasut @ 2012-03-02 10:40 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang Denk,

in order to get all the rotting patches mainline ASAP, I'm submitting pull 
request via u-boot-pxa/usb branch:

The following changes since commit 54e96680cb96fb7a4b8f43fd949c62054004d3e5:

  Merge branch 'master' of git://git.denx.de/u-boot-microblaze (2012-02-26 
22:17:40 +0100)

are available in the git repository at:


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

for you to fetch changes up to 7e99b47667955d51f5fa88c4f64b331df0139e70:

  USB: relax usbcore reset timings (2012-03-02 11:37:55 +0100)

----------------------------------------------------------------
Marek Vasut (3):
      USB: Staticize internal functions
      USB: Separate out USB hub driver
      USB: Make struct devrequest setup_packet local

Shiraz Hashim (1):
      usbtty: adapt buffers for large packet support

Vincent Palatin (3):
      eth: remove usb-ethernet devices before re-enumerating them
      USB: fix USB keyboard polling parameter
      usb: add numeric keypad support to HID driver

Wolfgang Grandegger (1):
      USB: relax usbcore reset timings

amartin at nvidia.com (2):
      USB: reevaluate iomux stdin on USB kbd detect
      USB: move keyboard polling into kbd driver

 common/Makefile                 |    2 +-
 common/usb.c                    |  448 +-----------------------------------
 common/usb_hub.c                |  486 +++++++++++++++++++++++++++++++++++++++
 common/usb_kbd.c                |   36 +++-
 drivers/serial/usbtty.c         |    2 +-
 drivers/usb/eth/usb_ether.c     |    7 +-
 drivers/usb/host/ehci-hcd.c     |   30 ---
 drivers/usb/host/ohci-hcd.c     |    6 -
 drivers/usb/host/r8a66597-hcd.c |    6 -
 drivers/usb/musb/musb_hcd.c     |   28 ---
 include/net.h                   |    1 +
 include/usb.h                   |    9 +-
 include/usbdevice.h             |    4 +-
 net/eth.c                       |   29 +++
 14 files changed, 579 insertions(+), 515 deletions(-)
 create mode 100644 common/usb_hub.c

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-03 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 10:40 [U-Boot] [PULL] U-Boot USB Marek Vasut
2012-03-03 14:25 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox