[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1432654516-30534-1-git-send-email-balbi@ti.com>
Date: Tue, 26 May 2015 10:35:16 -0500
From: Felipe Balbi <balbi@...com>
To: Greg KH <gregkh@...uxfoundation.org>
CC: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux USB Mailing List <linux-usb@...r.kernel.org>,
Felipe Balbi <balbi@...com>
Subject: [GIT PULL] USB fixes for v4.1-rc5
Hi Greg,
My final pull request for this -rc cycle. Sorry for being
rather late, but I had a ton of things to catch up on after
only 5 days out.
cheers
The following changes since commit c94e289f195e0e13cf34d27f9338d28221a85751:
usb: gadget: remove incorrect __init/__exit annotations (2015-04-27 14:45:35 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.1-rc5
for you to fetch changes up to 93fb9127cb63a3246b32d48fa273010764687862:
usb: renesas_usbhs: Don't disable the pipe if Control write status stage (2015-05-26 10:21:53 -0500)
----------------------------------------------------------------
usb: fixes for v4.1-rc5
A few late important fixes which have been pending
on mailing list due to my vacations.
The important fixes are a fix for DEPCMD and DGCMD
status bitfields on DWC3, a couple fixes for Renesas
USB Controller, one of which prevents a broken DT
binding from reaching v4.1-final, and an old fix for
s3c2410-udc where pullup logic was reversed.
Signed-off-by: Felipe Balbi <balbi@...com>
----------------------------------------------------------------
Ben Hutchings (1):
usb: musb: fix order of conditions for assigning end point operations
Fabio Estevam (2):
usb: phy: ab8500-usb: Pass the IRQF_ONESHOT flag
usb: phy: tahvo: Pass the IRQF_ONESHOT flag
Kazuya Mizuguchi (1):
usb: renesas_usbhs: Fix fifo unclear in usbhsf_prepare_pop
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
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
Subbaraya Sundeep Bhatta (1):
usb: dwc3: gadget: Fix incorrect DEPCMD and DGCMD status macros
Yoshihiro Shimoda (2):
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/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/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 ++++++++++++++++------
11 files changed, 68 insertions(+), 37 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists