summaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)Author
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-23Merge tag 'libnvdimm-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-11nvmem: layouts: add U-Boot env layoutRafał Miłecki
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman
2024-09-03nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven
2024-09-03nvmem: u-boot-env: error if NVMEM device is too smallJohn Thomson
2024-09-03nvmem: sunplus-ocotp: Use devm_platform_ioremap_resource_byname() helper func...Zhang Zekun
2024-09-03nvmem: imx-ocotp-ele: support i.MX95Peng Fan
2024-08-21nvdimm: Use of_property_present() and of_property_read_bool()Rob Herring (Arm)
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-05nvmem: core: Implement force_ro sysfs attributeMarek Vasut
2024-07-05nvmem: Use sysfs_emit() for type attributeMarek Vasut
2024-07-05nvmem: core: drop unnecessary range checks in sysfs callbacksThomas Weißschuh
2024-07-05nvmem: core: remove global nvmem_cells_groupThomas Weißschuh
2024-07-05nvmem: core: add single sysfs groupThomas Weißschuh
2024-07-05nvmem: rockchip-efuse: set type to OTPHeiko Stuebner
2024-07-05nvmem: rockchip-otp: Set type to OTPHeiko Stuebner
2024-07-05nvmem: rockchip-otp: set add_legacy_fixed_of_cells config optionHeiko Stuebner
2024-07-05nvmem: meson-efuse: Replacing the use of of_node_put to __freeMarileneGarcia
2024-07-05nvmem: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-07-03nvmem: core: limit cell sysfs permissions to main attribute onesThomas Weißschuh
2024-07-03nvmem: core: only change name to fram for current attributeThomas Weißschuh
2024-07-03nvmem: meson-efuse: Fix return value of nvmem callbacksJoy Chakraborty
2024-07-03nvmem: rmem: Fix return value of rmem_read()Joy Chakraborty
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-05-03nvmem: meson-mx-efuse: Remove nvmem_device from efuse structMukesh Ojha
2024-05-03nvmem: lpc18xx_eeprom: Convert to platform remove callback returning voidUwe Kleine-König
2024-05-03nvmem: core: switch to use device_add_groups()Greg Kroah-Hartman
2024-05-03nvmem: sprd: fix module autoloadingKrzysztof Kozlowski
2024-05-03nvmem: sc27xx: fix module autoloadingKrzysztof Kozlowski
2024-05-03nvmem: layouts: sl28vpd: drop driver owner initializationKrzysztof Kozlowski
2024-05-03nvmem: layouts: onie-tlv: drop driver owner initializationKrzysztof Kozlowski
2024-05-03nvmem: layouts: store owner from modules with nvmem_layout_driver_register()Krzysztof Kozlowski
2024-03-07nvmem: core: Print error on wrong bits DT propertyMarkus Schneider-Pargmann
2024-03-07nvmem: core: make nvmem_layout_bus_type constRicardo B. Marliere
2024-03-07nvmem: mtk-efuse: Drop NVMEM device nameChen-Yu Tsai
2024-03-07nvmem: zynqmp_nvmem: Add support to access efusePraveen Teja Kundanala
2024-03-07nvmem: zynqmp_nvmem: zynqmp_nvmem_probe cleanupPraveen Teja Kundanala
2024-03-07nvmem: mtk-efuse: Register MediaTek socinfo driver from efuseWilliam-tw Lin
2024-03-07nvmem: meson-efuse: fix function pointer type mismatchJerome Brunet
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