mbox series

[GIT,PULL] usb: chipidea: changes for v5.4-rc1

Message ID 20190905023123.GA13573@b29397-desktop (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] usb: chipidea: changes for v5.4-rc1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v5.4-rc1

Message

Peter Chen Sept. 5, 2019, 2:31 a.m. UTC
The following changes since commit cdfee5623290bc893f595636b44fa28e8207c5b3:

  driver core: initialize a default DMA mask for platform device (2019-08-22 09:41:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v5.4-rc1

for you to fetch changes up to ecd55e367f3d706788632e176ec6b94e1a72a07c:

  usb: chipidea: msm: Use device-managed registration API (2019-09-03 14:16:40 +0800)

----------------------------------------------------------------
Add role switch class support for chipidea

----------------------------------------------------------------
Chuhong Yuan (1):
      usb: chipidea: msm: Use device-managed registration API

Li Jun (1):
      usb: chipidea: add role switch class support

Peter Chen (2):
      dt-binding: usb: ci-hdrc-usb2: add imx7ulp compatible
      dt-binding: usb: usbmisc-imx: add imx7ulp compatible

 .../devicetree/bindings/usb/ci-hdrc-usb2.txt       |  1 +
 .../devicetree/bindings/usb/usbmisc-imx.txt        |  1 +
 drivers/usb/chipidea/Kconfig                       |  1 +
 drivers/usb/chipidea/ci.h                          | 12 ++++
 drivers/usb/chipidea/ci_hdrc_msm.c                 |  9 +--
 drivers/usb/chipidea/core.c                        | 83 ++++++++++++++++++++++
 drivers/usb/chipidea/otg.c                         |  8 +--
 7 files changed, 105 insertions(+), 10 deletions(-)

Comments

Greg KH Sept. 5, 2019, 8:02 a.m. UTC | #1
On Thu, Sep 05, 2019 at 02:31:14AM +0000, Peter Chen wrote:
> The following changes since commit cdfee5623290bc893f595636b44fa28e8207c5b3:
> 
>   driver core: initialize a default DMA mask for platform device (2019-08-22 09:41:55 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v5.4-rc1

Pulled and pushed out, thanks.

greg k-h