summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorLines
2023-01-28nvmem: brcm_nvram: Add check for kzallocJiasheng Jiang-0/+3
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+36
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+3
2022-11-23nvmem: u-boot-env: add Broadcom format supportRafał Miłecki-0/+14
2022-11-23nvmem: Kconfig: Fix spelling mistake "controlls" -> "controls"Colin Ian King-1/+1
2022-11-23nvmem: stm32: fix spelling typo in commentJiangshan Yi-1/+1
2022-11-23nvmem: stm32: add nvmem type attributePatrick Delaunay-0/+1
2022-11-23nvmem: stm32: add warning when upper OTPs are updatedPatrick Delaunay-0/+3
2022-11-23nvmem: stm32: move STM32MP15_BSEC_NUM_LOWER in configPatrick Delaunay-5/+16
2022-11-22nvmem: lan9662-otp: Change return type of lan9662_otp_wait_flag_clear()Horatiu Vultur-1/+1
2022-11-22nvmem: rmem: Fix return value check in rmem_read()Wei Yongjun-2/+2
2022-11-10nvmem: u-boot-env: fix crc32_data_offset on redundant u-boot-envChristian Lamparter-1/+1
2022-11-10nvmem: lan9662-otp: Fix compatible stringHoratiu Vultur-1/+1
2022-11-09firmware/nvram: bcm47xx: support init from IO memoryRafał Miłecki-0/+3
2022-09-24nvmem: u-boot-env: fix crc32 casting typeRafał Miłecki-1/+1
2022-09-24nvmem: lan9662-otp: add supportHoratiu Vultur-0/+232
2022-09-24nvmem: u-boot-env: find Device Tree nodes for NVMEM cellsRafał Miłecki-0/+1
2022-09-24nvmem: sort config symbols alphabeticallyRafał Miłecki-206/+208
2022-09-24nvmem: prefix all symbols with NVMEM_Rafał Miłecki-24/+24
2022-09-24nvmem: brcm_nvram: Use kzalloc for allocating only one elementKenneth Lee-1/+1
2022-09-24nvmem: core: add error handling for dev_set_nameGaosheng Cui-3/+9
2022-09-24nvmem: add driver handling U-Boot environment variablesRafał Miłecki-0/+233
2022-09-24nvmem: core: Fix memleak in nvmem_register()Gaosheng Cui-9/+6
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-12/+2
2022-07-08nvmem: mtk-efuse: Simplify with devm_platform_get_and_ioremap_resource()AngeloGioacchino Del Regno-2/+1
2022-07-08nvmem: microchip-otpc: add supportClaudiu Beznea-0/+297
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner-12/+2
2022-05-09nvmem: sfp: Add support for TA 2.1 devicesSean Anderson-0/+6
2022-05-09nvmem: sfp: Use regmapSean Anderson-8/+23
2022-05-09nvmem: qfprom: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi-2/+1
2022-05-09nvmem: Add Apple eFuse driverSven Peter-0/+94
2022-05-09nvmem: brcm_nvram: find Device Tree nodes for NVMEM cellsRafał Miłecki-0/+2
2022-05-09nvmem: core: support passing DT node in cell infoRafał Miłecki-0/+1
2022-04-24nvmem: sunplus-ocotp: drop useless probe confirmationKrzysztof Kozlowski-2/+0
2022-04-24nvmem: sunplus-ocotp: staticize sp_otp_v0Krzysztof Kozlowski-1/+1
2022-04-24nvmem: bcm-ocotp: mark ACPI device ID table as maybe unusedKrzysztof Kozlowski-1/+1
2022-03-18nvmem: brcm_nvram: parse NVRAM content into NVMEM cellsRafał Miłecki-0/+90
2022-02-28Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman-1/+1
2022-02-25nvmem: Add driver for OCOTP in Sunplus SP7021Vincent Shih-0/+242
2022-02-25nvmem: qfprom: Increase fuse blow timeout to prevent write failKnox Chiou-1/+1
2022-02-21nvmem: add driver for Layerscape SFP (Security Fuse Processor)Michael Walle-0/+103
2022-02-21nvmem: meson-mx-efuse: replace unnecessary devm_kstrdup()Xiaoke Wang-2/+1
2022-02-21nvmem: sunxi_sid: Add support for D1 variantSamuel Holland-0/+6
2022-02-21nvmem: qfprom: fix kerneldoc warningSrinivas Kandagatla-1/+1
2022-02-21nvmem: core: Check input parameter for NULL in nvmem_unregister()Andy Shevchenko-1/+2
2022-02-21nvmem: core: Use devm_add_action_or_reset()Andy Shevchenko-13/+9
2022-02-21nvmem: core: Remove unused devm_nvmem_unregister()Andy Shevchenko-22/+0
2022-02-21nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello-1/+1
2021-12-21nvmem: mtk-efuse: support minimum one byte access stride and granularityChunfeng Yun-6/+7
2021-12-03nvmem: core: set size for sysfs bin fileSrinivas Kandagatla-0/+2