aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
AgeCommit message (Expand)Author
2024-04-03nvmem: meson-efuse: fix function pointer type mismatchJerome Brunet
2023-11-02nvmem: imx: correct nregs for i.MX6ULPeng Fan
2023-11-02nvmem: imx: correct nregs for i.MX6SLLPeng Fan
2023-11-02nvmem: imx: correct nregs for i.MX6ULLPeng Fan
2023-07-19nvmem: rmem: Use NVMEM_DEVID_AUTOPhil Elwell
2023-07-19nvmem: sunplus-ocotp: release otp->clk before returnYi Yingao
2023-02-09nvmem: core: fix return valueRussell King (Oracle)
2023-02-09nvmem: core: fix cell removal on errorMichael Walle
2023-02-09nvmem: core: fix device node refcountingMichael Walle
2023-02-09nvmem: core: fix registration vs use raceRussell King (Oracle)
2023-02-09nvmem: core: fix cleanup after dev_set_name()Russell King (Oracle)
2023-02-09nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)
2023-02-09nvmem: core: initialise nvmem->id earlyRussell King (Oracle)
2023-02-09nvmem: qcom-spmi-sdam: fix module autoloadingJohan Hovold
2023-02-09nvmem: sunxi_sid: Always use 32-bit MMIO readsSamuel Holland
2023-02-09nvmem: brcm_nvram: Add check for kzallocJiasheng Jiang
2022-11-22nvmem: lan9662-otp: Change return type of lan9662_otp_wait_flag_clear()Horatiu Vultur
2022-11-22nvmem: rmem: Fix return value check in rmem_read()Wei Yongjun
2022-11-10nvmem: u-boot-env: fix crc32_data_offset on redundant u-boot-envChristian Lamparter
2022-11-10nvmem: lan9662-otp: Fix compatible stringHoratiu Vultur
2022-09-24nvmem: u-boot-env: fix crc32 casting typeRafał Miłecki
2022-09-24nvmem: lan9662-otp: add supportHoratiu Vultur
2022-09-24nvmem: u-boot-env: find Device Tree nodes for NVMEM cellsRafał Miłecki
2022-09-24nvmem: sort config symbols alphabeticallyRafał Miłecki
2022-09-24nvmem: prefix all symbols with NVMEM_Rafał Miłecki
2022-09-24nvmem: brcm_nvram: Use kzalloc for allocating only one elementKenneth Lee
2022-09-24nvmem: core: add error handling for dev_set_nameGaosheng Cui
2022-09-24nvmem: add driver handling U-Boot environment variablesRafał Miłecki
2022-09-24nvmem: core: Fix memleak in nvmem_register()Gaosheng Cui
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-07-08nvmem: mtk-efuse: Simplify with devm_platform_get_and_ioremap_resource()AngeloGioacchino Del Regno
2022-07-08nvmem: microchip-otpc: add supportClaudiu Beznea
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner
2022-05-09nvmem: sfp: Add support for TA 2.1 devicesSean Anderson
2022-05-09nvmem: sfp: Use regmapSean Anderson
2022-05-09nvmem: qfprom: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi
2022-05-09nvmem: Add Apple eFuse driverSven Peter
2022-05-09nvmem: brcm_nvram: find Device Tree nodes for NVMEM cellsRafał Miłecki
2022-05-09nvmem: core: support passing DT node in cell infoRafał Miłecki
2022-04-24nvmem: sunplus-ocotp: drop useless probe confirmationKrzysztof Kozlowski
2022-04-24nvmem: sunplus-ocotp: staticize sp_otp_v0Krzysztof Kozlowski
2022-04-24nvmem: bcm-ocotp: mark ACPI device ID table as maybe unusedKrzysztof Kozlowski
2022-03-18nvmem: brcm_nvram: parse NVRAM content into NVMEM cellsRafał Miłecki
2022-02-28Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman
2022-02-25nvmem: Add driver for OCOTP in Sunplus SP7021Vincent Shih
2022-02-25nvmem: qfprom: Increase fuse blow timeout to prevent write failKnox Chiou
2022-02-21nvmem: add driver for Layerscape SFP (Security Fuse Processor)Michael Walle
2022-02-21nvmem: meson-mx-efuse: replace unnecessary devm_kstrdup()Xiaoke Wang
2022-02-21nvmem: sunxi_sid: Add support for D1 variantSamuel Holland
2022-02-21nvmem: qfprom: fix kerneldoc warningSrinivas Kandagatla