mbox series

[v2,0/2] usb: dwc3: keystone: Turn on USB3 PHY before controller

Message ID 20200525071048.7738-1-rogerq@ti.com (mailing list archive)
Headers show
Series usb: dwc3: keystone: Turn on USB3 PHY before controller | expand

Message

Roger Quadros May 25, 2020, 7:10 a.m. UTC
Hi Felipe,

This series prepares for Super-Speed support for AM654 SoC.

Patch 1 is already in your testing/next as commit d47b0062a8ad6c5060c84439745c3ce7d21d6bb9.
Please revert that and apply the revised version in which we make
the USB3.0 PHY optional. Thanks.

cheers,
-roger

Changelog:
v2:
- make USB3 PHY optional

Roger Quadros (2):
  dt-bindings: usb: ti,keystone-dwc3.yaml: Add USB3.0 PHY property
  usb: dwc3: keystone: Turn on USB3 PHY before controller

 .../bindings/usb/ti,keystone-dwc3.yaml        | 10 +++++
 drivers/usb/dwc3/dwc3-keystone.c              | 41 ++++++++++++++++++-
 2 files changed, 50 insertions(+), 1 deletion(-)

Comments

Felipe Balbi May 25, 2020, 8:23 a.m. UTC | #1
Hi,

Roger Quadros <rogerq@ti.com> writes:
> This series prepares for Super-Speed support for AM654 SoC.
>
> Patch 1 is already in your testing/next as commit d47b0062a8ad6c5060c84439745c3ce7d21d6bb9.
> Please revert that and apply the revised version in which we make
> the USB3.0 PHY optional. Thanks.
>
> cheers,
> -roger
>
> Changelog:
> v2:
> - make USB3 PHY optional
>
> Roger Quadros (2):
>   dt-bindings: usb: ti,keystone-dwc3.yaml: Add USB3.0 PHY property
>   usb: dwc3: keystone: Turn on USB3 PHY before controller

should reach testing/next shortly.