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.8-rc5
Date: Sat, 3 Sep 2016 16:48:55 +0200 [thread overview]
Message-ID: <20160903144855.GA10674@kroah.com> (raw)
The following changes since commit fa8410b355251fd30341662a40ac6b22d3e38468:
Linux 4.8-rc3 (2016-08-21 16:14:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.8-rc5
for you to fetch changes up to 2c5575401e34de3d2fc90af1c95bc73435784093:
usb: musb: Fix locking errors for host only mode (2016-08-30 14:11:38 +0200)
----------------------------------------------------------------
USB/PHY fixes for 4.8-rc5
Here are some USB and PHY driver fixes for 4.8-rc5
Nothing major, lots of little fixes for reported bugs, and a build fix
for a missing .h file that the phy drivers needed. All of these have
been in linux-next for a while with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Alan Stern (2):
USB: fix typo in wMaxPacketSize validation
USB: avoid left shift by -1
Aleksandr Makarov (2):
USB: serial: option: add WeTelecom WM-D200
USB: serial: option: add WeTelecom 0x6802 and 0x6803 products
Alexey Khoroshilov (2):
USB: serial: mos7720: fix non-atomic allocation in write path
USB: serial: mos7840: fix non-atomic allocation in write path
Axel Lin (1):
phy: brcm-sata: Return proper error if brcm_sata_phy_init fails
Baolin Wang (1):
usb: gadget: Add the gserial port checking in gs_start_tx()
Christophe JAILLET (1):
phy: sun9i-usb: fix error handling
Dan Carpenter (1):
usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()
David Lechner (1):
mfd: da8xx-cfgchip: New header file for CFGCHIP registers
Dinh Nguyen (1):
usb: dwc2: Add reset control to dwc2
Felipe Balbi (5):
usb: dwc3: pci: runtime_resume child device
usb: dwc3: core: allow device to runtime_suspend several times
usb: gadget: udc: core: don't starve DMA resources
usb: dwc3: debug: fix ep name on trace output
usb: dwc3: gadget: always decrement by 1
Greg Kroah-Hartman (4):
Merge tag 'fixes-for-v4.8-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'usb-serial-4.8-rc4' of git://git.kernel.org/.../johan/usb-serial into usb-linus
Merge tag 'usb-ci-v4.8-rc3' of git://git.kernel.org/.../peter.chen/usb into usb-linus
Merge tag 'phy-for-4.8-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus
Hans de Goede (1):
phy-sun4i-usb: Add support for peripheral-only mode
Li Jun (1):
usb: chipidea: udc: don't touch DP when controller is in host mode
Nicolas Saenz Julienne (1):
usb: dwc3: gadget: don't rely on jiffies while holding spinlock
Peter Chen (2):
usb: gadget: function: f_eem: socket buffer may be NULL
usb: gadget: function: f_rndis: socket buffer may be NULL
Tony Lindgren (1):
usb: musb: Fix locking errors for host only mode
Wei Yongjun (1):
usb: renesas_usbhs: gadget: fix return value check in usbhs_mod_gadget_probe()
drivers/phy/phy-brcm-sata.c | 2 +-
drivers/phy/phy-sun4i-usb.c | 68 ++++++++++-----
drivers/phy/phy-sun9i-usb.c | 4 +-
drivers/usb/chipidea/udc.c | 7 +-
drivers/usb/core/config.c | 2 +-
drivers/usb/core/devio.c | 16 ++--
drivers/usb/dwc2/core.h | 1 +
drivers/usb/dwc2/platform.c | 22 +++++
drivers/usb/dwc3/core.c | 1 +
drivers/usb/dwc3/debug.h | 2 +-
drivers/usb/dwc3/dwc3-pci.c | 9 +-
drivers/usb/dwc3/gadget.c | 11 +--
drivers/usb/gadget/function/f_eem.c | 10 ++-
drivers/usb/gadget/function/f_rndis.c | 3 +
drivers/usb/gadget/function/u_serial.c | 7 +-
drivers/usb/gadget/udc/core.c | 2 +-
drivers/usb/gadget/udc/fsl_qe_udc.c | 7 +-
drivers/usb/musb/musb_virthub.c | 7 +-
drivers/usb/renesas_usbhs/mod_gadget.c | 2 +-
drivers/usb/serial/mos7720.c | 2 +-
drivers/usb/serial/mos7840.c | 4 +-
drivers/usb/serial/option.c | 9 ++
include/linux/mfd/da8xx-cfgchip.h | 153 +++++++++++++++++++++++++++++++++
23 files changed, 294 insertions(+), 57 deletions(-)
create mode 100644 include/linux/mfd/da8xx-cfgchip.h
reply other threads:[~2016-09-03 14:48 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=20160903144855.GA10674@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