Re: [PATCH 12/40] mmc: tegra: Reconfigure pad voltages during voltage switching

2018-08-09 Thread Thierry Reding
On Thu, Aug 09, 2018 at 03:52:39PM +0300, Aapo Vienamo wrote: > On Thu, 9 Aug 2018 14:43:46 +0200 > Thierry Reding wrote: > > > On Wed, Aug 01, 2018 at 07:32:02PM +0300, Aapo Vienamo wrote: > > > Parse the pinctrl state and nvidia,only-1-8-v properties from the device > > > tree. Validate the

Re: [PATCH 12/40] mmc: tegra: Reconfigure pad voltages during voltage switching

2018-08-09 Thread Thierry Reding
On Thu, Aug 09, 2018 at 03:52:39PM +0300, Aapo Vienamo wrote: > On Thu, 9 Aug 2018 14:43:46 +0200 > Thierry Reding wrote: > > > On Wed, Aug 01, 2018 at 07:32:02PM +0300, Aapo Vienamo wrote: > > > Parse the pinctrl state and nvidia,only-1-8-v properties from the device > > > tree. Validate the

Re: [PATCH 12/40] mmc: tegra: Reconfigure pad voltages during voltage switching

2018-08-09 Thread Aapo Vienamo
On Thu, 9 Aug 2018 14:43:46 +0200 Thierry Reding wrote: > On Wed, Aug 01, 2018 at 07:32:02PM +0300, Aapo Vienamo wrote: > > Parse the pinctrl state and nvidia,only-1-8-v properties from the device > > tree. Validate the pinctrl and regulator configuration before unmasking > > UHS modes.

Re: [PATCH 12/40] mmc: tegra: Reconfigure pad voltages during voltage switching

2018-08-09 Thread Aapo Vienamo
On Thu, 9 Aug 2018 14:43:46 +0200 Thierry Reding wrote: > On Wed, Aug 01, 2018 at 07:32:02PM +0300, Aapo Vienamo wrote: > > Parse the pinctrl state and nvidia,only-1-8-v properties from the device > > tree. Validate the pinctrl and regulator configuration before unmasking > > UHS modes.

Re: [PATCH 12/40] mmc: tegra: Reconfigure pad voltages during voltage switching

2018-08-09 Thread Thierry Reding
On Wed, Aug 01, 2018 at 07:32:02PM +0300, Aapo Vienamo wrote: > Parse the pinctrl state and nvidia,only-1-8-v properties from the device > tree. Validate the pinctrl and regulator configuration before unmasking > UHS modes. Implement pad voltage state reconfiguration in the mmc >

Re: [PATCH 12/40] mmc: tegra: Reconfigure pad voltages during voltage switching

2018-08-09 Thread Thierry Reding
On Wed, Aug 01, 2018 at 07:32:02PM +0300, Aapo Vienamo wrote: > Parse the pinctrl state and nvidia,only-1-8-v properties from the device > tree. Validate the pinctrl and regulator configuration before unmasking > UHS modes. Implement pad voltage state reconfiguration in the mmc >

[PATCH 12/40] mmc: tegra: Reconfigure pad voltages during voltage switching

2018-08-01 Thread Aapo Vienamo
Parse the pinctrl state and nvidia,only-1-8-v properties from the device tree. Validate the pinctrl and regulator configuration before unmasking UHS modes. Implement pad voltage state reconfiguration in the mmc start_signal_voltage_switch() callback. Add NVQUIRK_NEEDS_PAD_CONTROL and add set it

[PATCH 12/40] mmc: tegra: Reconfigure pad voltages during voltage switching

2018-08-01 Thread Aapo Vienamo
Parse the pinctrl state and nvidia,only-1-8-v properties from the device tree. Validate the pinctrl and regulator configuration before unmasking UHS modes. Implement pad voltage state reconfiguration in the mmc start_signal_voltage_switch() callback. Add NVQUIRK_NEEDS_PAD_CONTROL and add set it