Hi ARM SoC maintainers, The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-5.1-soc for you to fetch changes up to e247deae1a55089cb04cc25c91faeba083d0c39c: soc/tegra: pmc: Support systems where PMC is marked secure (2019-01-25 16:18:24 +0100) Thanks, Thierry ---------------------------------------------------------------- soc/tegra: Changes for v5.1-rc1 This contains a couple of miscellaneous fixes for minor issues and a largish rework of the PMC driver to make it work on systems where the PMC has been locked down and can only be accessed from secure firmware. ---------------------------------------------------------------- Jon Hunter (1): soc/tegra: pmc: Make tegra_powergate_is_powered() a local function Joseph Lo (1): soc/tegra: fuse: Fix typo in tegra210_init_speedo_data Mikko Perttunen (1): soc/tegra: pmc: Support systems where PMC is marked secure Thierry Reding (6): soc/tegra: pmc: Use TEGRA186_ prefix for GPIO names soc/tegra: pmc: Sort includes alphabetically soc/tegra: pmc: Add missing kerneldoc soc/tegra: pmc: Pass struct tegra_pmc * where possible soc/tegra: pmc: Make alignment consistent soc/tegra: pmc: Explicitly initialize all fields Timo Alho (1): soc/tegra: fuse: Fix illegal free of IO base address drivers/soc/tegra/fuse/fuse-tegra.c | 12 +- drivers/soc/tegra/fuse/speedo-tegra210.c | 2 +- drivers/soc/tegra/pmc.c | 424 +++++++++++++++++++++---------- include/soc/tegra/pmc.h | 6 - 4 files changed, 298 insertions(+), 146 deletions(-)