From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 2 Mar 2012 11:40:19 +0100 Subject: [U-Boot] [PULL] U-Boot USB Message-ID: <201203021140.19652.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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