summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
...
* nvmem: brcm_nvram: add .read_post_process() for MACsRafał Miłecki2023-06-152-0/+29
* nvmem: imx-ocotp: Reverse MAC addresses on all i.MX derivatesAlexander Stein2023-06-151-7/+1
* nvmem: imx-ocotp: set varaiable imx_ocotp_layout storage-class-specifier to s...Tom Rix2023-06-151-1/+1
* nvmem: sunplus-ocotp: release otp->clk before returnYi Yingao2023-06-151-2/+7
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+0
|\
| * nvmem: core: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* | nvmem: layouts: sl28vpd: set varaiable sl28vpd_layout storage-class-specifier...Tom Rix2023-04-051-1/+1
* | nvmem: layouts: onie-tlv: Drop wrong module aliasMiquel Raynal2023-04-051-1/+0
* | nvmem: layouts: onie-tlv: Use module_nvmem_layout_driver()Miquel Raynal2023-04-051-13/+1
* | nvmem: layouts: sl28vpd: Use module_nvmem_layout_driver()Miquel Raynal2023-04-051-13/+1
* | nvmem: u-boot-env: post-process "ethaddr" env variableRafał Miłecki2023-04-052-0/+27
* | nvmem: core: support specifying both: cell raw data & post read lengthsRafał Miłecki2023-04-051-4/+7
* | nvmem: vf610-ocotp: Use devm_platform_get_and_ioremap_resource()Yang Li2023-04-051-2/+1
* | nvmem: nintendo-otp: Use devm_platform_ioremap_resource()Yang Li2023-04-051-3/+1
* | nvmem: bcm-ocotp: Use devm_platform_ioremap_resource()Yang Li2023-04-051-3/+1
* | nvmem: mtk-efuse: Support postprocessing for GPU speed binning dataAngeloGioacchino Del Regno2023-04-051-2/+51
* | nvmem: stm32-romem: mark OF related data as maybe unusedKrzysztof Kozlowski2023-04-051-1/+1
* | nvmem: layouts: onie-tlv: Add new layout driverMiquel Raynal2023-04-053-0/+267
* | nvmem: layouts: sl28vpd: Add new layout driverMichael Walle2023-04-053-0/+176
* | nvmem: core: provide own priv pointer in post process callbackMichael Walle2023-04-051-1/+3
* | nvmem: cell: drop global cell_post_processMichael Walle2023-04-051-9/+0
* | nvmem: imx-ocotp: replace global post processing with layoutsMichael Walle2023-04-051-11/+19
* | nvmem: core: allow to modify a cell before adding itMichael Walle2023-04-051-0/+4
* | nvmem: core: add per-cell post processingMichael Walle2023-04-051-0/+17
* | nvmem: core: request layout modules loadingMiquel Raynal2023-04-051-0/+8
* | nvmem: core: handle the absence of expected layoutsMiquel Raynal2023-04-051-1/+9
* | nvmem: core: introduce NVMEM layoutsMichael Walle2023-04-055-0/+134
* | nvmem: xilinx: zynqmp: make modularNick Alcock2023-04-051-1/+1
* | nvmem: core: return -ENOENT if nvmem cell is not foundMichael Walle2023-03-101-1/+1
|/
* nvmem: stm32: fix OPTEE dependencyArnd Bergmann2023-02-061-3/+2
* nvmem: qcom-spmi-sdam: register at device init timeJohan Hovold2023-02-061-12/+1
* nvmem: rave-sp-eeprm: fix kernel-doc bad line warningRandy Dunlap2023-02-061-1/+1
* nvmem: stm32: detect bsec pta presence for STM32MP15xPatrick Delaunay2023-02-061-4/+34
* nvmem: stm32: add OP-TEE support for STM32MP13xPatrick Delaunay2023-02-065-3/+441
* nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()Michael Walle2023-02-061-31/+14
* nvmem: core: add nvmem_add_one_cell()Michael Walle2023-02-061-24/+35
* nvmem: core: drop the removal of the cells in nvmem_add_cells()Michael Walle2023-02-061-10/+4
* nvmem: core: add an index parameter to the cellMichael Walle2023-02-062-13/+28
* nvmem: core: remove spurious white spaceRussell King (Oracle)2023-02-061-1/+1
* nvmem: sunxi_sid: Drop the workaround on A64Samuel Holland2023-02-061-7/+1
* nvmem: qcom-spmi-sdam: fix module autoloadingJohan Hovold2023-01-281-0/+1
* nvmem: core: fix return valueRussell King (Oracle)2023-01-281-0/+1
* nvmem: core: fix cell removal on errorMichael Walle2023-01-281-2/+1
* nvmem: core: fix device node refcountingMichael Walle2023-01-281-3/+8
* nvmem: core: fix registration vs use raceRussell King (Oracle)2023-01-281-10/+8
* nvmem: core: fix cleanup after dev_set_name()Russell King (Oracle)2023-01-281-12/+10
* nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)2023-01-281-3/+1
* nvmem: core: initialise nvmem->id earlyRussell King (Oracle)2023-01-281-1/+2
* nvmem: sunxi_sid: Always use 32-bit MMIO readsSamuel Holland2023-01-281-1/+14
* nvmem: brcm_nvram: Add check for kzallocJiasheng Jiang2023-01-281-0/+3