summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorLines
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-2/+2
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-11/+166
2024-11-05nvmem: core: Check read_only flag for force_ro in bin_attr_nvmem_write()Marek Vasut-1/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh-1/+2
2024-11-05nvmem: core: calculate bin_attribute size through bin_size()Thomas Weißschuh-2/+11
2024-11-05nvmem: imx-iim: Convert comma to semicolonShen Lichuan-5/+5
2024-11-05nvmem: Correct some typos in commentsShen Lichuan-5/+5
2024-11-05nvmem: Add R-Car E-FUSE driverGeert Uytterhoeven-0/+155
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-173/+272
2024-09-23Merge tag 'libnvdimm-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+1
2024-09-11nvmem: layouts: add U-Boot env layoutRafał Miłecki-165/+241
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman-3/+10
2024-09-03nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven-3/+3
2024-09-03nvmem: u-boot-env: error if NVMEM device is too smallJohn Thomson-0/+7
2024-09-03nvmem: sunplus-ocotp: Use devm_platform_ioremap_resource_byname() helper func...Zhang Zekun-5/+2
2024-09-03nvmem: imx-ocotp-ele: support i.MX95Peng Fan-3/+29
2024-08-21nvdimm: Use of_property_present() and of_property_read_bool()Rob Herring (Arm)-1/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-39/+62
2024-07-05nvmem: core: Implement force_ro sysfs attributeMarek Vasut-0/+43
2024-07-05nvmem: Use sysfs_emit() for type attributeMarek Vasut-1/+1
2024-07-05nvmem: core: drop unnecessary range checks in sysfs callbacksThomas Weißschuh-14/+0
2024-07-05nvmem: core: remove global nvmem_cells_groupThomas Weißschuh-16/+10
2024-07-05nvmem: core: add single sysfs groupThomas Weißschuh-6/+1
2024-07-05nvmem: rockchip-efuse: set type to OTPHeiko Stuebner-0/+1
2024-07-05nvmem: rockchip-otp: Set type to OTPHeiko Stuebner-0/+1
2024-07-05nvmem: rockchip-otp: set add_legacy_fixed_of_cells config optionHeiko Stuebner-0/+1
2024-07-05nvmem: meson-efuse: Replacing the use of of_node_put to __freeMarileneGarcia-3/+2
2024-07-05nvmem: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+3
2024-07-03nvmem: core: limit cell sysfs permissions to main attribute onesThomas Weißschuh-1/+1
2024-07-03nvmem: core: only change name to fram for current attributeThomas Weißschuh-3/+2
2024-07-03nvmem: meson-efuse: Fix return value of nvmem callbacksJoy Chakraborty-4/+10
2024-07-03nvmem: rmem: Fix return value of rmem_read()Joy Chakraborty-1/+4
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-2/+2
2024-05-03nvmem: meson-mx-efuse: Remove nvmem_device from efuse structMukesh Ojha-3/+3
2024-05-03nvmem: lpc18xx_eeprom: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-05-03nvmem: core: switch to use device_add_groups()Greg Kroah-Hartman-1/+1
2024-05-03nvmem: sprd: fix module autoloadingKrzysztof Kozlowski-0/+1
2024-05-03nvmem: sc27xx: fix module autoloadingKrzysztof Kozlowski-0/+1
2024-05-03nvmem: layouts: sl28vpd: drop driver owner initializationKrzysztof Kozlowski-1/+0
2024-05-03nvmem: layouts: onie-tlv: drop driver owner initializationKrzysztof Kozlowski-1/+0
2024-05-03nvmem: layouts: store owner from modules with nvmem_layout_driver_register()Krzysztof Kozlowski-2/+4
2024-03-07nvmem: core: Print error on wrong bits DT propertyMarkus Schneider-Pargmann-0/+5
2024-03-07nvmem: core: make nvmem_layout_bus_type constRicardo B. Marliere-1/+1
2024-03-07nvmem: mtk-efuse: Drop NVMEM device nameChen-Yu Tsai-1/+0
2024-03-07nvmem: zynqmp_nvmem: Add support to access efusePraveen Teja Kundanala-10/+176
2024-03-07nvmem: zynqmp_nvmem: zynqmp_nvmem_probe cleanupPraveen Teja Kundanala-25/+12
2024-03-07nvmem: mtk-efuse: Register MediaTek socinfo driver from efuseWilliam-tw Lin-1/+20
2024-03-07nvmem: meson-efuse: fix function pointer type mismatchJerome Brunet-22/+3
2024-02-14nvmem: include bit index in cell sysfs file nameArnd Bergmann-2/+3