This series of patches add ACPI support for Tegra194 and Tegra234 in Tegra fuse and apbmisc drivers. It also adds support for Tegra241 which uses ACPI boot Kartik (6): soc/tegra: fuse: Add tegra_acpi_init_apbmisc() soc/tegra: fuse: Add function to register nvmem soc/tegra: fuse: Add function to add lookups soc/tegra: fuse: Add function to print SKU info soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234 soc/tegra: fuse: Add support for Tegra241 drivers/soc/tegra/Kconfig | 5 + drivers/soc/tegra/fuse/fuse-tegra.c | 180 +++++++++++++++++++------ drivers/soc/tegra/fuse/fuse-tegra30.c | 25 ++++ drivers/soc/tegra/fuse/fuse.h | 5 + drivers/soc/tegra/fuse/tegra-apbmisc.c | 74 +++++++--- include/soc/tegra/fuse.h | 1 + 6 files changed, 235 insertions(+), 55 deletions(-) -- 2.34.1