summaryrefslogtreecommitdiff
path: root/drivers/nvmem/brcm_nvram.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-31nvmem: brcm_nvram: fix out-of-bounds access on malformed flash dataRosen Penev1-3/+7
2026-07-31nvmem: brcm_nvram: reject empty NVRAM partitionRosen Penev1-0/+5
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)1-1/+0
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2025-03-19net, treewide: define and use MAC_ADDR_STR_LENUday Shankar1-1/+1
2024-11-05nvmem: Correct some typos in commentsShen Lichuan1-1/+1
2024-07-05nvmem: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2023-12-15nvmem: brcm_nvram: store a copy of NVRAM contentRafał Miłecki1-40/+94
2023-08-23nvmem: brcm_nvram: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-06-15nvmem: brcm_nvram: add .read_post_process() for MACsRafał Miłecki1-0/+28
2023-01-28nvmem: brcm_nvram: Add check for kzallocJiasheng Jiang1-0/+3
2022-11-09firmware/nvram: bcm47xx: support init from IO memoryRafał Miłecki1-0/+3
2022-09-24nvmem: brcm_nvram: Use kzalloc for allocating only one elementKenneth Lee1-1/+1
2022-05-09nvmem: brcm_nvram: find Device Tree nodes for NVMEM cellsRafał Miłecki1-0/+2
2022-03-18nvmem: brcm_nvram: parse NVRAM content into NVMEM cellsRafał Miłecki1-0/+90
2021-04-02nvmem: brcm_nvram: new driver exposing Broadcom's NVRAMRafał Miłecki1-0/+78