Re: [PATCH V3 3/4] pinctrl: tegra: Add Tegra194 pinmux driver

2019-06-01 Thread Linus Walleij
On Thu, May 16, 2019 at 1:54 PM Krishna Yarlagadda wrote: > Tegra194 has PCIE L5 rst and clkreq pins which need to be controlled > dynamically at runtime. This driver supports change pinmux for these > pins. Pinmux for rest of the pins is set statically by bootloader and > will not be changed by

Re: [PATCH V3 3/4] pinctrl: tegra: Add Tegra194 pinmux driver

2019-05-24 Thread Linus Walleij
On Thu, May 16, 2019 at 1:54 PM Krishna Yarlagadda wrote: > Tegra194 has PCIE L5 rst and clkreq pins which need to be controlled > dynamically at runtime. This driver supports change pinmux for these > pins. Pinmux for rest of the pins is set statically by bootloader and > will not be changed by

Re: [PATCH V3 3/4] pinctrl: tegra: Add Tegra194 pinmux driver

2019-05-17 Thread Vidya Sagar
On 5/16/2019 5:23 PM, Krishna Yarlagadda wrote: Tegra194 has PCIE L5 rst and clkreq pins which need to be controlled dynamically at runtime. This driver supports change pinmux for these pins. Pinmux for rest of the pins is set statically by bootloader and will not be changed by this driver Signe

[PATCH V3 3/4] pinctrl: tegra: Add Tegra194 pinmux driver

2019-05-16 Thread Krishna Yarlagadda
Tegra194 has PCIE L5 rst and clkreq pins which need to be controlled dynamically at runtime. This driver supports change pinmux for these pins. Pinmux for rest of the pins is set statically by bootloader and will not be changed by this driver Signed-off-by: Krishna Yarlagadda Signed-off-by: Sures