[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20130923170803.GA4763@kroah.com>
Date: Mon, 23 Sep 2013 10:08:03 -0700
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-usb@...r.kernel.org
Subject: [GIT PATCH] USB fixes for 3.12-rc2
The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f:
Linux 3.12-rc1 (2013-09-16 16:17:51 -0400)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-3.12-rc2
for you to fetch changes up to 42f4891ca29a3c1535692a24acefb7015bbbc077:
Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus (2013-09-17 13:00:43 -0700)
----------------------------------------------------------------
USB fixes for 3.12-rc2
Here are a number of small USB fixes for 3.12-rc2.
One is a revert of a EHCI change that isn't quite ready for 3.12. Others are
minor things, gadget fixes, Kconfig fixes, and some quirks and documentation
updates.
All have been in linux-next for a bit.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Alan Stern (1):
usb: gadget: fix a bug and a WARN_ON in dummy-hcd
Alexey Khoroshilov (1):
usb: gadget: mv_u3d_core: fix violation of locking discipline in mv_u3d_ep_disable()
Andrzej Pietrasiewicz (1):
usb: gadget: cdc2: fix conversion to new interface of f_ecm
Chanho Park (1):
usb: s3c-hsotg: do not disconnect gadget when receiving ErlySusp intr
Chen Gang (1):
usb: gadget: add '__ref' for rndis_config_register() and cdc_config_register()
Dave Jones (2):
USB: fix typo in usb serial simple driver Kconfig
USB: Faraday fotg210: fix email addresses
David Cohen (1):
usb: dwc3: gadget: avoid memory leak when failing to allocate all eps
Frank Schäfer (1):
USB: pl2303: distinguish between original and cloned HX chips
Greg Kroah-Hartman (2):
Revert "USB: EHCI: support running URB giveback in tasklet context"
Merge tag 'fixes-for-v3.12-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus
Heikki Krogerus (2):
usb: dwc3: pci: add support for BayTrail
usb: dwc3: remove extcon dependency
Marek Szyprowski (1):
usb: s3c-hsotg: fix unregistration function
Peter Oh (1):
usb: gadget: f_mass_storage: reset endpoint driver data when disabled
Sachin Kamat (4):
usb: phy: omap-usb3: Fix return value
usb: gadget: f_ecm: Staticize ecm_alloc
usb: gadget: f_eem: Staticize eem_alloc
usb: host: fsl-mph-dr-of: Staticize local symbols
drivers/usb/dwc3/Kconfig | 1 -
drivers/usb/dwc3/dwc3-pci.c | 2 ++
drivers/usb/dwc3/gadget.c | 6 ++----
drivers/usb/gadget/cdc2.c | 19 +---------------
drivers/usb/gadget/dummy_hcd.c | 7 +++---
drivers/usb/gadget/f_ecm.c | 2 +-
drivers/usb/gadget/f_eem.c | 2 +-
drivers/usb/gadget/f_mass_storage.c | 2 ++
drivers/usb/gadget/fotg210-udc.c | 2 +-
drivers/usb/gadget/fusb300_udc.c | 2 +-
drivers/usb/gadget/multi.c | 8 +++----
drivers/usb/gadget/mv_u3d_core.c | 3 +++
drivers/usb/gadget/s3c-hsotg.c | 13 ++++-------
drivers/usb/host/ehci-fsl.c | 2 +-
drivers/usb/host/ehci-grlib.c | 2 +-
drivers/usb/host/ehci-hcd.c | 2 +-
drivers/usb/host/ehci-mv.c | 2 +-
drivers/usb/host/ehci-octeon.c | 2 +-
drivers/usb/host/ehci-pmcmsp.c | 2 +-
drivers/usb/host/ehci-ppc-of.c | 2 +-
drivers/usb/host/ehci-ps3.c | 2 +-
drivers/usb/host/ehci-q.c | 5 +++++
drivers/usb/host/ehci-sead3.c | 2 +-
drivers/usb/host/ehci-sh.c | 2 +-
drivers/usb/host/ehci-tilegx.c | 2 +-
drivers/usb/host/ehci-w90x900.c | 2 +-
drivers/usb/host/ehci-xilinx-of.c | 2 +-
drivers/usb/host/fsl-mph-dr-of.c | 6 +++---
drivers/usb/phy/phy-omap-usb3.c | 2 +-
drivers/usb/serial/Kconfig | 2 +-
drivers/usb/serial/pl2303.c | 43 +++++++++++++++++++++++++++----------
31 files changed, 81 insertions(+), 72 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists