mbox series

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

Message ID 20200317122414.GA11834@b29397-desktop (mailing list archive)
State Mainlined
Commit b80e3e813b3a502e04ed79e2301577fa3e5719ff
Headers show
Series [GIT,PULL] usb: chipidea: changes for v5.7-rc1 | expand

Pull-request

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

Message

Peter Chen March 17, 2020, 12:23 p.m. UTC
The following changes since commit 6a7c533d4a1854f54901a065d8c672e890400d8a:

  xhci-pci: Allow host runtime PM as default for Intel Tiger Lake xHCI (2020-03-12 17:34:49 +0100)

are available in the Git repository at:

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

for you to fetch changes up to d9958306d4be14f4c7466242b38ed3893a7b1386:

  USB: chipidea: Use the correct style for SPDX License Identifier (2020-03-16 11:13:47 +0800)

----------------------------------------------------------------
- Improve the runtime pm
- Cover one cover case during suspend/resume
- Some SPDX License changes

The code changes are at my ci-for-usb-next many days,
no issue is reported.

----------------------------------------------------------------
Nishad Kamdar (1):
      USB: chipidea: Use the correct style for SPDX License Identifier

Peter Chen (2):
      usb: chipidea: udc: using structure ci_hdrc device for runtime PM
      usb: chipidea: otg: handling vbus disconnect event occurred during system suspend

 drivers/usb/chipidea/bits.h        |  2 +-
 drivers/usb/chipidea/ci.h          |  2 +-
 drivers/usb/chipidea/ci_hdrc_imx.h |  2 +-
 drivers/usb/chipidea/otg.c         |  7 +++++++
 drivers/usb/chipidea/otg.h         |  2 +-
 drivers/usb/chipidea/otg_fsm.h     |  2 +-
 drivers/usb/chipidea/udc.c         | 13 +++++--------
 drivers/usb/chipidea/udc.h         |  2 +-
 8 files changed, 18 insertions(+), 14 deletions(-)

Comments

Greg Kroah-Hartman March 17, 2020, 6:54 p.m. UTC | #1
On Tue, Mar 17, 2020 at 12:23:56PM +0000, Peter Chen wrote:
> The following changes since commit 6a7c533d4a1854f54901a065d8c672e890400d8a:
> 
>   xhci-pci: Allow host runtime PM as default for Intel Tiger Lake xHCI (2020-03-12 17:34:49 +0100)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git/ tags/usb-ci-v5.7-rc1

Pulled and pushed out, thanks.

greg k-h