Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1226280
| From | Felipe Balbi <balbi@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] USB fixes for v4.3-rc2 |
| Date | 2015-09-16 18:50 +0200 |
| Message-ID | <q9o4b-1G6-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Greg,
Here's the first set of fixes for v4.3-rc cycle. Please consider
merging. Patches have been tested on platforms I have around
(AM437x, AM335x, DRA7x) and have been in next for a few days.
Let me know if you want anything to be changed
cheers
The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:
Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.3-rc2
for you to fetch changes up to 762982db33b23029e98c844611e2e8beeb75bc0d:
usb: phy: phy-generic: Fix reset behaviour on legacy boot (2015-09-14 10:15:08 -0500)
----------------------------------------------------------------
usb: fixes for v4.3-rc2
First series of fixes for v4.3-rc cycle. The major points are
a fix to a regression which would let gadget driver disable
an endpoint that's already disabled and a fix to MUSB to make
sure IRQs are masked when we're going to suspend and unmasked
on resume.
Signed-off-by: Felipe Balbi <balbi@ti.com>
----------------------------------------------------------------
Alexey Khoroshilov (1):
usb: gadget: amd5536udc: fix error handling in udc_pci_probe()
Bin Liu (1):
usb: musb: ensure in peripheral mode when checking session
Felipe Balbi (1):
usb: dwc3: omap: enable irqs lately
Luis de Bethencourt (1):
usb: musb: ux500: Fix module autoload for OF platform driver
Pascal Huerst (1):
usb: musb: Disable interrupts on suspend, enable them on resume
Randy Dunlap (1):
usb: phy: fix phy-qcom-8x16-usb build
Robert Baldyga (1):
usb: gadget: fix possible regression introduced with ep->claimed
Roger Quadros (1):
usb: phy: phy-generic: Fix reset behaviour on legacy boot
drivers/usb/dwc3/dwc3-omap.c | 4 ++--
drivers/usb/gadget/epautoconf.c | 1 +
drivers/usb/gadget/udc/amd5536udc.c | 43 +++++++++++++++++--------------------
drivers/usb/musb/musb_core.c | 7 ++++++
drivers/usb/musb/ux500.c | 2 ++
drivers/usb/phy/Kconfig | 2 +-
drivers/usb/phy/phy-generic.c | 3 ++-
7 files changed, 35 insertions(+), 27 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[GIT PULL] USB fixes for v4.3-rc2 Felipe Balbi <balbi@ti.com> - 2015-09-16 18:50 +0200 Re: [GIT PULL] USB fixes for v4.3-rc2 Greg KH <gregkh@linuxfoundation.org> - 2015-09-17 06:40 +0200
csiph-web