summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorLines
2024-03-07nvmem: meson-efuse: fix function pointer type mismatchJerome Brunet-22/+3
2024-02-14nvmem: include bit index in cell sysfs file nameArnd Bergmann-2/+3
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-225/+585
2024-01-04nvmem: u-boot-env: improve coding styleRafał Miłecki-4/+4
2024-01-04nvmem: u-boot-env: use nvmem device helpersRafał Miłecki-8/+15
2024-01-04nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helperRafał Miłecki-34/+21
2024-01-04nvmem: core: add nvmem_dev_size() helperRafał Miłecki-0/+13
2024-01-04nvmem: drop nvmem_layout_get_match_data()Rafał Miłecki-13/+0
2024-01-04nvmem: layouts: refactor .add_cells() callback argumentsRafał Miłecki-3/+7
2023-12-15nvmem: stm32: add support for STM32MP25 BSEC to control OTP dataPatrick Delaunay-0/+16
2023-12-15nvmem: core: Expose cells through sysfsMiquel Raynal-1/+135
2023-12-15nvmem: core: Rework layouts to become regular devicesMiquel Raynal-117/+334
2023-12-15nvmem: Move and rename ->fixup_cell_info()Miquel Raynal-19/+11
2023-12-15nvmem: Simplify the ->add_cells() hookMiquel Raynal-5/+3
2023-12-15nvmem: Create a header for internal sharingMiquel Raynal-23/+36
2023-12-15nvmem: Move of_nvmem_layout_get_container() in another headerMiquel Raynal-8/+0
2023-12-15nvmem: brcm_nvram: store a copy of NVRAM contentRafał Miłecki-40/+94
2023-12-07nvmem: Do not expect fixed layouts to grab a layout driverMiquel Raynal-0/+6
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-16/+36
2023-10-27Revert "nvmem: add new config option"Rafał Miłecki-1/+1
2023-10-21nvmem: Use device_get_match_data()Rob Herring-9/+8
2023-10-21nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki-3/+24
2023-10-21nvmem: qfprom: Mark core clk as optionalLuca Weiss-3/+3
2023-10-16nvmem: imx: correct nregs for i.MX6ULLPeng Fan-1/+1
2023-10-16nvmem: imx: correct nregs for i.MX6ULPeng Fan-1/+1
2023-10-16nvmem: imx: correct nregs for i.MX6SLLPeng Fan-1/+1
2023-08-23nvmem: core: Notify when a new layout is registeredMiquel Raynal-0/+4
2023-08-23nvmem: core: Do not open-code existing functionsMiquel Raynal-2/+2
2023-08-23nvmem: core: Create all cells before adding the nvmem deviceMiquel Raynal-5/+5
2023-08-23nvmem: u-boot-env:: Replace zero-length array with DECLARE_FLEX_ARRAY() helperAtul Raut-1/+1
2023-08-23nvmem: sec-qfprom: Add Qualcomm secure QFPROM supportKomal Bajaj-0/+111
2023-08-23nvmem: Kconfig: Fix typo "drive" -> "driver"Diederik de Haas-3/+3
2023-08-23nvmem: Explicitly include correct DT includesRob Herring-16/+9
2023-08-23nvmem: add new NXP QorIQ eFuse driverRichard Alpe-0/+92
2023-08-23nvmem: uniphier: Use devm_platform_get_and_ioremap_resource()Yangtao Li-2/+1
2023-08-23nvmem: qfprom: do some cleanupYangtao Li-12/+5
2023-08-23nvmem: stm32-romem: Use devm_platform_get_and_ioremap_resource()Yangtao Li-2/+1
2023-08-23nvmem: rockchip-efuse: Use devm_platform_get_and_ioremap_resource()Yangtao Li-2/+1
2023-08-23nvmem: meson-mx-efuse: Convert to devm_platform_ioremap_resource()Yangtao Li-3/+1
2023-08-23nvmem: lpc18xx_otp: Convert to devm_platform_ioremap_resource()Yangtao Li-3/+1
2023-08-23nvmem: brcm_nvram: Use devm_platform_get_and_ioremap_resource()Yangtao Li-2/+1
2023-08-23nvmem: sunxi_sid: Convert to devm_platform_ioremap_resource()Yangtao Li-3/+1
2023-06-15nvmem: rmem: Use NVMEM_DEVID_AUTOPhil Elwell-0/+1
2023-06-15nvmem: core: add support for fixed cells *layout*Rafał Miłecki-3/+29
2023-06-15nvmem: imx: support i.MX93 OCOTPPeng Fan-0/+186
2023-06-15nvmem: zynqmp: Switch @xilinx.com emails to @amd.comMichal Simek-1/+1
2023-06-15nvmem: rockchip-otp: Add support for RK3588Cristian Ciocaltea-2/+76
2023-06-15nvmem: rockchip-otp: Improve probe error handlingCristian Ciocaltea-9/+12
2023-06-15nvmem: rockchip-otp: Use devm_reset_control_array_get_exclusive()Cristian Ciocaltea-1/+1
2023-06-15nvmem: rockchip-otp: Generalize rockchip_otp_wait_status()Cristian Ciocaltea-5/+6