This series of patches make various enhancements and updates to Tegra Fuse nvmem interface, that includes: 1. Using per SOC nvmem cells. As, tegra fuse availability and size can vary from once SOC to another. 2. Fixes an issue with nvmem binary interface which could result in RAS errors. 3. Add opt-dla-disable nvmem cell for Tegra234 SOC, this is used by Tegra Deep Learning Accelerator driver to correctly identify internal and production boards. NOTE: Patch "soc/tegra: fuse: use soc specific nvmem cells" had already been sent out for review. Please ignore the previous patch. Kartik (3): soc/tegra: fuse: use soc specific nvmem cells soc/tegra: fuse: add fuse nvmem keepout list soc/tegra: fuse: add opt-dla-disable nvmem cell drivers/soc/tegra/fuse/fuse-tegra.c | 112 +--------- drivers/soc/tegra/fuse/fuse-tegra30.c | 294 +++++++++++++++++++++++++- drivers/soc/tegra/fuse/fuse.h | 4 + 3 files changed, 299 insertions(+), 111 deletions(-) -- 2.17.1