summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
* 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
| * nvmem: core: Expose cells through sysfsMiquel Raynal2023-12-152-1/+135
| * nvmem: core: Rework layouts to become regular devicesMiquel Raynal2023-12-158-117/+334
| * nvmem: Move and rename ->fixup_cell_info()Miquel Raynal2023-12-154-19/+11
| * nvmem: Simplify the ->add_cells() hookMiquel Raynal2023-12-153-5/+3
| * nvmem: Create a header for internal sharingMiquel Raynal2023-12-152-23/+36
| * nvmem: Move of_nvmem_layout_get_container() in another headerMiquel Raynal2023-12-151-8/+0
* | nvmem: brcm_nvram: store a copy of NVRAM contentRafał Miłecki2023-12-151-40/+94
|/
* nvmem: Do not expect fixed layouts to grab a layout driverMiquel Raynal2023-12-071-0/+6
* Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-11-0321-16/+36
|\