Thanks Praveen for the patch few minor comments. On 08/01/2024 05:26, Praveen Teja Kundanala wrote:
Add support to read/write efuse memory map of ZynqMP. Below are the offsets of ZynqMP efuse memory map 0 - SOC version(read only) 0xC - 0xFC -ZynqMP specific purpose efuses 0x100 - 0x17F - Physical Unclonable Function(PUF) efuses repurposed as user efuses Signed-off-by: Praveen Teja Kundanala <praveen.teja.kundanala@xxxxxxx> --- MAINTAINERS | 8 ++
Consider spliting changes to MAINTAINERS as seperate patch so that its easy to fix conflicts.
drivers/nvmem/zynqmp_nvmem.c | 215 ++++++++++++++++++++++++++++++-----
This patch also contains some cleanup, these should go in another patch. --srini
2 files changed, 192 insertions(+), 31 deletions(-)