summaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorFilesLines
2025-12-07Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-1/+145
2025-11-24nvmem: layouts: fix nvmem_layout_bus_ueventWentao Guan1-1/+1
2025-11-24nvmem: imx-ocotp-ele: Add i.MX94 OCOTP supportAlice Guo1-0/+20
2025-11-24nvmem: layouts: u-boot-env: add optional "env-size" propertyJascha Sundaresan1-1/+3
2025-11-24nvmem: Add driver for the eeprom in qnap-mcu controllersHeiko Stuebner3-0/+122
2025-10-22nvmem: rcar-efuse: add missing MODULE_DEVICE_TABLECosmin Tanislav1-0/+1
2025-10-07Merge tag 'char-misc-6.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+13
2025-09-12nvmem: layouts: fix automatic module loadingMichael Walle1-0/+13
2025-09-12nvmem: an8855: Add support for Airoha AN8855 Switch EFUSEChristian Marangi3-0/+81
2025-09-12nvmem: s32g-ocotp: Add driver for S32G OCOTPCiprian Costea3-0/+112
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+7
2025-07-29Merge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+6
2025-07-29Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-1/+1
2025-07-16nvmem: layouts: u-boot-env: remove crc32 endianness conversionMichael C. Pratt1-3/+3
2025-07-16nvmem: make nvmem_bus_type constantGreg Kroah-Hartman1-1/+1
2025-07-16nvmem: core: Fix typos in comments and MODULE_AUTHOR stringsAlok Tiwari1-5/+5
2025-07-16nvmem: apple: drop default ARCH_APPLE in KconfigSven Peter1-1/+0
2025-07-13nvmem: imx-ocotp: fix MAC address byte lengthSteffen Bätz2-2/+8
2025-06-30nvmem: layouts: Switch from crc32() to crc32_le()Eric Biggers1-1/+1
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-2/+2
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh1-5/+5
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-68/+79
2025-05-28Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-0/+159
2025-05-21nvmem: Add apple-spmi-nvmem driverHector Martin3-0/+77
2025-05-21nvmem: Remove unused nvmem cell table supportGeert Uytterhoeven1-68/+0
2025-05-21nvmem: zynqmp_nvmem: unbreak driver after cleanupPeter Korsgaard1-0/+1
2025-05-21nvmem: rmem: select CONFIG_CRC32Arnd Bergmann1-0/+1
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-02Get 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