summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
* nvmem: core: Print error on wrong bits DT propertyMarkus Schneider-Pargmann2024-03-071-0/+5
* nvmem: core: make nvmem_layout_bus_type constRicardo B. Marliere2024-03-071-1/+1
* nvmem: mtk-efuse: Drop NVMEM device nameChen-Yu Tsai2024-03-071-1/+0
* nvmem: zynqmp_nvmem: Add support to access efusePraveen Teja Kundanala2024-03-071-10/+176
* nvmem: zynqmp_nvmem: zynqmp_nvmem_probe cleanupPraveen Teja Kundanala2024-03-071-25/+12
* nvmem: mtk-efuse: Register MediaTek socinfo driver from efuseWilliam-tw Lin2024-03-071-1/+20
* nvmem: meson-efuse: fix function pointer type mismatchJerome Brunet2024-03-071-22/+3
* nvmem: include bit index in cell sysfs file nameArnd Bergmann2024-02-141-2/+3
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-1712-225/+585
|\
| * nvmem: u-boot-env: improve coding styleRafał Miłecki2024-01-041-4/+4
| * nvmem: u-boot-env: use nvmem device helpersRafał Miłecki2024-01-041-8/+15
| * nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helperRafał Miłecki2024-01-041-34/+21
| * nvmem: core: add nvmem_dev_size() helperRafał Miłecki2024-01-041-0/+13
| * nvmem: drop nvmem_layout_get_match_data()Rafał Miłecki2024-01-041-13/+0
| * nvmem: layouts: refactor .add_cells() callback argumentsRafał Miłecki2024-01-043-3/+7
| * nvmem: stm32: add support for STM32MP25 BSEC to control OTP dataPatrick Delaunay2023-12-151-0/+16
| * nvmem: core: Expose cells through sysfsMiquel Raynal2023-12-152-1/+135
| * nvmem: core: Rework layouts to become regular devicesMiquel Raynal2023-12-158-117/+334
| * nvmem: Move and rename ->fixup_cell_info()Miquel Raynal2023-12-154-19/+11
| * nvmem: Simplify the ->add_cells() hookMiquel Raynal2023-12-153-5/+3
| * nvmem: Create a header for internal sharingMiquel Raynal2023-12-152-23/+36
| * nvmem: Move of_nvmem_layout_get_container() in another headerMiquel Raynal2023-12-151-8/+0
* | nvmem: brcm_nvram: store a copy of NVRAM contentRafał Miłecki2023-12-151-40/+94
|/
* nvmem: Do not expect fixed layouts to grab a layout driverMiquel Raynal2023-12-071-0/+6
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-0321-16/+36
|\
| * Revert "nvmem: add new config option"Rafał Miłecki2023-10-271-1/+1
| * nvmem: Use device_get_match_data()Rob Herring2023-10-212-9/+8
| * nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki2023-10-2120-3/+24
| * nvmem: qfprom: Mark core clk as optionalLuca Weiss2023-10-211-3/+3
* | nvmem: imx: correct nregs for i.MX6ULLPeng Fan2023-10-161-1/+1
* | nvmem: imx: correct nregs for i.MX6ULPeng Fan2023-10-161-1/+1
* | nvmem: imx: correct nregs for i.MX6SLLPeng Fan2023-10-161-1/+1
|/
* 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