summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorLines
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2023-04-13nvmem: core: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-04-05nvmem: layouts: sl28vpd: set varaiable sl28vpd_layout storage-class-specifier...Tom Rix-1/+1
2023-04-05nvmem: layouts: onie-tlv: Drop wrong module aliasMiquel Raynal-1/+0
2023-04-05nvmem: layouts: onie-tlv: Use module_nvmem_layout_driver()Miquel Raynal-13/+1
2023-04-05nvmem: layouts: sl28vpd: Use module_nvmem_layout_driver()Miquel Raynal-13/+1
2023-04-05nvmem: u-boot-env: post-process "ethaddr" env variableRafał Miłecki-0/+27
2023-04-05nvmem: core: support specifying both: cell raw data & post read lengthsRafał Miłecki-4/+7
2023-04-05nvmem: vf610-ocotp: Use devm_platform_get_and_ioremap_resource()Yang Li-2/+1
2023-04-05nvmem: nintendo-otp: Use devm_platform_ioremap_resource()Yang Li-3/+1
2023-04-05nvmem: bcm-ocotp: Use devm_platform_ioremap_resource()Yang Li-3/+1
2023-04-05nvmem: mtk-efuse: Support postprocessing for GPU speed binning dataAngeloGioacchino Del Regno-2/+51
2023-04-05nvmem: stm32-romem: mark OF related data as maybe unusedKrzysztof Kozlowski-1/+1
2023-04-05nvmem: layouts: onie-tlv: Add new layout driverMiquel Raynal-0/+267
2023-04-05nvmem: layouts: sl28vpd: Add new layout driverMichael Walle-0/+176
2023-04-05nvmem: core: provide own priv pointer in post process callbackMichael Walle-1/+3
2023-04-05nvmem: cell: drop global cell_post_processMichael Walle-9/+0
2023-04-05nvmem: imx-ocotp: replace global post processing with layoutsMichael Walle-11/+19
2023-04-05nvmem: core: allow to modify a cell before adding itMichael Walle-0/+4
2023-04-05nvmem: core: add per-cell post processingMichael Walle-0/+17
2023-04-05nvmem: core: request layout modules loadingMiquel Raynal-0/+8
2023-04-05nvmem: core: handle the absence of expected layoutsMiquel Raynal-1/+9
2023-04-05nvmem: core: introduce NVMEM layoutsMichael Walle-0/+134
2023-04-05nvmem: xilinx: zynqmp: make modularNick Alcock-1/+1
2023-03-10nvmem: core: return -ENOENT if nvmem cell is not foundMichael Walle-1/+1
2023-02-06nvmem: stm32: fix OPTEE dependencyArnd Bergmann-3/+2
2023-02-06nvmem: qcom-spmi-sdam: register at device init timeJohan Hovold-12/+1
2023-02-06nvmem: rave-sp-eeprm: fix kernel-doc bad line warningRandy Dunlap-1/+1
2023-02-06nvmem: stm32: detect bsec pta presence for STM32MP15xPatrick Delaunay-4/+34
2023-02-06nvmem: stm32: add OP-TEE support for STM32MP13xPatrick Delaunay-3/+441
2023-02-06nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()Michael Walle-31/+14
2023-02-06nvmem: core: add nvmem_add_one_cell()Michael Walle-24/+35
2023-02-06nvmem: core: drop the removal of the cells in nvmem_add_cells()Michael Walle-10/+4
2023-02-06nvmem: core: add an index parameter to the cellMichael Walle-13/+28
2023-02-06nvmem: core: remove spurious white spaceRussell King (Oracle)-1/+1
2023-02-06nvmem: sunxi_sid: Drop the workaround on A64Samuel Holland-7/+1
2023-01-28nvmem: qcom-spmi-sdam: fix module autoloadingJohan Hovold-0/+1
2023-01-28nvmem: core: fix return valueRussell King (Oracle)-0/+1
2023-01-28nvmem: core: fix cell removal on errorMichael Walle-2/+1
2023-01-28nvmem: core: fix device node refcountingMichael Walle-3/+8
2023-01-28nvmem: core: fix registration vs use raceRussell King (Oracle)-10/+8
2023-01-28nvmem: core: fix cleanup after dev_set_name()Russell King (Oracle)-12/+10
2023-01-28nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)-3/+1
2023-01-28nvmem: core: initialise nvmem->id earlyRussell King (Oracle)-1/+2
2023-01-28nvmem: sunxi_sid: Always use 32-bit MMIO readsSamuel Holland-1/+14
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