All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Subject: [GIT PULL] USB driver fixes for 4.9-rc5
Date: Sun, 13 Nov 2016 11:15:51 +0100	[thread overview]
Message-ID: <20161113101551.GA7064@kroah.com> (raw)

The following changes since commit a909d3e636995ba7c349e2ca5dbb528154d4ac30:

  Linux 4.9-rc3 (2016-10-29 13:52:02 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git/ tags/usb-4.9-rc5

for you to fetch changes up to 18266403f3fe507f0246faa1d5432333a2f139ca:

  USB: cdc-acm: fix TIOCMIWAIT (2016-11-10 13:12:59 +0100)

----------------------------------------------------------------
USB / PHY fixes for 4.9-rc5

Here are a number of small USB and PHY driver fixes for 4.9-rc5

Nothing major, just small fixes for reported issues, all of these have
been in linux-next for a while with no reported issues.

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

----------------------------------------------------------------
Axel Haslam (1):
      phy: da8xx-usb: rename the ohci device to ohci-da8xx

Babu Moger (1):
      drivers/usb: Skip auto handoff for TI and RENESAS usb controllers

David Lechner (1):
      usb: musb: da8xx: Don't print phy error on -EPROBE_DEFER

Felipe Balbi (2):
      usb: dwc3: st: add missing <linux/pinctrl/consumer.h> include
      usb: gadget: u_ether: remove interrupt throttling

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

Icenowy Zheng (1):
      phy: sun4i: check PMU presence when poking unknown bit of pmu

Johan Hovold (2):
      uwb: fix device reference leaks
      USB: cdc-acm: fix TIOCMIWAIT

Kirill Esipov (1):
      usb: musb: remove duplicated actions

Oliver Neukum (1):
      cdc-acm: fix uninitialized variable

Randy Li (1):
      phy: Add reset callback for not generic phy

Shawn Lin (1):
      phy-rockchip-pcie: remove deassert of phy_rst from exit callback

Vivek Gautam (1):
      usb: dwc3: Fix error handling for core init

 drivers/phy/phy-da8xx-usb.c           |  5 +++--
 drivers/phy/phy-rockchip-pcie.c       | 13 +------------
 drivers/phy/phy-sun4i-usb.c           |  2 +-
 drivers/usb/class/cdc-acm.c           |  4 ++--
 drivers/usb/dwc3/core.c               |  5 ++---
 drivers/usb/dwc3/dwc3-st.c            |  1 +
 drivers/usb/gadget/function/u_ether.c |  8 --------
 drivers/usb/host/pci-quirks.c         |  8 ++++++++
 drivers/usb/musb/da8xx.c              |  3 ++-
 drivers/usb/musb/musb_core.c          |  5 -----
 drivers/uwb/lc-rc.c                   | 16 +++++++++++++---
 drivers/uwb/pal.c                     |  2 ++
 include/linux/phy/phy.h               |  7 +++++++
 13 files changed, 42 insertions(+), 37 deletions(-)

                 reply	other threads:[~2016-11-13 10:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20161113101551.GA7064@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.