[PATCH 1/3] usb: core: add power sequence for USB devices

Andrew Lunn andrew at lunn.ch
Sat Mar 5 06:10:11 PST 2016


> So, would you like to accept the generic solution like below:
> 
> - Create a generic power sequence driver, and it will be probed
> according to compatible string at device tree. At its probe,
> we can create a power sequence structure, and let this structure
> as the private data for this power sequence device.

I'm not sure a separate driver is required. Why not consider it more
like pinctrl properties? They are listed in the devices node. Have the
bus enumerate code first walk all children and run their on sequence.
Bus shutdown would again walk the children and run the off sequence.

    Andrew 



More information about the linux-arm-kernel mailing list