mbox series

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

Message ID AM7PR04MB7157233EB3BA56F78ACAF2B38B3B0@AM7PR04MB7157.eurprd04.prod.outlook.com (mailing list archive)
State Accepted
Commit 2b4534185b61048bf4443d926a1b5ea91a29025b
Headers show
Series [GIT,PULL] usb: chipidea: changes for v5.10-rc1 | expand

Pull-request

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

Message

Peter Chen Sept. 22, 2020, 5:44 a.m. UTC
The following changes since commit 28157b8c7d9a9c92d1da31af486fe4ad39862edd:

  USB: Better name for __check_usb_generic() (2020-08-18 13:10:40 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 71ac680e6339e744d87647a1ca27b2e87dba2eac:

  usb: chipidea: ci_hdrc_imx: restore pinctrl (2020-09-03 16:32:07 +0800)

----------------------------------------------------------------
Two changes for chipidea imx driver:
- Add picophy parameter tuning interface
- Restore pinctrl for system suspend/resume

----------------------------------------------------------------
Peter Chen (3):
      doc: dt-binding: ci-hdrc-usb2: add property for samsung picophy
      usb: chipidea: imx: add two samsung picophy parameters tuning implementation
      usb: chipidea: ci_hdrc_imx: restore pinctrl

 .../devicetree/bindings/usb/ci-hdrc-usb2.txt        |  9 +++++++++
 drivers/usb/chipidea/ci_hdrc_imx.c                  | 13 ++++++++++++-
 drivers/usb/chipidea/ci_hdrc_imx.h                  |  2 ++
 drivers/usb/chipidea/usbmisc_imx.c                  | 21 +++++++++++++++++++++
 4 files changed, 44 insertions(+), 1 deletion(-)

Best regards,
Peter

Comments

Greg KH Sept. 22, 2020, 8:17 a.m. UTC | #1
On Tue, Sep 22, 2020 at 05:44:39AM +0000, Peter Chen wrote:
> The following changes since commit 28157b8c7d9a9c92d1da31af486fe4ad39862edd:
> 
>   USB: Better name for __check_usb_generic() (2020-08-18 13:10:40 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v5.10-rc1

Pulled and pushed out, thanks.

greg k-h