mbox series

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

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

Pull-request

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

Message

Peter Chen Nov. 18, 2019, 10 a.m. UTC
The following changes since commit a079973f462a3d506c6a7f00c770a55b167ed094:

  usb: typec: tcpm: Remove tcpc_config configuration mechanism (2019-11-16 14:45:31 +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.5-rc1

for you to fetch changes up to 4d6141288c33b73027260e73df262464cbe1fd0d:

  usb: chipidea: imx: pinctrl for HSIC is optional (2019-11-18 17:40:27 +0800)

----------------------------------------------------------------
- Improve the Vbus handler
- Improve the HSIC handler for i.mx serial SoC
- Some other tiny changes

----------------------------------------------------------------
Jun Li (1):
      usb: chipidea: udc: protect usb interrupt enable

Li Jun (2):
      usb: chipidea: imx: enable vbus and id wakeup only for OTG events
      usb: chipidea: imx: check data->usbmisc_data against NULL before access

Peter Chen (5):
      usb: chipidea: udc: add new API ci_hdrc_gadget_connect
      usb: chipidea: core: change vbus-regulator as optional
      usb: chipidea: imx: change hsic power regulator as optional
      usb: chipidea: imx: refine the error handling for hsic
      usb: chipidea: imx: pinctrl for HSIC is optional

 drivers/usb/chipidea/ci_hdrc_imx.c | 79 ++++++++++++++++++++++++--------------
 drivers/usb/chipidea/ci_hdrc_imx.h |  2 +
 drivers/usb/chipidea/core.c        |  2 +-
 drivers/usb/chipidea/udc.c         | 73 ++++++++++++++++++-----------------
 drivers/usb/chipidea/usbmisc_imx.c | 31 +++++++++++----
 5 files changed, 114 insertions(+), 73 deletions(-)

Comments

Greg KH Nov. 18, 2019, 11:31 a.m. UTC | #1
On Mon, Nov 18, 2019 at 10:00:22AM +0000, Peter Chen wrote:
> The following changes since commit a079973f462a3d506c6a7f00c770a55b167ed094:
> 
>   usb: typec: tcpm: Remove tcpc_config configuration mechanism (2019-11-16 14:45:31 +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.5-rc1
> 

Pulled and pushed out, thanks.

greg k-h