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.6-rc5
Date: Sat, 23 Apr 2016 19:06:13 +0900	[thread overview]
Message-ID: <20160423100613.GA20211@kroah.com> (raw)

The following changes since commit c3b46c73264b03000d1e18b22f5caf63332547c9:

  Linux 4.6-rc4 (2016-04-17 19:13:32 -0700)

are available in the git repository at:

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

for you to fetch changes up to d40d334743776937132d3a0c5a203d245407e5a7:

  Merge tag 'phy-for-4.6-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy into usb-linus (2016-04-22 17:13:24 +0900)

----------------------------------------------------------------
USB / PHY driver fixes for 4.6-rc5

Here are two small sets of patches, both from subsystem trees, USB
gadget and PHY drivers.

Full details are in the shortlog, and they have all been in linux-next
for a while (before I merged them to the USB tree.)

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

----------------------------------------------------------------
Du, Changbin (1):
      usb: dwc3: fix memory leak of dwc->regset

Felipe Balbi (2):
      usb: dwc3: omap: fix up error path on probe()
      usb: dwc3: core: fix PHY handling during suspend

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

Heiko Stuebner (3):
      phy: rockchip-dp: should be a child device of the GRF
      phy: rockchip-emmc: should be a child device of the GRF
      phy: rockchip-emmc: adapt binding to specifiy register offset and length

John Youn (1):
      usb: gadget: composite: Clear reserved fields of SSP Dev Cap

Lars-Peter Clausen (1):
      usb: gadget: f_fs: Fix use-after-free

Roger Quadros (1):
      usb: dwc3: gadget: Fix suspend/resume during device mode

 .../devicetree/bindings/phy/rockchip-dp-phy.txt    | 18 ++++++++++-------
 .../devicetree/bindings/phy/rockchip-emmc-phy.txt  | 22 +++++++++++++--------
 drivers/phy/phy-rockchip-dp.c                      |  7 +++++--
 drivers/phy/phy-rockchip-emmc.c                    |  5 ++++-
 drivers/usb/dwc3/core.c                            | 23 +++++++++++++++++++++-
 drivers/usb/dwc3/debugfs.c                         | 13 +++++++-----
 drivers/usb/dwc3/dwc3-omap.c                       | 12 ++++-------
 drivers/usb/dwc3/gadget.c                          |  6 ++++++
 drivers/usb/gadget/composite.c                     |  2 ++
 drivers/usb/gadget/function/f_fs.c                 |  5 ++---
 10 files changed, 78 insertions(+), 35 deletions(-)

                 reply	other threads:[~2016-04-23 10:06 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=20160423100613.GA20211@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.