Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752186AbbLIP6q (ORCPT ); Wed, 9 Dec 2015 10:58:46 -0500 Received: from bear.ext.ti.com ([192.94.94.41]:53843 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752048AbbLIP6n (ORCPT ); Wed, 9 Dec 2015 10:58:43 -0500 From: Felipe Balbi To: Greg KH CC: Linux Kernel Mailing List , Linux USB Mailing List , Felipe Balbi Subject: [GIT PULL] USB fixes for v4.4-rc5 Date: Wed, 9 Dec 2015 09:58:41 -0600 Message-ID: <1449676721-16262-1-git-send-email-balbi@ti.com> X-Mailer: git-send-email 2.6.3 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 Content-Length: 2178 Lines: 63 Hi Greg, Here's what I hope to be the last set of fixes for current -rc. Let me know if you want anything to be changed. cheers The following changes since commit f74875dc36135ebae82a8e005f4b7f52289d2c40: usb: dwc2: fix kernel oops during driver probe (2015-11-20 09:29:47 -0600) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.4-rc5 for you to fetch changes up to 7d32cdef535622c0aea39807989f62cdddea207e: usb: musb: fail with error when no DMA controller set (2015-12-09 09:36:03 -0600) ---------------------------------------------------------------- usb: fixes for-v4.4-rc5 Hopefully final set of fixes for v4.4 release cycle. There's a fix for a regression on dwc3 caused by recent changes to how transfers are started. We're not pre-starting interrupt endpoints anymore. A NULL pointer dereference fix for the MSM phy driver. The UVC gadget got a minor fix for permissions to its configfs attributes and, finally, two fixes for MUSB. A fix for PM runtime when MUSB returns EPROBE_DEFER and a fix to actually return an error in case we can't initialize a DMA engine. Signed-off-by: Felipe Balbi ---------------------------------------------------------------- Aaro Koskinen (1): usb: musb: fail with error when no DMA controller set Felipe Balbi (1): usb: dwc3: gadget: don't prestart interrupt endpoints LABBE Corentin (1): usb: phy: msm: fix a possible NULL dereference Mian Yousaf Kaukab (1): usb: gadget: uvc: fix permissions of configfs attributes Tony Lindgren (1): usb: musb: core: Fix pm runtime for deferred probe drivers/usb/dwc3/gadget.c | 1 + drivers/usb/gadget/function/uvc_configfs.c | 2 +- drivers/usb/musb/musb_core.c | 8 +++++++- drivers/usb/phy/phy-msm-usb.c | 6 +++--- 4 files changed, 12 insertions(+), 5 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/