From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751509AbbCKQBr (ORCPT ); Wed, 11 Mar 2015 12:01:47 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:53064 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750839AbbCKQBp (ORCPT ); Wed, 11 Mar 2015 12:01:45 -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.0-rc3 Date: Wed, 11 Mar 2015 11:01:07 -0500 Message-ID: <1426089667-18745-1-git-send-email-balbi@ti.com> X-Mailer: git-send-email 2.3.0 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, This is likely my last pull for the -rc, but things may change. Let me know if you need any changes Patches tested on platforms I have access to. cheers The following changes since commit 9eccca0843205f87c00404b663188b88eb248051: Linux 4.0-rc3 (2015-03-08 16:09:09 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.0-rc3 for you to fetch changes up to 2c247804796bbcaa90087f2196f68fdc20a5fe04: Revert "usb: gadget: zero: Add support for interrupt EP" (2015-03-11 10:00:05 -0500) ---------------------------------------------------------------- usb: fixes for v4.0-rc3 Revert interrupt endpoint support from g_zero as it regresses musb. A possible deadlock in isp1760 udc irq has been fixed. A fix to dwc2 for disconnect IRQ handling. We also have a new device ID for isp1760. Signed-off-by: Felipe Balbi ---------------------------------------------------------------- Arnd Bergmann (1): usb: musb: fix Kconfig regression David Dueck (1): usb: phy: am335x-control: check return value of bus_find_device Felipe Balbi (1): Revert "usb: gadget: zero: Add support for interrupt EP" Sudeep Holla (2): usb: isp1760: fix possible deadlock in isp1760_udc_irq usb: isp1760: add peripheral/device controller chip id Valentin Rothberg (1): usb: isp1760: set IRQ flags properly Yunzhi Li (1): usb: dwc2: host: fix dwc2 disconnect bug drivers/usb/dwc2/core_intr.c | 3 + drivers/usb/gadget/function/f_loopback.c | 3 +- drivers/usb/gadget/function/f_sourcesink.c | 511 ++--------------------------- drivers/usb/gadget/function/g_zero.h | 13 +- drivers/usb/gadget/legacy/zero.c | 21 -- drivers/usb/isp1760/isp1760-core.c | 3 +- drivers/usb/isp1760/isp1760-udc.c | 16 +- drivers/usb/musb/Kconfig | 3 +- drivers/usb/phy/phy-am335x-control.c | 3 + 9 files changed, 40 insertions(+), 536 deletions(-)