public inbox for linux-tegra@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Restore voltages before rebooting of NVIDIA Tegra SoCs
@ 2021-05-10 22:05 Dmitry Osipenko
  2021-05-10 22:05 ` [PATCH v1 1/2] regulator: core: Add regulator_sync_voltage_rdev() Dmitry Osipenko
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Dmitry Osipenko @ 2021-05-10 22:05 UTC (permalink / raw)
  To: Thierry Reding, Jonathan Hunter, Mark Brown, Liam Girdwood,
	Nikola Milosavljević
  Cc: linux-kernel, linux-tegra

Hi,

Nikola Milosavljević reported that rebooting wasn't working properly on
Asus Transformer TF101, which is Tegra20-based tablet device.  We found
that TF101 and some other devices have bootloader which doesn't re-initialize
voltages properly on a reboot.  The problem is resolved by ensuring that
SoC voltages are at a levels that are suitable for the rebooting of the
SoC before reboot happens. This series adds reboot handler to the Tegra
regulator couplers, it bumps voltages on the reboot event.

Dmitry Osipenko (2):
  regulator: core: Add regulator_sync_voltage_rdev()
  soc/tegra: regulators: Bump voltages on system reboot

 drivers/regulator/core.c               | 23 ++++++++
 drivers/soc/tegra/regulators-tegra20.c | 77 ++++++++++++++++++++++++-
 drivers/soc/tegra/regulators-tegra30.c | 80 +++++++++++++++++++++++++-
 include/linux/regulator/driver.h       |  1 +
 4 files changed, 177 insertions(+), 4 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-05-16 21:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-10 22:05 [PATCH v1 0/2] Restore voltages before rebooting of NVIDIA Tegra SoCs Dmitry Osipenko
2021-05-10 22:05 ` [PATCH v1 1/2] regulator: core: Add regulator_sync_voltage_rdev() Dmitry Osipenko
2021-05-11 10:18   ` Mark Brown
2021-05-10 22:05 ` [PATCH v1 2/2] soc/tegra: regulators: Bump voltages on system reboot Dmitry Osipenko
2021-05-14 21:32 ` [PATCH v1 0/2] Restore voltages before rebooting of NVIDIA Tegra SoCs Michał Mirosław
2021-05-14 22:18   ` Dmitry Osipenko
2021-05-16 21:32     ` Dmitry Osipenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox