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.2-rc4
Date: Sat, 25 Jul 2015 19:21:37 -0700 [thread overview]
Message-ID: <20150726022137.GA21470@kroah.com> (raw)
The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc:
Linux 4.2-rc3 (2015-07-19 14:45:02 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.2-rc4
for you to fetch changes up to 1209544d8a2a6084f58625ca66f5cd77580df53f:
USB: OHCI: fix bad #define in ohci-tmio.c (2015-07-22 14:49:42 -0700)
----------------------------------------------------------------
USB fixes for 4.2-rc4
Here's a few USB and PHY fixes for 4.2-rc4.
Nothing major, the shortlog has the full details.
All of these have been in linux-next successfully.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
AMAN DEEP (1):
usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function
Alan Stern (2):
USB: OHCI: Fix race between ED unlink and URB submission
USB: OHCI: fix bad #define in ohci-tmio.c
Alexey Khoroshilov (1):
usb: gadget: mv_udc_core: fix phy_regs I/O memory leak
Brian Campbell (1):
xhci: Calculate old endpoints correctly on device reset
Greg Kroah-Hartman (2):
Merge tag 'fixes-for-v4.2-rc4' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'phy-for-4.2-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus
Hans de Goede (1):
usb-storage: Add ignore-device quirk for gm12u320 based usb mini projectors
Johannes Thumshirn (1):
cdc-acm: Destroy acm_minors IDR on module exit
John Youn (1):
usb: dwc3: Reset the transfer resource index on SET_INTERFACE
Lu Baolu (2):
usb: ulpi: ulpi_init should be executed in subsys_initcall
usb: core: lpm: set lpm_capable for root hub device
Mathias Nyman (1):
xhci: call BIOS workaround to enable runtime suspend on Intel Braswell
Oliver Neukum (1):
usb-storage: ignore ZTE MF 823 card reader in mode 0x1225
Rajmohan Mani (1):
xhci: Workaround to get D3 working in Intel xHCI
Roger Quadros (1):
phy: ti-pipe3: fix suspend
Sebastian Ott (1):
phy/pxa: add HAS_IOMEM dependency
Thomas Hebb (2):
phy: berlin-usb: fix divider for BG2CD
phy: berlin-usb: fix divider for BG2
Yoshihiro Shimoda (1):
usb: gadget: udc: core: Fix argument of dma_map_single for IOMMU
Zhuang Jin Can (3):
xhci: report U3 when link is in resume state
xhci: prevent bus_suspend if SS port resuming in phase 1
xhci: do not report PLC when link is in internal resume state
drivers/phy/Kconfig | 2 +
drivers/phy/phy-berlin-usb.c | 4 +-
drivers/phy/phy-ti-pipe3.c | 172 +++++++++--------------------------
drivers/usb/class/cdc-acm.c | 1 +
drivers/usb/common/ulpi.c | 2 +-
drivers/usb/core/hcd.c | 7 +-
drivers/usb/core/hub.c | 2 +-
drivers/usb/core/usb.h | 1 +
drivers/usb/dwc3/ep0.c | 4 +
drivers/usb/gadget/udc/mv_udc_core.c | 2 +-
drivers/usb/gadget/udc/udc-core.c | 14 +--
drivers/usb/host/ohci-q.c | 7 +-
drivers/usb/host/ohci-tmio.c | 2 +-
drivers/usb/host/xhci-hub.c | 22 +++--
drivers/usb/host/xhci-mem.c | 2 +-
drivers/usb/host/xhci-pci.c | 57 +++++++++++-
drivers/usb/host/xhci-ring.c | 3 +
drivers/usb/host/xhci.c | 3 +
drivers/usb/host/xhci.h | 1 +
drivers/usb/storage/unusual_devs.h | 23 +++++
20 files changed, 170 insertions(+), 161 deletions(-)
reply other threads:[~2015-07-26 2:21 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=20150726022137.GA21470@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.