summaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorFilesLines
2025-07-24nvmem: layouts: u-boot-env: remove crc32 endianness conversionMichael C. Pratt1-3/+3
2025-07-24nvmem: imx-ocotp: fix MAC address byte lengthSteffen Bätz2-2/+8
2025-06-04nvmem: qfprom: switch to 4-byte aligned readsDmitry Baryshkov1-6/+20
2025-06-04nvmem: core: update raw_len if the bit reading is requiredDmitry Baryshkov1-1/+3
2025-06-04nvmem: core: verify cell's raw_lenDmitry Baryshkov1-0/+12
2025-06-04nvmem: rockchip-otp: add rk3576 variant dataHeiko Stuebner1-0/+12
2025-06-04nvmem: rockchip-otp: Move read-offset into variant-dataHeiko Stuebner1-2/+3
2025-02-27nvmem: imx-ocotp-ele: fix MAC address byte orderSascha Hauer1-0/+22
2025-02-27nvmem: Move and rename ->fixup_cell_info()Miquel Raynal4-19/+11
2025-02-27nvmem: Simplify the ->add_cells() hookMiquel Raynal3-5/+3
2025-02-27nvmem: Create a header for internal sharingMiquel Raynal2-23/+36
2025-02-17nvmem: imx-ocotp-ele: set word length to 1Sascha Hauer1-1/+1
2025-02-17nvmem: imx-ocotp-ele: fix reading from non zero offsetSascha Hauer1-3/+5
2025-02-17nvmem: imx-ocotp-ele: simplify read beyond device checkSascha Hauer1-3/+3
2025-02-17nvmem: core: improve range check for nvmem_cell_write()Jennifer Berringer1-0/+2
2025-02-17nvmem: qcom-spmi-sdam: Set size in struct nvmem_configLuca Weiss1-0/+1
2024-09-18nvmem: u-boot-env: error if NVMEM device is too smallJohn Thomson1-0/+7
2024-09-18nvmem: u-boot-env: improve coding styleRafał Miłecki1-4/+4
2024-09-18nvmem: u-boot-env: use nvmem device helpersRafał Miłecki1-8/+15
2024-09-18nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helperRafał Miłecki1-34/+21
2024-09-18nvmem: core: add nvmem_dev_size() helperRafał Miłecki1-0/+13
2024-09-12nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven1-3/+3
2024-08-03nvmem: rockchip-otp: set add_legacy_fixed_of_cells config optionHeiko Stuebner1-0/+1
2024-07-18nvmem: core: only change name to fram for current attributeThomas Weißschuh1-3/+2
2024-07-18nvmem: meson-efuse: Fix return value of nvmem callbacksJoy Chakraborty1-4/+10
2024-07-18nvmem: rmem: Fix return value of rmem_read()Joy Chakraborty1-1/+4
2024-05-17nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki20-3/+24
2024-04-03nvmem: meson-efuse: fix function pointer type mismatchJerome Brunet1-22/+3
2024-01-01nvmem: brcm_nvram: store a copy of NVRAM contentRafał Miłecki1-40/+94
2023-12-13nvmem: Do not expect fixed layouts to grab a layout driverMiquel Raynal1-0/+6
2023-10-16nvmem: imx: correct nregs for i.MX6ULLPeng Fan1-1/+1
2023-10-16nvmem: imx: correct nregs for i.MX6ULPeng Fan1-1/+1
2023-10-16nvmem: imx: correct nregs for i.MX6SLLPeng Fan1-1/+1
2023-08-23nvmem: core: Notify when a new layout is registeredMiquel Raynal1-0/+4
2023-08-23nvmem: core: Do not open-code existing functionsMiquel Raynal1-2/+2
2023-08-23nvmem: core: Create all cells before adding the nvmem deviceMiquel Raynal1-5/+5
2023-08-23nvmem: u-boot-env:: Replace zero-length array with DECLARE_FLEX_ARRAY() helperAtul Raut1-1/+1
2023-08-23nvmem: sec-qfprom: Add Qualcomm secure QFPROM supportKomal Bajaj3-0/+111
2023-08-23nvmem: Kconfig: Fix typo "drive" -> "driver"Diederik de Haas1-3/+3
2023-08-23nvmem: Explicitly include correct DT includesRob Herring16-16/+9
2023-08-23nvmem: add new NXP QorIQ eFuse driverRichard Alpe3-0/+92
2023-08-23nvmem: uniphier: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-23nvmem: qfprom: do some cleanupYangtao Li1-12/+5
2023-08-23nvmem: stm32-romem: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-23nvmem: rockchip-efuse: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-23nvmem: meson-mx-efuse: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-08-23nvmem: lpc18xx_otp: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-08-23nvmem: brcm_nvram: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-23nvmem: sunxi_sid: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-06-15nvmem: rmem: Use NVMEM_DEVID_AUTOPhil Elwell1-0/+1