Merge tag 'tegra-for-5.14-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
authorOlof Johansson <olof@lixom.net>
Tue, 15 Jun 2021 15:35:27 +0000 (08:35 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 15 Jun 2021 15:35:29 +0000 (08:35 -0700)
commit777cf27fb22669a50196c023676ec60de36c91b7
treef24be3ef67e74539dc04e3666ab26ed4cb8bdb6d
parent805be5c9e6ca6d9bb7c6d620f8b84b44ed3fcc3c
parente2d0ee225e49a5553986f3138dd2803852a31fd5
Merge tag 'tegra-for-5.14-soc' of git://git./linux/kernel/git/tegra/linux into arm/soc

soc/tegra: Changes for v5.14-rc1

These changes implement the core power domain for the PMC, and fix a
couple of minor issues as well as add stubs to help some drivers be
compile tested more easily.

* tag 'tegra-for-5.14-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
  soc/tegra: fuse: Fix Tegra234-only builds
  soc/tegra: fuse: Don't return -ENOMEM when allocate lookups failed
  soc/tegra: regulators: Support core domain state syncing
  soc/tegra: pmc: Add driver state syncing
  soc/tegra: pmc: Add core power domain
  soc/tegra: fuse: Add stubs needed for compile-testing
  soc/tegra: Add devm_tegra_core_dev_init_opp_table()
  soc/tegra: Add stub for soc_is_tegra()
  soc/tegra: regulators: Bump voltages on system reboot
  regulator: core: Add regulator_sync_voltage_rdev()

Link: https://lore.kernel.org/r/20210611164437.3568059-2-thierry.reding@gmail.com
Signed-off-by: Olof Johansson <olof@lixom.net>