summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
* nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven2024-09-121-3/+3
* nvmem: u-boot-env: error if NVMEM device is too smallJohn Thomson2024-09-121-0/+7
* nvmem: rockchip-otp: set add_legacy_fixed_of_cells config optionHeiko Stuebner2024-08-031-0/+1
* nvmem: core: limit cell sysfs permissions to main attribute onesThomas Weißschuh2024-07-031-1/+1
* nvmem: core: only change name to fram for current attributeThomas Weißschuh2024-07-031-3/+2
* nvmem: meson-efuse: Fix return value of nvmem callbacksJoy Chakraborty2024-07-031-4/+10
* nvmem: rmem: Fix return value of rmem_read()Joy Chakraborty2024-07-031-1/+4
* nvmem: meson-mx-efuse: Remove nvmem_device from efuse structMukesh Ojha2024-05-031-3/+3
* nvmem: lpc18xx_eeprom: Convert to platform remove callback returning voidUwe Kleine-König2024-05-031-4/+2
* nvmem: core: switch to use device_add_groups()Greg Kroah-Hartman2024-05-031-1/+1
* nvmem: sprd: fix module autoloadingKrzysztof Kozlowski2024-05-031-0/+1
* nvmem: sc27xx: fix module autoloadingKrzysztof Kozlowski2024-05-031-0/+1
* nvmem: layouts: sl28vpd: drop driver owner initializationKrzysztof Kozlowski2024-05-031-1/+0
* nvmem: layouts: onie-tlv: drop driver owner initializationKrzysztof Kozlowski2024-05-031-1/+0
* nvmem: layouts: store owner from modules with nvmem_layout_driver_register()Krzysztof Kozlowski2024-05-031-2/+4
* 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