summaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorFilesLines
2023-03-10nvmem: core: return -ENOENT if nvmem cell is not foundMichael Walle1-1/+1
2023-02-06nvmem: stm32: fix OPTEE dependencyArnd Bergmann1-3/+2
2023-02-06nvmem: qcom-spmi-sdam: register at device init timeJohan Hovold1-12/+1
2023-02-06nvmem: rave-sp-eeprm: fix kernel-doc bad line warningRandy Dunlap1-1/+1
2023-02-06nvmem: stm32: detect bsec pta presence for STM32MP15xPatrick Delaunay1-4/+34
2023-02-06nvmem: stm32: add OP-TEE support for STM32MP13xPatrick Delaunay5-3/+441
2023-02-06nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()Michael Walle1-31/+14
2023-02-06nvmem: core: add nvmem_add_one_cell()Michael Walle1-24/+35
2023-02-06nvmem: core: drop the removal of the cells in nvmem_add_cells()Michael Walle1-10/+4
2023-02-06nvmem: core: add an index parameter to the cellMichael Walle2-13/+28
2023-02-06nvmem: core: remove spurious white spaceRussell King (Oracle)1-1/+1
2023-02-06nvmem: sunxi_sid: Drop the workaround on A64Samuel Holland1-7/+1
2023-01-28nvmem: qcom-spmi-sdam: fix module autoloadingJohan Hovold1-0/+1
2023-01-28nvmem: core: fix return valueRussell King (Oracle)1-0/+1
2023-01-28nvmem: core: fix cell removal on errorMichael Walle1-2/+1
2023-01-28nvmem: core: fix device node refcountingMichael Walle1-3/+8
2023-01-28nvmem: core: fix registration vs use raceRussell King (Oracle)1-10/+8
2023-01-28nvmem: core: fix cleanup after dev_set_name()Russell King (Oracle)1-12/+10
2023-01-28nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)1-3/+1
2023-01-28nvmem: core: initialise nvmem->id earlyRussell King (Oracle)1-1/+2
2023-01-28nvmem: sunxi_sid: Always use 32-bit MMIO readsSamuel Holland1-1/+14
2023-01-28nvmem: brcm_nvram: Add check for kzallocJiasheng Jiang1-0/+3
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-7/+36
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2022-11-23nvmem: u-boot-env: add Broadcom format supportRafał Miłecki1-0/+14
2022-11-23nvmem: Kconfig: Fix spelling mistake "controlls" -> "controls"Colin Ian King1-1/+1
2022-11-23nvmem: stm32: fix spelling typo in commentJiangshan Yi1-1/+1
2022-11-23nvmem: stm32: add nvmem type attributePatrick Delaunay1-0/+1
2022-11-23nvmem: stm32: add warning when upper OTPs are updatedPatrick Delaunay1-0/+3
2022-11-23nvmem: stm32: move STM32MP15_BSEC_NUM_LOWER in configPatrick Delaunay1-5/+16
2022-11-22nvmem: lan9662-otp: Change return type of lan9662_otp_wait_flag_clear()Horatiu Vultur1-1/+1
2022-11-22nvmem: rmem: Fix return value check in rmem_read()Wei Yongjun1-2/+2
2022-11-10nvmem: u-boot-env: fix crc32_data_offset on redundant u-boot-envChristian Lamparter1-1/+1
2022-11-10nvmem: lan9662-otp: Fix compatible stringHoratiu Vultur1-1/+1
2022-11-09firmware/nvram: bcm47xx: support init from IO memoryRafał Miłecki1-0/+3
2022-09-24nvmem: u-boot-env: fix crc32 casting typeRafał Miłecki1-1/+1
2022-09-24nvmem: lan9662-otp: add supportHoratiu Vultur3-0/+232
2022-09-24nvmem: u-boot-env: find Device Tree nodes for NVMEM cellsRafał Miłecki1-0/+1
2022-09-24nvmem: sort config symbols alphabeticallyRafał Miłecki2-206/+208
2022-09-24nvmem: prefix all symbols with NVMEM_Rafał Miłecki2-24/+24
2022-09-24nvmem: brcm_nvram: Use kzalloc for allocating only one elementKenneth Lee1-1/+1
2022-09-24nvmem: core: add error handling for dev_set_nameGaosheng Cui1-3/+9
2022-09-24nvmem: add driver handling U-Boot environment variablesRafał Miłecki3-0/+233
2022-09-24nvmem: core: Fix memleak in nvmem_register()Gaosheng Cui1-9/+6
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-12/+2
2022-07-08nvmem: mtk-efuse: Simplify with devm_platform_get_and_ioremap_resource()AngeloGioacchino Del Regno1-2/+1
2022-07-08nvmem: microchip-otpc: add supportClaudiu Beznea3-0/+297
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-12/+2
2022-05-09nvmem: sfp: Add support for TA 2.1 devicesSean Anderson1-0/+6
2022-05-09nvmem: sfp: Use regmapSean Anderson2-8/+23