mbox series

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

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

Pull-request

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

Message

Peter Chen Dec. 17, 2018, 9:20 a.m. UTC
The following changes since commit e67ebf1b3815b2d1fc505dba182761c0be6c179d:

  xhci: move usb2 get port status link resume handling to its own function (2018-12-07 15:40:41 +0100)

are available in the git repository at:

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

for you to fetch changes up to 9049fce897edae50835a8f799d4b05f67a538e9a:

  usb: chipidea: imx: allow to configure oc polarity on i.MX25 (2018-12-11 09:13:11 +0800)

----------------------------------------------------------------
- Improve the over-current handling for imx
- Add the HSIC support for imx

----------------------------------------------------------------
Peter Chen (4):
      usb: chipidea: add flag for imx hsic implementation
      usb: chipidea: imx: add HSIC support
      usb: chipidea: host: override ehci->hub_control
      doc: usb: ci-hdrc-usb2: Add pinctrl properties for HSIC pin groups

Uwe Kleine-König (3):
      usb: chipidea: imx: support configuring for active low oc signal
      usb: chipidea: imx: Warn if oc polarity isn't specified
      usb: chipidea: imx: allow to configure oc polarity on i.MX25

 .../devicetree/bindings/usb/ci-hdrc-usb2.txt       |  36 +++-
 drivers/usb/chipidea/ci_hdrc_imx.c                 | 158 +++++++++++++++---
 drivers/usb/chipidea/ci_hdrc_imx.h                 |  17 +-
 drivers/usb/chipidea/host.c                        |  92 +++++++++++
 drivers/usb/chipidea/usbmisc_imx.c                 | 183 ++++++++++++++++++++-
 include/linux/usb/chipidea.h                       |   3 +
 6 files changed, 455 insertions(+), 34 deletions(-)

Comments

Greg KH Dec. 17, 2018, 12:59 p.m. UTC | #1
On Mon, Dec 17, 2018 at 09:20:18AM +0000, Peter Chen wrote:
> The following changes since commit e67ebf1b3815b2d1fc505dba182761c0be6c179d:
> 
>   xhci: move usb2 get port status link resume handling to its own function (2018-12-07 15:40:41 +0100)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v4.21-rc1

Pulled and pushed out, thanks.

greg k-h