summaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)Author
6 daysMerge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
6 daysMerge tag 'char-misc-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
7 daysMerge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-07-16nvmem: layouts: u-boot-env: remove crc32 endianness conversionMichael C. Pratt
2025-07-16nvmem: make nvmem_bus_type constantGreg Kroah-Hartman
2025-07-16nvmem: core: Fix typos in comments and MODULE_AUTHOR stringsAlok Tiwari
2025-07-16nvmem: apple: drop default ARCH_APPLE in KconfigSven Peter
2025-07-13nvmem: imx-ocotp: fix MAC address byte lengthSteffen Bätz
2025-06-30nvmem: layouts: Switch from crc32() to crc32_le()Eric Biggers
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-05-27Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-21nvmem: Add apple-spmi-nvmem driverHector Martin
2025-05-21nvmem: Remove unused nvmem cell table supportGeert Uytterhoeven
2025-05-21nvmem: zynqmp_nvmem: unbreak driver after cleanupPeter Korsgaard
2025-05-21nvmem: rmem: select CONFIG_CRC32Arnd Bergmann
2025-05-09nvmem: max77759: Add Maxim MAX77759 NVMEM driverAndré Draszik
2025-04-11nvmem: qfprom: switch to 4-byte aligned readsDmitry Baryshkov
2025-04-11nvmem: core: update raw_len if the bit reading is requiredDmitry Baryshkov
2025-04-11nvmem: core: verify cell's raw_lenDmitry Baryshkov
2025-04-11nvmem: core: fix bit offsets of more than one byteDmitry Baryshkov
2025-04-11nvmem: rockchip-otp: add rk3576 variant dataHeiko Stuebner
2025-04-11nvmem: rockchip-otp: Move read-offset into variant-dataHeiko Stuebner
2025-03-19net, treewide: define and use MAC_ADDR_STR_LENUday Shankar
2025-01-10nvmem: core: improve range check for nvmem_cell_write()Jennifer Berringer
2025-01-10nvmem: qcom-spmi-sdam: Set size in struct nvmem_configLuca Weiss
2025-01-10nvmem: imx-ocotp-ele: set word length to 1Sascha Hauer
2025-01-10nvmem: imx-ocotp-ele: fix MAC address byte orderSascha Hauer
2025-01-10nvmem: imx-ocotp-ele: fix reading from non zero offsetSascha Hauer
2025-01-10nvmem: imx-ocotp-ele: simplify read beyond device checkSascha Hauer
2024-12-30nvmem: rmem: add CRC validation for Mobileye EyeQ5 NVMEMThéo Lebrun
2024-12-30nvmem: rmem: remove unused struct rmem::size fieldThéo Lebrun
2024-12-30nvmem: rmem: make ->reg_read() straight forward codeThéo Lebrun
2024-12-30nvmem: core: constify 'struct bin_attribute'Thomas Weißschuh
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-05nvmem: core: Check read_only flag for force_ro in bin_attr_nvmem_write()Marek Vasut
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh
2024-11-05nvmem: core: calculate bin_attribute size through bin_size()Thomas Weißschuh
2024-11-05nvmem: imx-iim: Convert comma to semicolonShen Lichuan
2024-11-05nvmem: Correct some typos in commentsShen Lichuan
2024-11-05nvmem: Add R-Car E-FUSE driverGeert Uytterhoeven
2024-09-26Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-23Merge tag 'libnvdimm-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-11nvmem: layouts: add U-Boot env layoutRafał Miłecki
2024-09-09Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman
2024-09-03nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven
2024-09-03nvmem: u-boot-env: error if NVMEM device is too smallJohn Thomson
2024-09-03nvmem: sunplus-ocotp: Use devm_platform_ioremap_resource_byname() helper func...Zhang Zekun