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 PULL] USB driver fixes for 4.1-rc7
Date: Sat, 6 Jun 2015 16:39:31 -0700 [thread overview]
Message-ID: <20150606233931.GA25572@kroah.com> (raw)
The following changes since commit e26081808edadfd257c6c9d81014e3b25e9a6118:
Linux 4.1-rc4 (2015-05-18 10:13:47 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.1-rc7
for you to fetch changes up to 9d082030692ab37c7d5c1f357b34d9170256d581:
Merge tag 'usb-serial-4.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2015-06-05 23:19:45 +0900)
----------------------------------------------------------------
USB and PHY driver fixes for 4.1-rc7
Here are some USB and PHY driver fixes that resolve some reported
regressions. Also in here are some new device ids. All of the details
are in the shortlog and these patches have been in linux-next with no
problems.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Arthur Demchenkov (1):
usb: make module xhci_hcd removable
Axel Lin (1):
phy: core: Fix error checking in (devm_)phy_optional_get
Ben Hutchings (1):
usb: musb: fix order of conditions for assigning end point operations
Chris Bainbridge (1):
usb: host: xhci: add mutex for non-thread-safe data
Fabio Estevam (2):
usb: phy: ab8500-usb: Pass the IRQF_ONESHOT flag
usb: phy: tahvo: Pass the IRQF_ONESHOT flag
Felipe Balbi (1):
phy: fix Kconfig dependencies
Greg Kroah-Hartman (3):
Merge tag 'for-4.1-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus
Merge tag 'fixes-for-v4.1-rc5' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'usb-serial-4.1-rc7' of git://git.kernel.org/.../johan/usb-serial into usb-linus
John D. Blair (1):
USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongle
Kazuya Mizuguchi (1):
usb: renesas_usbhs: Fix fifo unclear in usbhsf_prepare_pop
Kishon Vijay Abraham I (1):
phy: omap-usb2: invoke pm_runtime_disable on error path
Krzysztof Opasiak (2):
usb: gadget: g_ffs: Fix counting of missing_functions
usb: gadget: ffs: fix: Always call ffs_closed() in ffs_data_clear()
Michael Trimarchi (1):
usb: gadget: f_uac1: check return code from config_ep_by_speed
Patrick Riphagen (1):
USB: serial: ftdi_sio: Add support for a Motion Tracker Development Board
Pawel Szewczyk (1):
usb: gadget: f_midi: fix segfault when reading empty id
Rui Miguel Silva (1):
usb: gadget: f_fs: fix check in read operation
Sergiy Kibrik (1):
usb: s3c2410_udc: correct reversed pullup logic
Stephen Boyd (1):
phy: qcom-ufs: Switch dependency to ARCH_QCOM
Subbaraya Sundeep Bhatta (1):
usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macros
Yoshihiro Shimoda (3):
phy: phy-rcar-gen2: Fix USBHS_UGSTS_LOCK value
usb: renesas_usbhs: Revise the binding document about the dma-names
usb: renesas_usbhs: Don't disable the pipe if Control write status stage
.../devicetree/bindings/usb/renesas_usbhs.txt | 6 +--
drivers/phy/Kconfig | 10 ++--
drivers/phy/phy-core.c | 4 +-
drivers/phy/phy-omap-usb2.c | 1 +
drivers/phy/phy-rcar-gen2.c | 4 +-
drivers/usb/dwc3/core.h | 4 +-
drivers/usb/gadget/function/f_fs.c | 15 +++---
drivers/usb/gadget/function/f_midi.c | 8 ++-
drivers/usb/gadget/function/f_uac1.c | 5 +-
drivers/usb/gadget/legacy/g_ffs.c | 4 +-
drivers/usb/gadget/udc/s3c2410_udc.c | 2 +-
drivers/usb/host/xhci.c | 57 ++++++++++++++--------
drivers/usb/host/xhci.h | 2 +
drivers/usb/musb/musb_core.c | 14 +++---
drivers/usb/phy/phy-ab8500-usb.c | 6 +--
drivers/usb/phy/phy-tahvo.c | 3 +-
drivers/usb/renesas_usbhs/fifo.c | 38 +++++++++++----
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/ftdi_sio.c | 1 +
drivers/usb/serial/ftdi_sio_ids.h | 1 +
20 files changed, 123 insertions(+), 63 deletions(-)
reply other threads:[~2015-06-06 23:39 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=20150606233931.GA25572@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox