summaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorFilesLines
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds2-2/+2
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-11/+166
2024-11-05nvmem: core: Check read_only flag for force_ro in bin_attr_nvmem_write()Marek Vasut1-1/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh1-1/+2
2024-11-05nvmem: core: calculate bin_attribute size through bin_size()Thomas Weißschuh1-2/+11
2024-11-05nvmem: imx-iim: Convert comma to semicolonShen Lichuan1-5/+5
2024-11-05nvmem: Correct some typos in commentsShen Lichuan4-5/+5
2024-11-05nvmem: Add R-Car E-FUSE driverGeert Uytterhoeven3-0/+155
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-173/+272
2024-09-23Merge tag 'libnvdimm-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-09-11nvmem: layouts: add U-Boot env layoutRafał Miłecki6-165/+241
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman2-3/+10
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-09-03nvmem: sunplus-ocotp: Use devm_platform_ioremap_resource_byname() helper func...Zhang Zekun1-5/+2
2024-09-03nvmem: imx-ocotp-ele: support i.MX95Peng Fan1-3/+29
2024-08-21nvdimm: 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-19Merge 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