summaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorFilesLines
2025-03-13nvmem: core: improve range check for nvmem_cell_write()Jennifer Berringer1-0/+2
2025-03-13nvmem: qcom-spmi-sdam: Set size in struct nvmem_configLuca Weiss1-0/+1
2024-09-12nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven1-3/+3
2024-07-18nvmem: core: only change name to fram for current attributeThomas Weißschuh1-3/+2
2024-07-18nvmem: meson-efuse: Fix return value of nvmem callbacksJoy Chakraborty1-4/+10
2024-07-18nvmem: rmem: Fix return value of rmem_read()Joy Chakraborty1-1/+4
2024-04-10nvmem: meson-efuse: fix function pointer type mismatchJerome Brunet1-22/+3
2023-11-08nvmem: imx: correct nregs for i.MX6ULPeng Fan1-1/+1
2023-11-08nvmem: imx: correct nregs for i.MX6SLLPeng Fan1-1/+1
2023-11-08nvmem: imx: correct nregs for i.MX6ULLPeng Fan1-1/+1
2023-07-23nvmem: rmem: Use NVMEM_DEVID_AUTOPhil Elwell1-0/+1
2023-02-22nvmem: core: fix return valueRussell King (Oracle)1-0/+1
2023-02-22nvmem: core: fix registration vs use raceRussell King (Oracle)1-10/+8
2023-02-22nvmem: core: fix cleanup after dev_set_name()Russell King (Oracle)1-12/+10
2023-02-22nvmem: core: add error handling for dev_set_nameGaosheng Cui1-3/+9
2023-02-09nvmem: core: fix cell removal on errorMichael Walle1-2/+1
2023-02-09nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)1-3/+1
2023-02-09nvmem: core: initialise nvmem->id earlyRussell King (Oracle)1-1/+2
2023-02-09nvmem: qcom-spmi-sdam: fix module autoloadingJohan Hovold1-0/+1
2022-12-08nvmem: rmem: Fix return value check in rmem_read()Wei Yongjun1-2/+2
2022-10-26nvmem: core: Fix memleak in nvmem_register()Gaosheng Cui1-9/+6
2022-03-02nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello1-1/+1
2022-01-27nvmem: core: set size for sysfs bin fileSrinivas Kandagatla1-0/+2
2021-10-13nvmem: Fix shift-out-of-bound (UBSAN) with byte size cellsStephen Boyd1-1/+2
2021-09-21nvmem: NVMEM_NINTENDO_OTP should depend on WIIGeert Uytterhoeven1-0/+1
2021-08-13nvmem: nintendo-otp: Add new driver for the Wii and Wii U OTPEmmanuel Gil Peyrot3-0/+137
2021-08-06nvmem: core: fix error handling while validating keepout regionsSrinivas Kandagatla1-2/+5
2021-08-06nvmem: qfprom: sc7280: Handle the additional power-domains voteRajendra Nayak1-0/+25
2021-08-06nvmem: qfprom: Fix up qfprom_disable_fuse_blowing() orderingRajendra Nayak1-3/+3
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-13/+22
2021-06-11nvmem: core: add a missing of_node_putChristophe JAILLET1-3/+6
2021-06-11nvmem: prepare basics for FRAM supportJiri Prchal1-0/+4
2021-06-11nvmem: qfprom: Improve the comment about regulator settingDouglas Anderson1-3/+3
2021-06-11nvmem: core: constify nvmem_cell_read_variable_common() return valueDouglas Anderson1-5/+5
2021-06-11nvmem: qfprom: minor nit fixesRajendra Nayak1-2/+3
2021-06-11nvmem: sunxi_sid: Set type to OTPSamuel Holland1-0/+1
2021-05-14nvmem: sprd: Fix an error messageChristophe JAILLET1-1/+1
2021-05-10nvmem: core: allow specifying of_nodeMichael Walle1-1/+3
2021-04-02nvmem: qfprom: Add support for fuse blowing on sc7280Rajendra Nayak1-2/+25
2021-04-02nvmem: rmem: fix undefined reference to memremapSrinivas Kandagatla1-0/+1
2021-04-02nvmem: core: Fix unintentional sign extension issueColin Ian King1-1/+1
2021-04-02nvmem: core: Add functions to make number reading easyDouglas Anderson1-0/+95
2021-04-02nvmem: brcm_nvram: new driver exposing Broadcom's NVRAMRafał Miłecki3-0/+89
2021-04-02drivers: nvmem: Fix voltage settings for QTI qfprom-efuseRavi Kumar Bokka1-0/+21
2021-04-02nvmem: convert comma to semicolonZheng Yongjun2-2/+2
2021-02-05nvmem: qcom-spmi-sdam: Fix uninitialized pdev pointerSubbaraman Narayanamurthy1-4/+3
2021-02-05nvmem: Kconfig: Correct typo in NVMEM_RMEMNicolas Saenz Julienne1-1/+1
2021-02-04nvmem: core: skip child nodes not matching bindingAhmad Fatoum1-1/+3
2021-02-04nvmem: Add driver to expose reserved memory as nvmemNicolas Saenz Julienne3-0/+107
2021-02-04nvmem: imx-iim: Use of_device_get_match_data()Fabio Estevam1-6/+1