From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PATCH] USB fixes for 3.12-rc3
Date: Sun, 29 Sep 2013 13:02:58 -0700 [thread overview]
Message-ID: <20130929200258.GA31250@kroah.com> (raw)
The following changes since commit 4a10c2ac2f368583138b774ca41fac4207911983:
Linux 3.12-rc2 (2013-09-23 15:41:09 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.12-rc3
for you to fetch changes up to 85601f8cf67c56a561a6dd5e130e65fdc179047d:
usb: dwc3: add support for Merrifield (2013-09-26 16:22:29 -0700)
----------------------------------------------------------------
USB fixes for 3.12-rc3
Here are a number of USB driver fixes for 3.12-rc3.
These are all for host controller issues that have been reported, and there's a
fix for an annoying error message that gets printed every time you remove a USB
3 device from the system that's been bugging me for a while.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Al Viro (1):
USB: Fix breakage in ffs_fs_mount()
Alan Stern (4):
USB: iMX21: accept very late isochronous URBs
USB: UHCI: accept very late isochronous URBs
USB: OHCI: accept very late isochronous URBs
USB: fix PM config symbol in uhci-hcd, ehci-hcd, and xhci-hcd
David Cohen (1):
usb: dwc3: add support for Merrifield
Florian Wolter (1):
xhci: Fix race between ep halt and URB cancellation
Geert Uytterhoeven (1):
usb: chipidea: USB_CHIPIDEA should depend on HAS_DMA
Greg Kroah-Hartman (1):
Merge tag 'for-usb-linus-2013-09-23' of git://git.kernel.org/.../sarah/xhci into usb-linus
Kurt Garloff (1):
usb/core/devio.c: Don't reject control message to endpoint with wrong direction bit
Mathias Nyman (2):
xhci: Fix oops happening after address device timeout
xhci: Ensure a command structure points to the correct trb on the command ring
Peter Chen (4):
usb: chipidea: udc: fix the oops after rmmod gadget
usb: chipidea: Fix memleak for ci->hw_bank.regmap when removal
usb: chipidea: imx: Add usb_phy_shutdown at probe's error path
usb: chipidea: udc: free pending TD at removal procedure
Ramneek Mehresh (1):
fsl/usb: Resolve PHY_CLK_VLD instability issue for ULPI phy
Sarah Sharp (1):
usb: Fix xHCI host issues on remote wakeup.
Shengzhou Liu (1):
USB: fsl/ehci: fix failure of checking PHY_CLK_VALID during reinitialization
Xenia Ragiadakou (1):
usbcore: check usb device's state before sending a Set SEL control transfer
drivers/usb/chipidea/Kconfig | 2 +-
drivers/usb/chipidea/ci_hdrc_imx.c | 7 +++--
drivers/usb/chipidea/core.c | 1 +
drivers/usb/chipidea/udc.c | 4 ++-
drivers/usb/core/devio.c | 16 ++++++++++
drivers/usb/core/hub.c | 3 ++
drivers/usb/dwc3/dwc3-pci.c | 2 ++
drivers/usb/gadget/f_fs.c | 60 +++++++++++++++++---------------------
drivers/usb/host/ehci-fsl.c | 17 ++++-------
drivers/usb/host/ehci-pci.c | 2 +-
drivers/usb/host/imx21-hcd.c | 8 ++---
drivers/usb/host/ohci-hcd.c | 22 +++++++-------
drivers/usb/host/ohci-q.c | 26 ++++++++++++++---
drivers/usb/host/uhci-pci.c | 2 +-
drivers/usb/host/uhci-q.c | 12 +++++---
drivers/usb/host/xhci-hub.c | 47 ++++++++++++++++++++++-------
drivers/usb/host/xhci-mem.c | 2 ++
drivers/usb/host/xhci-pci.c | 2 +-
drivers/usb/host/xhci-ring.c | 37 +++++++++++++++++++++--
drivers/usb/host/xhci.c | 25 ++++------------
drivers/usb/host/xhci.h | 11 +++++++
21 files changed, 201 insertions(+), 107 deletions(-)
reply other threads:[~2013-09-29 20:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20130929200258.GA31250@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/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.