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-rc4
Date: Sat, 16 May 2015 17:34:11 -0700 [thread overview]
Message-ID: <20150517003411.GA18041@kroah.com> (raw)
The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22:
Linux 4.1-rc2 (2015-05-03 19:22:23 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.1-rc4
for you to fetch changes up to 569192605f56f384090be8c291a3f4a02402ad84:
Merge tag 'usb-serial-4.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus (2015-05-14 12:43:36 -0700)
----------------------------------------------------------------
USB fixes for 4.1-rc4
Here are some USB fixes and new device ids for 4.1-rc4. All are pretty
minor, and have been in linux-next successfully.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Arnd Bergmann (2):
usb: phy: isp1301: work around tps65010 dependency
usb: gadget: remove incorrect __init/__exit annotations
Bin Liu (1):
usb: dwc3: dwc3-omap: correct the register macros
Greg Kroah-Hartman (3):
Merge tag 'fixes-for-v4.1-rc2' of git://git.kernel.org/.../balbi/usb into usb-linus
Merge tag 'usb-ci-v4.1-rc3' of git://git.kernel.org/.../peter.chen/usb into usb-linus
Merge tag 'usb-serial-4.1-rc4' of git://git.kernel.org/.../johan/usb-serial into usb-linus
Hans de Goede (1):
usb-storage: Add NO_WP_DETECT quirk for Lacie 059f:0651 devices
Heinrich Schuchardt (1):
usb: chipidea: debug: avoid out of bound read
Jason A. Donenfeld (2):
USB: pl2303: Remove support for Samsung I330
USB: visor: Match I330 phone more precisely
Joe Lawrence (1):
xhci: gracefully handle xhci_irq dead device
Krzysztof Opasiak (2):
usb: gadget: configfs: Fix interfaces array NULL-termination
usb: gadget: hid: Fix static variable usage
Logan Gunthorpe (1):
Added another USB product ID for ELAN touchscreen quirks.
Mark Edwards (1):
USB: cp210x: add ID for KCF Technologies PRN device
Mathias Nyman (2):
xhci: fix isoc endpoint dequeue from advancing too far on transaction error
xhci: Solve full event ring by increasing TRBS_PER_SEGMENT to 256
Philip Oberstaller (1):
usb: gadget: serial: fix re-ordering of tx data
Vladimir Zapolskiy (1):
usb: gadget: xilinx: fix devm_ioremap_resource() check
drivers/usb/chipidea/debug.c | 6 +-
drivers/usb/core/quirks.c | 3 +
drivers/usb/dwc3/dwc3-omap.c | 94 +++++++++++++++---------------
drivers/usb/gadget/configfs.c | 1 +
drivers/usb/gadget/function/f_hid.c | 16 ++++-
drivers/usb/gadget/function/u_serial.c | 5 +-
drivers/usb/gadget/legacy/acm_ms.c | 10 ++--
drivers/usb/gadget/legacy/audio.c | 10 ++--
drivers/usb/gadget/legacy/cdc2.c | 10 ++--
drivers/usb/gadget/legacy/dbgp.c | 4 +-
drivers/usb/gadget/legacy/ether.c | 12 ++--
drivers/usb/gadget/legacy/g_ffs.c | 2 +-
drivers/usb/gadget/legacy/gmidi.c | 10 ++--
drivers/usb/gadget/legacy/hid.c | 12 ++--
drivers/usb/gadget/legacy/mass_storage.c | 6 +-
drivers/usb/gadget/legacy/multi.c | 10 ++--
drivers/usb/gadget/legacy/ncm.c | 10 ++--
drivers/usb/gadget/legacy/nokia.c | 10 ++--
drivers/usb/gadget/legacy/printer.c | 8 +--
drivers/usb/gadget/legacy/serial.c | 4 +-
drivers/usb/gadget/legacy/tcm_usb_gadget.c | 2 +-
drivers/usb/gadget/legacy/webcam.c | 8 +--
drivers/usb/gadget/legacy/zero.c | 4 +-
drivers/usb/gadget/udc/at91_udc.c | 4 +-
drivers/usb/gadget/udc/atmel_usba_udc.c | 4 +-
drivers/usb/gadget/udc/fsl_udc_core.c | 4 +-
drivers/usb/gadget/udc/fusb300_udc.c | 4 +-
drivers/usb/gadget/udc/m66592-udc.c | 4 +-
drivers/usb/gadget/udc/r8a66597-udc.c | 4 +-
drivers/usb/gadget/udc/udc-xilinx.c | 4 +-
drivers/usb/host/xhci-ring.c | 7 ++-
drivers/usb/host/xhci.h | 2 +-
drivers/usb/phy/phy-isp1301-omap.c | 2 +-
drivers/usb/serial/cp210x.c | 1 +
drivers/usb/serial/pl2303.c | 1 -
drivers/usb/serial/pl2303.h | 4 --
drivers/usb/serial/visor.c | 2 +-
drivers/usb/storage/unusual_devs.h | 7 +++
38 files changed, 171 insertions(+), 140 deletions(-)
reply other threads:[~2015-05-17 0:34 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=20150517003411.GA18041@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
all inboxes | Powered by JetHome®