Re: [PATCH] usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devices

2018-06-12 Thread Masahiro Yamada
2018-06-12 17:24 GMT+09:00 Hans de Goede : > Commit fe8abf332b8f ("usb: dwc3: support clocks and resets for DWC3 core") > adds support for handling clocks and resets in the DWC3 core, so that for > platforms following the standard devicetree bindings this does not need > to be duplicated in all

[PATCH] usb: dwc3: Only call clk_bulk_get() on devicetree instantiated devices

2018-06-12 Thread Hans de Goede
Commit fe8abf332b8f ("usb: dwc3: support clocks and resets for DWC3 core") adds support for handling clocks and resets in the DWC3 core, so that for platforms following the standard devicetree bindings this does not need to be duplicated in all the different glue layers. These changes intended