Re: [PATCH 2/7] mmc: tegra: Reconfigure pad voltages during voltage switching

2018-07-25 Thread Aapo Vienamo
On Wed, 25 Jul 2018 09:41:05 +0300 Mikko Perttunen wrote: > On 20.07.2018 15:45, Aapo Vienamo wrote: > > Parse the pinctrl states from the device tree and implement pad voltage > > state reconfiguration in the mmc start_signal_voltage_switch() callback. > > This is done in the mmc callback becaus

Re: [PATCH 2/7] mmc: tegra: Reconfigure pad voltages during voltage switching

2018-07-24 Thread Mikko Perttunen
On 20.07.2018 15:45, Aapo Vienamo wrote: Parse the pinctrl states from the device tree and implement pad voltage state reconfiguration in the mmc start_signal_voltage_switch() callback. This is done in the mmc callback because the order of pad reconfiguration and sdhci voltage switch depend on th

[PATCH 2/7] mmc: tegra: Reconfigure pad voltages during voltage switching

2018-07-20 Thread Aapo Vienamo
Parse the pinctrl states from the device tree and implement pad voltage state reconfiguration in the mmc start_signal_voltage_switch() callback. This is done in the mmc callback because the order of pad reconfiguration and sdhci voltage switch depend on the voltage to which the transition occurs.