summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorLines
2025-04-11nvmem: qfprom: switch to 4-byte aligned readsDmitry Baryshkov-6/+20
2025-04-11nvmem: core: update raw_len if the bit reading is requiredDmitry Baryshkov-1/+3
2025-04-11nvmem: core: verify cell's raw_lenDmitry Baryshkov-0/+12
2025-04-11nvmem: core: fix bit offsets of more than one byteDmitry Baryshkov-7/+17
2025-04-11nvmem: rockchip-otp: add rk3576 variant dataHeiko Stuebner-0/+12
2025-04-11nvmem: rockchip-otp: Move read-offset into variant-dataHeiko Stuebner-2/+3
2025-03-19net, treewide: define and use MAC_ADDR_STR_LENUday Shankar-2/+2
2025-01-10nvmem: core: improve range check for nvmem_cell_write()Jennifer Berringer-0/+2
2025-01-10nvmem: qcom-spmi-sdam: Set size in struct nvmem_configLuca Weiss-0/+1
2025-01-10nvmem: imx-ocotp-ele: set word length to 1Sascha Hauer-1/+1
2025-01-10nvmem: imx-ocotp-ele: fix MAC address byte orderSascha Hauer-0/+22
2025-01-10nvmem: imx-ocotp-ele: fix reading from non zero offsetSascha Hauer-3/+5
2025-01-10nvmem: imx-ocotp-ele: simplify read beyond device checkSascha Hauer-3/+3
2024-12-30nvmem: rmem: add CRC validation for Mobileye EyeQ5 NVMEMThéo Lebrun-0/+82
2024-12-30nvmem: rmem: remove unused struct rmem::size fieldThéo Lebrun-2/+0
2024-12-30nvmem: rmem: make ->reg_read() straight forward codeThéo Lebrun-9/+6
2024-12-30nvmem: core: constify 'struct bin_attribute'Thomas Weißschuh-16/+19
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