All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PULL] U-Boot USB
Date: Fri, 2 Mar 2012 11:40:19 +0100	[thread overview]
Message-ID: <201203021140.19652.marex@denx.de> (raw)

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

             reply	other threads:[~2012-03-02 10:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-02 10:40 Marek Vasut [this message]
2012-03-03 14:25 ` [U-Boot] [PULL] U-Boot USB Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201203021140.19652.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.