Re: [PATCH 0/4] Fix DWC2 USB role switch support

From: Amelie DELAUNAY
Date: Mon Jul 27 2020 - 05:39:44 EST



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