mbox series

[U-Boot,0/3] Update DWC2 driver

Message ID 1521133232-13799-1-git-send-email-patrice.chotard@st.com
Headers show
Series Update DWC2 driver | expand

Message

Patrice CHOTARD March 15, 2018, 5 p.m. UTC
From: Patrice Chotard <patrice.chotard@st.com>

This series :
 _ adds dwc_vbus_supply_exit() to disable VBUS on device removal
 _ increases timeout in wait_for_chhltd()
 _ replaces printf() and pr_err by dev_info() and dev_err()


Christophe Kerello (2):
  usb: dwc2: disable external vbus supply when the device is removed
  usb: dwc2: increase timeout in wait_for_chhltd

Patrice Chotard (1):
  usb: dwc2: Replace printf, pr_err by dev_info, dev_err

 drivers/usb/host/dwc2.c | 60 ++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 47 insertions(+), 13 deletions(-)

Comments

Marek Vasut March 17, 2018, 2:23 a.m. UTC | #1
On 03/15/2018 06:00 PM, patrice.chotard@st.com wrote:
> From: Patrice Chotard <patrice.chotard@st.com>
> 
> This series :
>  _ adds dwc_vbus_supply_exit() to disable VBUS on device removal
>  _ increases timeout in wait_for_chhltd()
>  _ replaces printf() and pr_err by dev_info() and dev_err()
> 
> 
> Christophe Kerello (2):
>   usb: dwc2: disable external vbus supply when the device is removed
>   usb: dwc2: increase timeout in wait_for_chhltd
> 
> Patrice Chotard (1):
>   usb: dwc2: Replace printf, pr_err by dev_info, dev_err
> 
>  drivers/usb/host/dwc2.c | 60 ++++++++++++++++++++++++++++++++++++++-----------
>  1 file changed, 47 insertions(+), 13 deletions(-)

Applied all three, thanks