aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nvmem (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds3-0/+159
2025-05-09nvmem: max77759: Add Maxim MAX77759 NVMEM driverAndré Draszik3-0/+159
2025-04-11nvmem: qfprom: switch to 4-byte aligned readsDmitry Baryshkov1-6/+20
2025-04-11nvmem: core: update raw_len if the bit reading is requiredDmitry Baryshkov1-1/+3
2025-04-11nvmem: core: verify cell's raw_lenDmitry Baryshkov1-0/+12
2025-04-11nvmem: core: fix bit offsets of more than one byteDmitry Baryshkov1-7/+17
2025-04-11nvmem: rockchip-otp: add rk3576 variant dataHeiko Stuebner1-0/+12
2025-04-11nvmem: rockchip-otp: Move read-offset into variant-dataHeiko Stuebner1-2/+3
2025-03-19net, treewide: define and use MAC_ADDR_STR_LENUday Shankar2-2/+2
2025-01-10nvmem: core: improve range check for nvmem_cell_write()Jennifer Berringer1-0/+2
2025-01-10nvmem: qcom-spmi-sdam: Set size in struct nvmem_configLuca Weiss1-0/+1
2025-01-10nvmem: imx-ocotp-ele: set word length to 1Sascha Hauer1-1/+1
2025-01-10nvmem: imx-ocotp-ele: fix MAC address byte orderSascha Hauer1-0/+22
2025-01-10nvmem: imx-ocotp-ele: fix reading from non zero offsetSascha Hauer1-3/+5
2025-01-10nvmem: imx-ocotp-ele: simplify read beyond device checkSascha Hauer1-3/+3
2024-12-30nvmem: rmem: add CRC validation for Mobileye EyeQ5 NVMEMThéo Lebrun1-0/+82
2024-12-30nvmem: rmem: remove unused struct rmem::size fieldThéo Lebrun1-2/+0
2024-12-30nvmem: rmem: make ->reg_read() straight forward codeThéo Lebrun1-9/+6
2024-12-30nvmem: core: constify 'struct bin_attribute'Thomas Weißschuh1-16/+19
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/git/gregkh/char-miscLinus 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/git/gregkh/char-miscLinus Torvalds8-173/+272
2024-09-23Merge tag 'libnvdimm-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus 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 functionZhang 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/git/gregkh/driver-coreLinus Torvalds1-2/+2
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus 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