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

2019-09-02 Thread Thierry Reding
On Wed, Aug 28, 2019 at 10:58:47PM +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 > --- > V3: > * Used 'dev' instead of 'pcie->dev' > > V2: > * Addressed review co

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

2019-09-02 Thread Andrew Murray
On Wed, Aug 28, 2019 at 10:58:47PM +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 Reviewed-by: Andrew Murray > --- > V3: > * Used 'dev' instead of 'pcie->dev' >

[PATCH V3 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 --- V3: * Used 'dev' instead of 'pcie->dev' V2: * Addressed review comment from Andrew Murray * Handled failure case of pinctrl_pm_select_default_stat