summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-163-7/+36
|\
| * nvmem: u-boot-env: add Broadcom format supportRafał Miłecki2022-11-231-0/+14
| * nvmem: Kconfig: Fix spelling mistake "controlls" -> "controls"Colin Ian King2022-11-231-1/+1
| * nvmem: stm32: fix spelling typo in commentJiangshan Yi2022-11-231-1/+1
| * nvmem: stm32: add nvmem type attributePatrick Delaunay2022-11-231-0/+1
| * nvmem: stm32: add warning when upper OTPs are updatedPatrick Delaunay2022-11-231-0/+3
| * nvmem: stm32: move STM32MP15_BSEC_NUM_LOWER in configPatrick Delaunay2022-11-231-5/+16
* | Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-0/+3
|\ \
| * | firmware/nvram: bcm47xx: support init from IO memoryRafał Miłecki2022-11-091-0/+3
* | | nvmem: lan9662-otp: Change return type of lan9662_otp_wait_flag_clear()Horatiu Vultur2022-11-221-1/+1
* | | nvmem: rmem: Fix return value check in rmem_read()Wei Yongjun2022-11-221-2/+2
| |/ |/|
* | nvmem: u-boot-env: fix crc32_data_offset on redundant u-boot-envChristian Lamparter2022-11-101-1/+1
* | nvmem: lan9662-otp: Fix compatible stringHoratiu Vultur2022-11-101-1/+1
|/
* nvmem: u-boot-env: fix crc32 casting typeRafał Miłecki2022-09-241-1/+1
* nvmem: lan9662-otp: add supportHoratiu Vultur2022-09-243-0/+232
* nvmem: u-boot-env: find Device Tree nodes for NVMEM cellsRafał Miłecki2022-09-241-0/+1
* nvmem: sort config symbols alphabeticallyRafał Miłecki2022-09-242-206/+208
* nvmem: prefix all symbols with NVMEM_Rafał Miłecki2022-09-242-24/+24
* nvmem: brcm_nvram: Use kzalloc for allocating only one elementKenneth Lee2022-09-241-1/+1
* nvmem: core: add error handling for dev_set_nameGaosheng Cui2022-09-241-3/+9
* nvmem: add driver handling U-Boot environment variablesRafał Miłecki2022-09-243-0/+233
* nvmem: core: Fix memleak in nvmem_register()Gaosheng Cui2022-09-241-9/+6
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-041-12/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner2022-06-101-12/+2
* | nvmem: mtk-efuse: Simplify with devm_platform_get_and_ioremap_resource()AngeloGioacchino Del Regno2022-07-081-2/+1
* | nvmem: microchip-otpc: add supportClaudiu Beznea2022-07-083-0/+297
|/
* nvmem: sfp: Add support for TA 2.1 devicesSean Anderson2022-05-091-0/+6
* nvmem: sfp: Use regmapSean Anderson2022-05-092-8/+23
* nvmem: qfprom: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-05-091-2/+1
* nvmem: Add Apple eFuse driverSven Peter2022-05-093-0/+94
* nvmem: brcm_nvram: find Device Tree nodes for NVMEM cellsRafał Miłecki2022-05-091-0/+2
* nvmem: core: support passing DT node in cell infoRafał Miłecki2022-05-091-0/+1
* nvmem: sunplus-ocotp: drop useless probe confirmationKrzysztof Kozlowski2022-04-241-2/+0
* nvmem: sunplus-ocotp: staticize sp_otp_v0Krzysztof Kozlowski2022-04-241-1/+1
* nvmem: bcm-ocotp: mark ACPI device ID table as maybe unusedKrzysztof Kozlowski2022-04-241-1/+1
* nvmem: brcm_nvram: parse NVRAM content into NVMEM cellsRafał Miłecki2022-03-181-0/+90
* Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman2022-02-281-1/+1
|\
| * nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello2022-02-211-1/+1
* | nvmem: Add driver for OCOTP in Sunplus SP7021Vincent Shih2022-02-253-0/+242
* | nvmem: qfprom: Increase fuse blow timeout to prevent write failKnox Chiou2022-02-251-1/+1
* | nvmem: add driver for Layerscape SFP (Security Fuse Processor)Michael Walle2022-02-213-0/+103
* | nvmem: meson-mx-efuse: replace unnecessary devm_kstrdup()Xiaoke Wang2022-02-211-2/+1
* | nvmem: sunxi_sid: Add support for D1 variantSamuel Holland2022-02-211-0/+6
* | nvmem: qfprom: fix kerneldoc warningSrinivas Kandagatla2022-02-211-1/+1
* | nvmem: core: Check input parameter for NULL in nvmem_unregister()Andy Shevchenko2022-02-211-1/+2
* | nvmem: core: Use devm_add_action_or_reset()Andy Shevchenko2022-02-211-13/+9
* | nvmem: core: Remove unused devm_nvmem_unregister()Andy Shevchenko2022-02-211-22/+0
|/
* nvmem: mtk-efuse: support minimum one byte access stride and granularityChunfeng Yun2021-12-211-6/+7
* nvmem: core: set size for sysfs bin fileSrinivas Kandagatla2021-12-031-0/+2
* Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman2021-10-181-1/+2
|\