From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753234AbbEZPiN (ORCPT ); Tue, 26 May 2015 11:38:13 -0400 Received: from [192.94.94.40] ([192.94.94.40]:51122 "EHLO arroyo.ext.ti.com" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752735AbbEZPiJ (ORCPT ); Tue, 26 May 2015 11:38:09 -0400 From: Felipe Balbi To: Greg KH CC: Linux Kernel Mailing List , Linux USB Mailing List , Felipe Balbi Subject: [GIT PULL] USB fixes for v4.1-rc5 Date: Tue, 26 May 2015 10:35:16 -0500 Message-ID: <1432654516-30534-1-git-send-email-balbi@ti.com> X-Mailer: git-send-email 2.4.0.rc3 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ---------------------------------------------------------------- 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(-)