[PATCH V3 3/3] nvmem: zynqmp_nvmem: Add support to access efuse

Srinivas Kandagatla srinivas.kandagatla at linaro.org
Sat Jan 27 03:42:43 PST 2024


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 at amd.com>
> ---
>   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(-)
> 



More information about the linux-arm-kernel mailing list