aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvmem/u-boot-env.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-04nvmem: u-boot-env: improve coding styleGravatar Rafał Miłecki 1-4/+4
2024-01-04nvmem: u-boot-env: use nvmem device helpersGravatar Rafał Miłecki 1-8/+15
2024-01-04nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helperGravatar Rafał Miłecki 1-34/+21
2023-08-23nvmem: u-boot-env:: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGravatar Atul Raut 1-1/+1
2023-08-23nvmem: Explicitly include correct DT includesGravatar Rob Herring 1-1/+1
2023-04-05nvmem: u-boot-env: post-process "ethaddr" env variableGravatar Rafał Miłecki 1-0/+26
2022-11-23nvmem: u-boot-env: add Broadcom format supportGravatar Rafał Miłecki 1-0/+14
2022-11-10nvmem: u-boot-env: fix crc32_data_offset on redundant u-boot-envGravatar Christian Lamparter 1-1/+1
2022-09-24nvmem: u-boot-env: fix crc32 casting typeGravatar Rafał Miłecki 1-1/+1
2022-09-24nvmem: u-boot-env: find Device Tree nodes for NVMEM cellsGravatar Rafał Miłecki 1-0/+1
2022-09-24nvmem: add driver handling U-Boot environment variablesGravatar Rafał Miłecki 1-0/+218