Hi ARM SoC maintainers, The following changes since commit 380d2b2d5a0491e47dfa250b40e3d849a922871d: regulator: core: Add regulator_sync_voltage_rdev() (2021-06-01 12:13:30 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.14-soc for you to fetch changes up to e2d0ee225e49a5553986f3138dd2803852a31fd5: soc/tegra: fuse: Fix Tegra234-only builds (2021-06-11 13:31:01 +0200) Thanks, Thierry ---------------------------------------------------------------- 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. ---------------------------------------------------------------- Dmitry Osipenko (7): soc/tegra: regulators: Bump voltages on system reboot soc/tegra: Add stub for soc_is_tegra() soc/tegra: Add devm_tegra_core_dev_init_opp_table() soc/tegra: fuse: Add stubs needed for compile-testing soc/tegra: pmc: Add core power domain soc/tegra: pmc: Add driver state syncing soc/tegra: regulators: Support core domain state syncing Thierry Reding (2): Merge branch 'for-5.14/regulator' into for-5.14/soc soc/tegra: fuse: Fix Tegra234-only builds Yang Yingliang (1): soc/tegra: fuse: Don't return -ENOMEM when allocate lookups failed drivers/soc/tegra/Kconfig | 2 + drivers/soc/tegra/common.c | 97 ++++++++++++++++++++++ drivers/soc/tegra/fuse/fuse-tegra.c | 6 +- drivers/soc/tegra/fuse/fuse-tegra30.c | 3 +- drivers/soc/tegra/pmc.c | 144 +++++++++++++++++++++++++++++++++ drivers/soc/tegra/regulators-tegra20.c | 94 ++++++++++++++++++++- drivers/soc/tegra/regulators-tegra30.c | 93 ++++++++++++++++++++- include/soc/tegra/common.h | 31 +++++++ include/soc/tegra/fuse.h | 20 ++++- include/soc/tegra/pmc.h | 7 ++ 10 files changed, 485 insertions(+), 12 deletions(-)