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


Groups > linux.kernel > #1333537 > unrolled thread

[GIT PULL] USB driver fixes for 4.5-rc4

Started byGreg KH <gregkh@linuxfoundation.org>
First post2016-02-14 20:10 +0100
Last post2016-02-14 21:50 +0100
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] USB driver fixes for 4.5-rc4 Greg KH <gregkh@linuxfoundation.org> - 2016-02-14 20:10 +0100
    Re: [GIT PULL] USB driver fixes for 4.5-rc4 Linus Torvalds <torvalds@linux-foundation.org> - 2016-02-14 21:30 +0100
      Re: [GIT PULL] USB driver fixes for 4.5-rc4 Greg KH <gregkh@linuxfoundation.org> - 2016-02-14 21:40 +0100
        Re: [GIT PULL] USB driver fixes for 4.5-rc4 Linus Torvalds <torvalds@linux-foundation.org> - 2016-02-14 21:50 +0100

#1333537 — [GIT PULL] USB driver fixes for 4.5-rc4

FromGreg KH <gregkh@linuxfoundation.org>
Date2016-02-14 20:10 +0100
Subject[GIT PULL] USB driver fixes for 4.5-rc4
Message-ID<r2ads-72j-13@gated-at.bofh.it>
The following changes since commit 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3:

  Linux 4.5-rc2 (2016-01-31 18:12:16 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.5-rc4

for you to fetch changes up to 6b44d1e9bf3b850b433694d654709b4cbc9bc00e:

  Merge tag 'phy-for-4.5-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-linus (2016-02-11 20:10:58 -0800)

----------------------------------------------------------------
USB and PHY fixes for 4.5-rc4

Here are a number of USB and PHY driver fixes for 4.5-rc4.

They are the usual gadget and xhci drivers that had reported problems,
as well as a few small phy issues as well.  All have been in linux-next
with no reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

----------------------------------------------------------------
Chunfeng Yun (2):
      usb: xhci-mtk: fix bpkts value of LS/HS periodic eps not behind TT
      usb: xhci-mtk: fix AHB bus hang up caused by roothubs polling

Felipe Balbi (1):
      MAINTAINERS: fix my email address

Geert Uytterhoeven (1):
      phy: Restrict phy-hi6220-usb to HiSilicon arm64

Greg Kroah-Hartman (2):
      Merge tag 'fixes-for-v4.5-rc3' of git://git.kernel.org/.../balbi/usb into usb-linus
      Merge tag 'phy-for-4.5-rc' of git://git.kernel.org/.../kishon/linux-phy into usb-linus

Gregory CLEMENT (1):
      usb: host: xhci-plat: fix NULL pointer in probe for device tree case

Jianqiang Tang (1):
      usb: dwc3: gadget: set the OTG flag in dwc3 gadget driver.

Joe Lawrence (1):
      xhci: harden xhci_find_next_ext_cap against device removal

John Youn (2):
      Revert "usb: dwc2: Move reset into dwc2_get_hwparams()"
      usb: dwc2: Fix probe problem on bcm2835

Li Jun (1):
      usb: phy: mxs: declare variable with initialized value

Lu Baolu (4):
      usb: xhci: handle both SSIC ports in PME stuck quirk
      usb: xhci: add a quirk bit for ssic port unused
      usb: xhci: set SSIC port unused only if xhci_suspend succeeds
      usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platforms

Mathias Nyman (2):
      Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"
      xhci: Fix list corruption in urb dequeue at host removal

Shawn Lin (1):
      phy: core: fix wrong err handle for phy_power_on

Srinivas Kandagatla (1):
      usb: phy: msm: fix error handling in probe.

Tony Lindgren (2):
      phy: twl4030-usb: Relase usb phy on unload
      phy: twl4030-usb: Fix unbalanced pm_runtime_enable on module reload

Ulf Hansson (1):
      usb: musb: ux500: Fix NULL pointer dereference at system PM

 MAINTAINERS                      | 10 +++----
 drivers/phy/Kconfig              |  1 +
 drivers/phy/phy-core.c           | 16 +++++++-----
 drivers/phy/phy-twl4030-usb.c    | 14 ++++++----
 drivers/usb/dwc2/core.c          | 14 ----------
 drivers/usb/dwc2/platform.c      |  8 +++++-
 drivers/usb/dwc3/gadget.c        |  1 +
 drivers/usb/host/xhci-ext-caps.h |  4 +++
 drivers/usb/host/xhci-mtk-sch.c  | 16 +++++++++---
 drivers/usb/host/xhci-mtk.c      | 23 +++++++++++++++++
 drivers/usb/host/xhci-pci.c      | 56 ++++++++++++++++++++++++++++++----------
 drivers/usb/host/xhci-plat.c     |  3 ++-
 drivers/usb/host/xhci-ring.c     | 10 -------
 drivers/usb/host/xhci.c          |  4 ++-
 drivers/usb/host/xhci.h          |  1 +
 drivers/usb/musb/ux500.c         |  7 +++--
 drivers/usb/phy/phy-msm-usb.c    | 37 ++++++++++++++++----------
 drivers/usb/phy/phy-mxs-usb.c    |  2 +-
 18 files changed, 150 insertions(+), 77 deletions(-)

[toc] | [next] | [standalone]


#1333553

FromLinus Torvalds <torvalds@linux-foundation.org>
Date2016-02-14 21:30 +0100
Message-ID<r2bsR-7IL-3@gated-at.bofh.it>
In reply to#1333537
On Sun, Feb 14, 2016 at 11:01 AM, Greg KH <gregkh@linuxfoundation.org> wrote:
>
> USB and PHY fixes for 4.5-rc4
>
> Here are a number of USB and PHY driver fixes for 4.5-rc4.

Actually, only PHY fixes. The USB fixes you already sent me for rc3.
See merge commit 46df55ceeaf3.

Apparently you haven't updated your upstream tree..

              Linus

[toc] | [prev] | [next] | [standalone]


#1333556

FromGreg KH <gregkh@linuxfoundation.org>
Date2016-02-14 21:40 +0100
Message-ID<r2bCy-7Mr-9@gated-at.bofh.it>
In reply to#1333553
On Sun, Feb 14, 2016 at 12:24:11PM -0800, Linus Torvalds wrote:
> On Sun, Feb 14, 2016 at 11:01 AM, Greg KH <gregkh@linuxfoundation.org> wrote:
> >
> > USB and PHY fixes for 4.5-rc4
> >
> > Here are a number of USB and PHY driver fixes for 4.5-rc4.
> 
> Actually, only PHY fixes. The USB fixes you already sent me for rc3.
> See merge commit 46df55ceeaf3.
> 
> Apparently you haven't updated your upstream tree..

Ugh, you are right, sorry about that, do you need an updated pull
request, or are you ok with this one?

thanks,

greg k-h

[toc] | [prev] | [next] | [standalone]


#1333563

FromLinus Torvalds <torvalds@linux-foundation.org>
Date2016-02-14 21:50 +0100
Message-ID<r2bMd-7Rl-1@gated-at.bofh.it>
In reply to#1333556
On Sun, Feb 14, 2016 at 12:39 PM, Greg KH <gregkh@linuxfoundation.org> wrote:
>
> Ugh, you are right, sorry about that, do you need an updated pull
> request, or are you ok with this one?

I took it and updates the merge log appropriately.

                  Linus

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web