Re: [PATCH v2 2/3] Documentation/devicetree: Add PCIe hotplug property

2017-08-17 Thread Rob Herring
On Tue, Aug 15, 2017 at 11:25:46AM +0530, Oza Pawandeep wrote: > Host drivers have the requirement of implementing PCI hotplug > based on the how their SOC supports PCI hotplug. > > Couple of properties have been added. the one to enable > the hotplug feature itself, and the other caters to > the

[PATCH v2 2/3] Documentation/devicetree: Add PCIe hotplug property

2017-08-14 Thread Oza Pawandeep
Host drivers have the requirement of implementing PCI hotplug based on the how their SOC supports PCI hotplug. Couple of properties have been added. the one to enable the hotplug feature itself, and the other caters to the PCI hotplug implementation with the use of gpios. Signed-off-by: Oza Pawan