summaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorFilesLines
2024-09-24Merge tag 'libnvdimm-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-09-03nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven1-3/+3
2024-09-03nvmem: u-boot-env: error if NVMEM device is too smallJohn Thomson1-0/+7
2024-08-22nvdimm: Use of_property_present() and of_property_read_bool()Rob Herring (Arm)1-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2024-07-20Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-39/+62
2024-07-05nvmem: core: Implement force_ro sysfs attributeMarek Vasut1-0/+43
2024-07-05nvmem: Use sysfs_emit() for type attributeMarek Vasut1-1/+1
2024-07-05nvmem: core: drop unnecessary range checks in sysfs callbacksThomas Weißschuh1-14/+0
2024-07-05nvmem: core: remove global nvmem_cells_groupThomas Weißschuh1-16/+10
2024-07-05nvmem: core: add single sysfs groupThomas Weißschuh1-6/+1
2024-07-05nvmem: rockchip-efuse: set type to OTPHeiko Stuebner1-0/+1
2024-07-05nvmem: rockchip-otp: Set type to OTPHeiko Stuebner1-0/+1
2024-07-05nvmem: rockchip-otp: set add_legacy_fixed_of_cells config optionHeiko Stuebner1-0/+1
2024-07-05nvmem: meson-efuse: Replacing the use of of_node_put to __freeMarileneGarcia1-3/+2
2024-07-05nvmem: add missing MODULE_DESCRIPTION() macrosJeff Johnson3-0/+3
2024-07-03nvmem: core: limit cell sysfs permissions to main attribute onesThomas Weißschuh1-1/+1
2024-07-03nvmem: core: only change name to fram for current attributeThomas Weißschuh1-3/+2
2024-07-03nvmem: meson-efuse: Fix return value of nvmem callbacksJoy Chakraborty1-4/+10
2024-07-03nvmem: rmem: Fix return value of rmem_read()Joy Chakraborty1-1/+4
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-2/+2
2024-05-03nvmem: meson-mx-efuse: Remove nvmem_device from efuse structMukesh Ojha1-3/+3
2024-05-03nvmem: lpc18xx_eeprom: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-05-03nvmem: core: switch to use device_add_groups()Greg Kroah-Hartman1-1/+1
2024-05-03nvmem: sprd: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-03nvmem: sc27xx: fix module autoloadingKrzysztof Kozlowski1-0/+1
2024-05-03nvmem: layouts: sl28vpd: drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-05-03nvmem: layouts: onie-tlv: drop driver owner initializationKrzysztof Kozlowski1-1/+0
2024-05-03nvmem: layouts: store owner from modules with nvmem_layout_driver_register()Krzysztof Kozlowski1-2/+4
2024-03-07nvmem: core: Print error on wrong bits DT propertyMarkus Schneider-Pargmann1-0/+5
2024-03-07nvmem: core: make nvmem_layout_bus_type constRicardo B. Marliere1-1/+1
2024-03-07nvmem: mtk-efuse: Drop NVMEM device nameChen-Yu Tsai1-1/+0
2024-03-07nvmem: zynqmp_nvmem: Add support to access efusePraveen Teja Kundanala1-10/+176
2024-03-07nvmem: zynqmp_nvmem: zynqmp_nvmem_probe cleanupPraveen Teja Kundanala1-25/+12
2024-03-07nvmem: mtk-efuse: Register MediaTek socinfo driver from efuseWilliam-tw Lin1-1/+20
2024-03-07nvmem: meson-efuse: fix function pointer type mismatchJerome Brunet1-22/+3
2024-02-14nvmem: include bit index in cell sysfs file nameArnd Bergmann1-2/+3
2024-01-18Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-225/+585
2024-01-04nvmem: u-boot-env: improve coding styleRafał Miłecki1-4/+4
2024-01-04nvmem: u-boot-env: use nvmem device helpersRafał Miłecki1-8/+15
2024-01-04nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helperRafał Miłecki1-34/+21
2024-01-04nvmem: core: add nvmem_dev_size() helperRafał Miłecki1-0/+13
2024-01-04nvmem: drop nvmem_layout_get_match_data()Rafał Miłecki1-13/+0
2024-01-04nvmem: layouts: refactor .add_cells() callback argumentsRafał Miłecki3-3/+7
2023-12-15nvmem: stm32: add support for STM32MP25 BSEC to control OTP dataPatrick Delaunay1-0/+16
2023-12-15nvmem: core: Expose cells through sysfsMiquel Raynal2-1/+135
2023-12-15nvmem: core: Rework layouts to become regular devicesMiquel Raynal8-117/+334
2023-12-15nvmem: Move and rename ->fixup_cell_info()Miquel Raynal4-19/+11
2023-12-15nvmem: Simplify the ->add_cells() hookMiquel Raynal3-5/+3
2023-12-15nvmem: Create a header for internal sharingMiquel Raynal2-23/+36