mbox series

[GIT,PULL] usb: chipidea: changes for v4.20-rc1

Message ID AM0PR04MB5314D60D57EB1AFA10CBE88F8BE60@AM0PR04MB5314.eurprd04.prod.outlook.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] usb: chipidea: changes for v4.20-rc1 | expand

Pull-request

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

Message

Peter Chen Oct. 8, 2018, 1:58 a.m. UTC
The following changes since commit 1652a83fa494b12e20fc02a2cc3ddbcd75d53170:

  Merge 4.19-rc4 into usb-next (2018-09-16 22:44:14 +0200)

are available in the git repository at:

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

for you to fetch changes up to 59739131e0ca06db7560f9073fff2fb83f6bc2a5:

  usb: chipidea: Fix otg event handler (2018-09-20 17:04:22 +0800)

----------------------------------------------------------------
- Add pinctrl support for dual-role switch at chipidea-core
- improve overcorrent handling for imx
- some small code restructure (no function affect)

----------------------------------------------------------------
Loic Poulain (4):
      usb: chipidea: Add dynamic pinctrl selection
      doc: usb: ci-hdrc-usb2: Add pinctrl properties definition
      usb: chipidea: Prevent unbalanced IRQ disable
      usb: chipidea: Fix otg event handler

Marcus Folkesson (2):
      usb: chipidea: imx: do not use preprocessor conditionals for PM
      usb: chipidea: imx: make MODULE_LICENCE and SPDX-identifier match

Nicolas Adell (1):
      usb: chipidea: imx: enable OTG overcurrent in case USB subsystem is already started

 .../devicetree/bindings/usb/ci-hdrc-usb2.txt          |  2 ++
 drivers/usb/chipidea/ci_hdrc_imx.c                    | 19 +++++++------------
 drivers/usb/chipidea/core.c                           | 19 +++++++++++++++++++
 drivers/usb/chipidea/host.c                           |  9 +++++++++
 drivers/usb/chipidea/otg.c                            |  9 ++++++---
 drivers/usb/chipidea/otg.h                            |  3 ++-
 drivers/usb/chipidea/udc.c                            |  9 +++++++++
 drivers/usb/chipidea/usbmisc_imx.c                    |  4 +++-
 include/linux/usb/chipidea.h                          |  6 ++++++
 9 files changed, 63 insertions(+), 17 deletions(-)

Best regards,
Peter Chen

Comments

Greg KH Oct. 8, 2018, 2:27 p.m. UTC | #1
On Mon, Oct 08, 2018 at 01:58:00AM +0000, Peter Chen wrote:
> The following changes since commit 1652a83fa494b12e20fc02a2cc3ddbcd75d53170:
> 
>   Merge 4.19-rc4 into usb-next (2018-09-16 22:44:14 +0200)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v4.20-rc1

Now merged, thanks.

greg k-h