Re: [PATCH v4 2/3] usb: host: add a generic platform USB roothub driver

2017-10-09 Thread Mathias Nyman
On 07.10.2017 20:08, Martin Blumenstingl wrote: Hi Mathias, thank you for taking the time to go through my patch On Wed, Oct 4, 2017 at 3:05 PM, Mathias Nyman wrote: On 04.09.2017 00:38, Martin Blumenstingl wrote: Many SoC platforms have separate devices for

Re: [PATCH v4 2/3] usb: host: add a generic platform USB roothub driver

2017-10-07 Thread Martin Blumenstingl
Hi Mathias, thank you for taking the time to go through my patch On Wed, Oct 4, 2017 at 3:05 PM, Mathias Nyman wrote: > On 04.09.2017 00:38, Martin Blumenstingl wrote: >> >> Many SoC platforms have separate devices for the USB PHY which are >> registered through

Re: [PATCH v4 2/3] usb: host: add a generic platform USB roothub driver

2017-10-04 Thread Mathias Nyman
On 04.09.2017 00:38, Martin Blumenstingl wrote: Many SoC platforms have separate devices for the USB PHY which are registered through the generic PHY framework. These PHYs have to be enabled to make the USB controller actually work. They also have to be disabled again on shutdown/suspend.

[PATCH v4 2/3] usb: host: add a generic platform USB roothub driver

2017-09-03 Thread Martin Blumenstingl
Many SoC platforms have separate devices for the USB PHY which are registered through the generic PHY framework. These PHYs have to be enabled to make the USB controller actually work. They also have to be disabled again on shutdown/suspend. Currently (at least) the following HCI platform drivers