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