Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1271489 > unrolled thread

[GIT PULL] USB fixes for v4.4-rc2

Started byFelipe Balbi <balbi@ti.com>
First post2015-11-17 18:50 +0100
Last post2015-11-18 00:30 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] USB fixes for v4.4-rc2 Felipe Balbi <balbi@ti.com> - 2015-11-17 18:50 +0100
    Re: [GIT PULL] USB fixes for v4.4-rc2 Greg KH <gregkh@linuxfoundation.org> - 2015-11-18 00:30 +0100

#1271489 — [GIT PULL] USB fixes for v4.4-rc2

FromFelipe Balbi <balbi@ti.com>
Date2015-11-17 18:50 +0100
Subject[GIT PULL] USB fixes for v4.4-rc2
Message-ID<qvSye-8a9-13@gated-at.bofh.it>
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/

[toc] | [next] | [standalone]


#1271738

FromGreg KH <gregkh@linuxfoundation.org>
Date2015-11-18 00:30 +0100
Message-ID<qvXRf-3dL-3@gated-at.bofh.it>
In reply to#1271489
On Tue, Nov 17, 2015 at 11:41:03AM -0600, Felipe Balbi wrote:
> 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

Pulled and pushed out, thanks.

greg k-h
--
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/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web