Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932415AbbKQRlJ (ORCPT ); Tue, 17 Nov 2015 12:41:09 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:60532 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754444AbbKQRlF (ORCPT ); Tue, 17 Nov 2015 12:41:05 -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-rc2 Date: Tue, 17 Nov 2015 11:41:03 -0600 Message-ID: <1447782063-21168-1-git-send-email-balbi@ti.com> X-Mailer: git-send-email 2.6.2 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2638 Lines: 77 Hi Greg, Here's the first round of fixes for this first rc. Only 11 commits this time. Let me know if you want anything to be changed. thanks The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec: Linux 4.4-rc1 (2015-11-15 17:00:27 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git tags/fixes-for-v4.4-rc2 for you to fetch changes up to d134c48d889ddceadf4c990e6f3df16b816ed5d4: usb: gadget: atmel_usba_udc: Expose correct device speed (2015-11-17 11:35:49 -0600) ---------------------------------------------------------------- usb: fixes for v4.4-rc2 First round of fixes for this -rc cycle. We have the usual set of miscellaneous fixes. The important thing here is support for Intel Broxton SoC on dwc3, some fixes for Rockchip SoCs on dwc2 and a fix on dwc3 to let it report lower speeds than USB_SPEED_SUPER. ---------------------------------------------------------------- Aaro Koskinen (1): usb: phy: omap-otg: fix uninitialized pointer Ben McCauley (1): usb: dwc3: gadget: let us set lower max_speed Bin Liu (2): usb: musb: fix tx fifo flush handling usb: musb: enable usb_dma parameter Douglas Anderson (2): usb: dwc2: host: Fix ahbcfg for rk3066 usb: dwc2: host: Fix remote wakeup when not in DWC2_L2 Douglas Gilbert (1): usb: gadget: atmel_usba_udc: Expose correct device speed Heikki Krogerus (1): usb: dwc3: pci: add support for Intel Broxton SOC LABBE Corentin (1): usb: phy: phy-mxs-usb: fix a possible NULL dereference Peter Chen (1): usb: gadget: f_loopback: fix the warning during the enumeration Uwe Kleine-König (1): usb: musb: core: fix order of arguments to ulpi write callback drivers/usb/dwc2/hcd.c | 9 +++++---- drivers/usb/dwc2/platform.c | 3 ++- drivers/usb/dwc3/dwc3-pci.c | 4 ++++ drivers/usb/dwc3/gadget.c | 24 +++++++++++++++++++++++- drivers/usb/gadget/function/f_loopback.c | 2 +- drivers/usb/gadget/udc/atmel_usba_udc.c | 2 +- drivers/usb/musb/musb_core.c | 12 ++++++------ drivers/usb/musb/musb_host.c | 22 ++++++++++++++++------ drivers/usb/phy/phy-mxs-usb.c | 7 +++++-- drivers/usb/phy/phy-omap-otg.c | 2 +- 10 files changed, 64 insertions(+), 23 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/