mbox series

[0/4] Fix DWC2 USB role switch support

Message ID 20200724123748.25369-1-amelie.delaunay@st.com (mailing list archive)
Headers show
Series Fix DWC2 USB role switch support | expand

Message

Amelie Delaunay July 24, 2020, 12:37 p.m. UTC
This patchset adds missing documentation for usb-role-switch support in DWC2
bindings. It also fixes build issue when config is DWC2_HOST only, 
sleeping while atomic issue and missing usb-role-switch unregistration in probe
error path.

Amelie Delaunay (4):
  dt-bindings: usb: dwc2: add optional usb-role-switch property
  usb: dwc2: fix build issue when config is USB_DWC2_HOST only
  usb: dwc2: drd: fix sleeping while spinlock atomic context
  usb: dwc2: fix error path with missing dwc2_drd_exit

 .../devicetree/bindings/usb/dwc2.yaml         |  4 +++
 drivers/usb/dwc2/core.h                       |  1 +
 drivers/usb/dwc2/drd.c                        | 30 +++++++------------
 drivers/usb/dwc2/platform.c                   |  2 ++
 4 files changed, 17 insertions(+), 20 deletions(-)

Comments

Amelie Delaunay July 27, 2020, 9:39 a.m. UTC | #1
On 7/24/20 2:37 PM, Amelie DELAUNAY wrote:
> This patchset adds missing documentation for usb-role-switch support in DWC2
> bindings. It also fixes build issue when config is DWC2_HOST only,
> sleeping while atomic issue and missing usb-role-switch unregistration 
> in probe
> error path.
> 
> Amelie Delaunay (4):
>    dt-bindings: usb: dwc2: add optional usb-role-switch property
>    usb: dwc2: fix build issue when config is USB_DWC2_HOST only
>    usb: dwc2: drd: fix sleeping while spinlock atomic context
>    usb: dwc2: fix error path with missing dwc2_drd_exit
> 
>   .../devicetree/bindings/usb/dwc2.yaml         |  4 +++
>   drivers/usb/dwc2/core.h                       |  1 +
>   drivers/usb/dwc2/drd.c                        | 30 +++++++------------
>   drivers/usb/dwc2/platform.c                   |  2 ++
>   4 files changed, 17 insertions(+), 20 deletions(-)
> 
> -- 
> 2.17.1
> 

Patchset dropped.

Regards,
Amelie