aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorFilesLines
2023-08-23nvmem: core: Notify when a new layout is registeredGravatar Miquel Raynal 1-0/+4
2023-08-23nvmem: core: Do not open-code existing functionsGravatar Miquel Raynal 1-2/+2
2023-08-23nvmem: core: Create all cells before adding the nvmem deviceGravatar Miquel Raynal 1-5/+5
2023-08-23nvmem: u-boot-env:: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGravatar Atul Raut 1-1/+1
2023-08-23nvmem: sec-qfprom: Add Qualcomm secure QFPROM supportGravatar Komal Bajaj 3-0/+111
2023-08-23nvmem: Kconfig: Fix typo "drive" -> "driver"Gravatar Diederik de Haas 1-3/+3
2023-08-23nvmem: Explicitly include correct DT includesGravatar Rob Herring 16-16/+9
2023-08-23nvmem: add new NXP QorIQ eFuse driverGravatar Richard Alpe 3-0/+92
2023-08-23nvmem: uniphier: Use devm_platform_get_and_ioremap_resource()Gravatar Yangtao Li 1-2/+1
2023-08-23nvmem: qfprom: do some cleanupGravatar Yangtao Li 1-12/+5
2023-08-23nvmem: stm32-romem: Use devm_platform_get_and_ioremap_resource()Gravatar Yangtao Li 1-2/+1
2023-08-23nvmem: rockchip-efuse: Use devm_platform_get_and_ioremap_resource()Gravatar Yangtao Li 1-2/+1
2023-08-23nvmem: meson-mx-efuse: Convert to devm_platform_ioremap_resource()Gravatar Yangtao Li 1-3/+1
2023-08-23nvmem: lpc18xx_otp: Convert to devm_platform_ioremap_resource()Gravatar Yangtao Li 1-3/+1
2023-08-23nvmem: brcm_nvram: Use devm_platform_get_and_ioremap_resource()Gravatar Yangtao Li 1-2/+1
2023-08-23nvmem: sunxi_sid: Convert to devm_platform_ioremap_resource()Gravatar Yangtao Li 1-3/+1
2023-06-15nvmem: rmem: Use NVMEM_DEVID_AUTOGravatar Phil Elwell 1-0/+1
2023-06-15nvmem: core: add support for fixed cells *layout*Gravatar Rafał Miłecki 1-3/+29
2023-06-15nvmem: imx: support i.MX93 OCOTPGravatar Peng Fan 3-0/+186
2023-06-15nvmem: zynqmp: Switch @xilinx.com emails to @amd.comGravatar Michal Simek 1-1/+1
2023-06-15nvmem: rockchip-otp: Add support for RK3588Gravatar Cristian Ciocaltea 1-2/+76
2023-06-15nvmem: rockchip-otp: Improve probe error handlingGravatar Cristian Ciocaltea 1-9/+12
2023-06-15nvmem: rockchip-otp: Use devm_reset_control_array_get_exclusive()Gravatar Cristian Ciocaltea 1-1/+1
2023-06-15nvmem: rockchip-otp: Generalize rockchip_otp_wait_status()Gravatar Cristian Ciocaltea 1-5/+6
2023-06-15nvmem: rockchip-otp: Add clks and reg_read to rockchip_dataGravatar Cristian Ciocaltea 1-30/+49
2023-06-15nvmem: brcm_nvram: add .read_post_process() for MACsGravatar Rafał Miłecki 2-0/+29
2023-06-15nvmem: imx-ocotp: Reverse MAC addresses on all i.MX derivatesGravatar Alexander Stein 1-7/+1
2023-06-15nvmem: imx-ocotp: set varaiable imx_ocotp_layout storage-class-specifier to s...Gravatar Tom Rix 1-1/+1
2023-06-15nvmem: sunplus-ocotp: release otp->clk before returnGravatar Yi Yingao 1-2/+7
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2023-04-13nvmem: core: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-04-05nvmem: layouts: sl28vpd: set varaiable sl28vpd_layout storage-class-specifier...Gravatar Tom Rix 1-1/+1
2023-04-05nvmem: layouts: onie-tlv: Drop wrong module aliasGravatar Miquel Raynal 1-1/+0
2023-04-05nvmem: layouts: onie-tlv: Use module_nvmem_layout_driver()Gravatar Miquel Raynal 1-13/+1
2023-04-05nvmem: layouts: sl28vpd: Use module_nvmem_layout_driver()Gravatar Miquel Raynal 1-13/+1
2023-04-05nvmem: u-boot-env: post-process "ethaddr" env variableGravatar Rafał Miłecki 2-0/+27
2023-04-05nvmem: core: support specifying both: cell raw data & post read lengthsGravatar Rafał Miłecki 1-4/+7
2023-04-05nvmem: vf610-ocotp: Use devm_platform_get_and_ioremap_resource()Gravatar Yang Li 1-2/+1
2023-04-05nvmem: nintendo-otp: Use devm_platform_ioremap_resource()Gravatar Yang Li 1-3/+1
2023-04-05nvmem: bcm-ocotp: Use devm_platform_ioremap_resource()Gravatar Yang Li 1-3/+1
2023-04-05nvmem: mtk-efuse: Support postprocessing for GPU speed binning dataGravatar AngeloGioacchino Del Regno 1-2/+51
2023-04-05nvmem: stm32-romem: mark OF related data as maybe unusedGravatar Krzysztof Kozlowski 1-1/+1
2023-04-05nvmem: layouts: onie-tlv: Add new layout driverGravatar Miquel Raynal 3-0/+267
2023-04-05nvmem: layouts: sl28vpd: Add new layout driverGravatar Michael Walle 3-0/+176
2023-04-05nvmem: core: provide own priv pointer in post process callbackGravatar Michael Walle 1-1/+3
2023-04-05nvmem: cell: drop global cell_post_processGravatar Michael Walle 1-9/+0
2023-04-05nvmem: imx-ocotp: replace global post processing with layoutsGravatar Michael Walle 1-11/+19
2023-04-05nvmem: core: allow to modify a cell before adding itGravatar Michael Walle 1-0/+4
2023-04-05nvmem: core: add per-cell post processingGravatar Michael Walle 1-0/+17
2023-04-05nvmem: core: request layout modules loadingGravatar Miquel Raynal 1-0/+8