summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'char-misc-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-268-173/+272
|\
| * nvmem: layouts: add U-Boot env layoutRafał Miłecki2024-09-116-165/+241
| * Merge 6.11-rc7 into char-misc-nextGreg Kroah-Hartman2024-09-092-3/+10
| |\
| * | nvmem: sunplus-ocotp: Use devm_platform_ioremap_resource_byname() helper func...Zhang Zekun2024-09-031-5/+2
| * | nvmem: imx-ocotp-ele: support i.MX95Peng Fan2024-09-031-3/+29
* | | Merge tag 'libnvdimm-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-231-1/+1
|\ \ \ | |_|/ |/| |
| * | nvdimm: Use of_property_present() and of_property_read_bool()Rob Herring (Arm)2024-08-211-1/+1
| |/
* | nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven2024-09-031-3/+3
* | nvmem: u-boot-env: error if NVMEM device is too smallJohn Thomson2024-09-031-0/+7
|/
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-2/+2
|\
| * driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-2/+2
* | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-197-39/+62
|\ \
| * | nvmem: core: Implement force_ro sysfs attributeMarek Vasut2024-07-051-0/+43
| * | nvmem: Use sysfs_emit() for type attributeMarek Vasut2024-07-051-1/+1
| * | nvmem: core: drop unnecessary range checks in sysfs callbacksThomas Weißschuh2024-07-051-14/+0
| * | nvmem: core: remove global nvmem_cells_groupThomas Weißschuh2024-07-051-16/+10
| * | nvmem: core: add single sysfs groupThomas Weißschuh2024-07-051-6/+1
| * | nvmem: rockchip-efuse: set type to OTPHeiko Stuebner2024-07-051-0/+1
| * | nvmem: rockchip-otp: Set type to OTPHeiko Stuebner2024-07-051-0/+1
| * | nvmem: rockchip-otp: set add_legacy_fixed_of_cells config optionHeiko Stuebner2024-07-051-0/+1
| * | nvmem: meson-efuse: Replacing the use of of_node_put to __freeMarileneGarcia2024-07-051-3/+2
| * | nvmem: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-053-0/+3
| |/
* | nvmem: core: limit cell sysfs permissions to main attribute onesThomas Weißschuh2024-07-031-1/+1
* | nvmem: core: only change name to fram for current attributeThomas Weißschuh2024-07-031-3/+2
* | nvmem: meson-efuse: Fix return value of nvmem callbacksJoy Chakraborty2024-07-031-4/+10
* | nvmem: rmem: Fix return value of rmem_read()Joy Chakraborty2024-07-031-1/+4
|/
* nvmem: meson-mx-efuse: Remove nvmem_device from efuse structMukesh Ojha2024-05-031-3/+3
* nvmem: lpc18xx_eeprom: Convert to platform remove callback returning voidUwe Kleine-König2024-05-031-4/+2
* nvmem: core: switch to use device_add_groups()Greg Kroah-Hartman2024-05-031-1/+1
* nvmem: sprd: fix module autoloadingKrzysztof Kozlowski2024-05-031-0/+1
* nvmem: sc27xx: fix module autoloadingKrzysztof Kozlowski2024-05-031-0/+1
* nvmem: layouts: sl28vpd: drop driver owner initializationKrzysztof Kozlowski2024-05-031-1/+0
* nvmem: layouts: onie-tlv: drop driver owner initializationKrzysztof Kozlowski2024-05-031-1/+0
* nvmem: layouts: store owner from modules with nvmem_layout_driver_register()Krzysztof Kozlowski2024-05-031-2/+4
* nvmem: core: Print error on wrong bits DT propertyMarkus Schneider-Pargmann2024-03-071-0/+5
* nvmem: core: make nvmem_layout_bus_type constRicardo B. Marliere2024-03-071-1/+1
* nvmem: mtk-efuse: Drop NVMEM device nameChen-Yu Tsai2024-03-071-1/+0
* nvmem: zynqmp_nvmem: Add support to access efusePraveen Teja Kundanala2024-03-071-10/+176
* nvmem: zynqmp_nvmem: zynqmp_nvmem_probe cleanupPraveen Teja Kundanala2024-03-071-25/+12
* nvmem: mtk-efuse: Register MediaTek socinfo driver from efuseWilliam-tw Lin2024-03-071-1/+20
* nvmem: meson-efuse: fix function pointer type mismatchJerome Brunet2024-03-071-22/+3
* nvmem: include bit index in cell sysfs file nameArnd Bergmann2024-02-141-2/+3
* Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-1712-225/+585
|\
| * nvmem: u-boot-env: improve coding styleRafał Miłecki2024-01-041-4/+4
| * nvmem: u-boot-env: use nvmem device helpersRafał Miłecki2024-01-041-8/+15
| * nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helperRafał Miłecki2024-01-041-34/+21
| * nvmem: core: add nvmem_dev_size() helperRafał Miłecki2024-01-041-0/+13
| * nvmem: drop nvmem_layout_get_match_data()Rafał Miłecki2024-01-041-13/+0
| * nvmem: layouts: refactor .add_cells() callback argumentsRafał Miłecki2024-01-043-3/+7
| * nvmem: stm32: add support for STM32MP25 BSEC to control OTP dataPatrick Delaunay2023-12-151-0/+16