summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
* nvmem: core: Notify when a new layout is registeredMiquel Raynal2023-08-231-0/+4
* nvmem: core: Do not open-code existing functionsMiquel Raynal2023-08-231-2/+2
* nvmem: core: Create all cells before adding the nvmem deviceMiquel Raynal2023-08-231-5/+5
* nvmem: u-boot-env:: Replace zero-length array with DECLARE_FLEX_ARRAY() helperAtul Raut2023-08-231-1/+1
* nvmem: sec-qfprom: Add Qualcomm secure QFPROM supportKomal Bajaj2023-08-233-0/+111
* nvmem: Kconfig: Fix typo "drive" -> "driver"Diederik de Haas2023-08-231-3/+3
* nvmem: Explicitly include correct DT includesRob Herring2023-08-2316-16/+9
* nvmem: add new NXP QorIQ eFuse driverRichard Alpe2023-08-233-0/+92
* nvmem: uniphier: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-231-2/+1
* nvmem: qfprom: do some cleanupYangtao Li2023-08-231-12/+5
* nvmem: stm32-romem: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-231-2/+1
* nvmem: rockchip-efuse: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-231-2/+1
* nvmem: meson-mx-efuse: Convert to devm_platform_ioremap_resource()Yangtao Li2023-08-231-3/+1
* nvmem: lpc18xx_otp: Convert to devm_platform_ioremap_resource()Yangtao Li2023-08-231-3/+1
* nvmem: brcm_nvram: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-231-2/+1
* nvmem: sunxi_sid: Convert to devm_platform_ioremap_resource()Yangtao Li2023-08-231-3/+1
* nvmem: rmem: Use NVMEM_DEVID_AUTOPhil Elwell2023-06-151-0/+1
* nvmem: core: add support for fixed cells *layout*Rafał Miłecki2023-06-151-3/+29
* nvmem: imx: support i.MX93 OCOTPPeng Fan2023-06-153-0/+186
* nvmem: zynqmp: Switch @xilinx.com emails to @amd.comMichal Simek2023-06-151-1/+1
* nvmem: rockchip-otp: Add support for RK3588Cristian Ciocaltea2023-06-151-2/+76
* nvmem: rockchip-otp: Improve probe error handlingCristian Ciocaltea2023-06-151-9/+12
* nvmem: rockchip-otp: Use devm_reset_control_array_get_exclusive()Cristian Ciocaltea2023-06-151-1/+1
* nvmem: rockchip-otp: Generalize rockchip_otp_wait_status()Cristian Ciocaltea2023-06-151-5/+6
* nvmem: rockchip-otp: Add clks and reg_read to rockchip_dataCristian Ciocaltea2023-06-151-30/+49
* 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