summaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorFilesLines
2025-12-07nvmem: layouts: fix nvmem_layout_bus_ueventWentao Guan1-1/+1
2025-10-12nvmem: layouts: fix automatic module loadingMichael Walle1-0/+13
2025-07-24nvmem: layouts: u-boot-env: remove crc32 endianness conversionMichael C. Pratt1-3/+3
2025-07-24nvmem: imx-ocotp: fix MAC address byte lengthSteffen Bätz2-2/+8
2025-06-19nvmem: zynqmp_nvmem: unbreak driver after cleanupPeter Korsgaard1-0/+1
2025-05-29nvmem: qfprom: switch to 4-byte aligned readsDmitry Baryshkov1-6/+20
2025-05-29nvmem: core: update raw_len if the bit reading is requiredDmitry Baryshkov1-1/+3
2025-05-29nvmem: core: verify cell's raw_lenDmitry Baryshkov1-0/+12
2025-05-29nvmem: core: fix bit offsets of more than one byteDmitry Baryshkov1-7/+17
2025-05-29nvmem: rockchip-otp: add rk3576 variant dataHeiko Stuebner1-0/+12
2025-05-29nvmem: rockchip-otp: Move read-offset into variant-dataHeiko Stuebner1-2/+3
2025-02-17nvmem: imx-ocotp-ele: set word length to 1Sascha Hauer1-1/+1
2025-02-17nvmem: imx-ocotp-ele: fix reading from non zero offsetSascha Hauer1-3/+5
2025-02-17nvmem: imx-ocotp-ele: fix MAC address byte orderSascha Hauer1-0/+22
2025-02-17nvmem: imx-ocotp-ele: simplify read beyond device checkSascha Hauer1-3/+3
2025-02-17nvmem: core: improve range check for nvmem_cell_write()Jennifer Berringer1-0/+2
2025-02-17nvmem: qcom-spmi-sdam: Set size in struct nvmem_configLuca Weiss1-0/+1
2024-12-09nvmem: core: Check read_only flag for force_ro in bin_attr_nvmem_write()Marek Vasut1-1/+1
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-24Merge 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-22nvdimm: 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-20Merge 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