Re: [PATCH V2 3/6] PCI: tegra: Add support to configure sideband pins

2019-08-28 Thread Vidya Sagar
On 8/28/2019 8:37 PM, Andrew Murray wrote: On Wed, Aug 28, 2019 at 06:45:02PM +0530, Vidya Sagar wrote: Add support to configure sideband signal pins when information is present in respective controller's device-tree node. Signed-off-by: Vidya Sagar --- V2: * Addressed review comment from

Re: [PATCH V2 3/6] PCI: tegra: Add support to configure sideband pins

2019-08-28 Thread Andrew Murray
On Wed, Aug 28, 2019 at 06:45:02PM +0530, Vidya Sagar wrote: > Add support to configure sideband signal pins when information is present > in respective controller's device-tree node. > > Signed-off-by: Vidya Sagar > --- > V2: > * Addressed review comment from Andrew Murray > * Handled failure

[PATCH V2 3/6] PCI: tegra: Add support to configure sideband pins

2019-08-28 Thread Vidya Sagar
Add support to configure sideband signal pins when information is present in respective controller's device-tree node. Signed-off-by: Vidya Sagar --- V2: * Addressed review comment from Andrew Murray * Handled failure case of pinctrl_pm_select_default_state() cleanly