aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorFilesLines
2024-03-07nvmem: core: Print error on wrong bits DT propertyMarkus Schneider-Pargmann1-0/+5
2024-03-07nvmem: core: make nvmem_layout_bus_type constRicardo B. Marliere1-1/+1
2024-03-07nvmem: mtk-efuse: Drop NVMEM device nameChen-Yu Tsai1-1/+0
2024-03-07nvmem: zynqmp_nvmem: Add support to access efusePraveen Teja Kundanala1-10/+176
2024-03-07nvmem: zynqmp_nvmem: zynqmp_nvmem_probe cleanupPraveen Teja Kundanala1-25/+12
2024-03-07nvmem: mtk-efuse: Register MediaTek socinfo driver from efuseWilliam-tw Lin1-1/+20
2024-03-07nvmem: meson-efuse: fix function pointer type mismatchJerome Brunet1-22/+3
2024-02-14nvmem: include bit index in cell sysfs file nameArnd Bergmann1-2/+3
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds12-225/+585
2024-01-04nvmem: u-boot-env: improve coding styleRafał Miłecki1-4/+4
2024-01-04nvmem: u-boot-env: use nvmem device helpersRafał Miłecki1-8/+15
2024-01-04nvmem: u-boot-env: use nvmem_add_one_cell() nvmem subsystem helperRafał Miłecki1-34/+21
2024-01-04nvmem: core: add nvmem_dev_size() helperRafał Miłecki1-0/+13
2024-01-04nvmem: drop nvmem_layout_get_match_data()Rafał Miłecki1-13/+0
2024-01-04nvmem: layouts: refactor .add_cells() callback argumentsRafał Miłecki3-3/+7
2023-12-15nvmem: stm32: add support for STM32MP25 BSEC to control OTP dataPatrick Delaunay1-0/+16
2023-12-15nvmem: core: Expose cells through sysfsMiquel Raynal2-1/+135
2023-12-15nvmem: core: Rework layouts to become regular devicesMiquel Raynal8-117/+334
2023-12-15nvmem: Move and rename ->fixup_cell_info()Miquel Raynal4-19/+11
2023-12-15nvmem: Simplify the ->add_cells() hookMiquel Raynal3-5/+3
2023-12-15nvmem: Create a header for internal sharingMiquel Raynal2-23/+36
2023-12-15nvmem: Move of_nvmem_layout_get_container() in another headerMiquel Raynal1-8/+0
2023-12-15nvmem: brcm_nvram: store a copy of NVRAM contentRafał Miłecki1-40/+94
2023-12-07nvmem: Do not expect fixed layouts to grab a layout driverMiquel Raynal1-0/+6
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds21-16/+36
2023-10-27Revert "nvmem: add new config option"Rafał Miłecki1-1/+1
2023-10-21nvmem: Use device_get_match_data()Rob Herring2-9/+8
2023-10-21nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki20-3/+24
2023-10-21nvmem: qfprom: Mark core clk as optionalLuca Weiss1-3/+3
2023-10-16nvmem: imx: correct nregs for i.MX6ULLPeng Fan1-1/+1
2023-10-16nvmem: imx: correct nregs for i.MX6ULPeng Fan1-1/+1
2023-10-16nvmem: imx: correct nregs for i.MX6SLLPeng Fan1-1/+1
2023-08-23nvmem: core: Notify when a new layout is registeredMiquel Raynal1-0/+4
2023-08-23nvmem: core: Do not open-code existing functionsMiquel Raynal1-2/+2
2023-08-23nvmem: core: Create all cells before adding the nvmem deviceMiquel Raynal1-5/+5
2023-08-23nvmem: u-boot-env:: Replace zero-length array with DECLARE_FLEX_ARRAY() helperAtul Raut1-1/+1
2023-08-23nvmem: sec-qfprom: Add Qualcomm secure QFPROM supportKomal Bajaj3-0/+111
2023-08-23nvmem: Kconfig: Fix typo "drive" -> "driver"Diederik de Haas1-3/+3
2023-08-23nvmem: Explicitly include correct DT includesRob Herring16-16/+9
2023-08-23nvmem: add new NXP QorIQ eFuse driverRichard Alpe3-0/+92
2023-08-23nvmem: uniphier: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-23nvmem: qfprom: do some cleanupYangtao Li1-12/+5
2023-08-23nvmem: stm32-romem: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-23nvmem: rockchip-efuse: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-23nvmem: meson-mx-efuse: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-08-23nvmem: lpc18xx_otp: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-08-23nvmem: brcm_nvram: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-23nvmem: sunxi_sid: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-06-15nvmem: rmem: Use NVMEM_DEVID_AUTOPhil Elwell1-0/+1
2023-06-15nvmem: core: add support for fixed cells *layout*Rafał Miłecki1-3/+29
2023-06-15nvmem: imx: support i.MX93 OCOTPPeng Fan3-0/+186
2023-06-15nvmem: zynqmp: Switch @xilinx.com emails to @amd.comMichal Simek1-1/+1
2023-06-15nvmem: rockchip-otp: Add support for RK3588Cristian Ciocaltea1-2/+76
2023-06-15nvmem: rockchip-otp: Improve probe error handlingCristian Ciocaltea1-9/+12
2023-06-15nvmem: rockchip-otp: Use devm_reset_control_array_get_exclusive()Cristian Ciocaltea1-1/+1
2023-06-15nvmem: rockchip-otp: Generalize rockchip_otp_wait_status()Cristian Ciocaltea1-5/+6
2023-06-15nvmem: rockchip-otp: Add clks and reg_read to rockchip_dataCristian Ciocaltea1-30/+49
2023-06-15nvmem: brcm_nvram: add .read_post_process() for MACsRafał Miłecki2-0/+29
2023-06-15nvmem: imx-ocotp: Reverse MAC addresses on all i.MX derivatesAlexander Stein1-7/+1
2023-06-15nvmem: imx-ocotp: set varaiable imx_ocotp_layout storage-class-specifier to s...Tom Rix1-1/+1
2023-06-15nvmem: sunplus-ocotp: release otp->clk before returnYi Yingao1-2/+7
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-04-13nvmem: core: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-05nvmem: layouts: sl28vpd: set varaiable sl28vpd_layout storage-class-specifier...Tom Rix1-1/+1
2023-04-05nvmem: layouts: onie-tlv: Drop wrong module aliasMiquel Raynal1-1/+0
2023-04-05nvmem: layouts: onie-tlv: Use module_nvmem_layout_driver()Miquel Raynal1-13/+1
2023-04-05nvmem: layouts: sl28vpd: Use module_nvmem_layout_driver()Miquel Raynal1-13/+1
2023-04-05nvmem: u-boot-env: post-process "ethaddr" env variableRafał Miłecki2-0/+27
2023-04-05nvmem: core: support specifying both: cell raw data & post read lengthsRafał Miłecki1-4/+7
2023-04-05nvmem: vf610-ocotp: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-04-05nvmem: nintendo-otp: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-04-05nvmem: bcm-ocotp: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-04-05nvmem: mtk-efuse: Support postprocessing for GPU speed binning dataAngeloGioacchino Del Regno1-2/+51
2023-04-05nvmem: stm32-romem: mark OF related data as maybe unusedKrzysztof Kozlowski1-1/+1
2023-04-05nvmem: layouts: onie-tlv: Add new layout driverMiquel Raynal3-0/+267
2023-04-05nvmem: layouts: sl28vpd: Add new layout driverMichael Walle3-0/+176
2023-04-05nvmem: core: provide own priv pointer in post process callbackMichael Walle1-1/+3
2023-04-05nvmem: cell: drop global cell_post_processMichael Walle1-9/+0
2023-04-05nvmem: imx-ocotp: replace global post processing with layoutsMichael Walle1-11/+19
2023-04-05nvmem: core: allow to modify a cell before adding itMichael Walle1-0/+4
2023-04-05nvmem: core: add per-cell post processingMichael Walle1-0/+17
2023-04-05nvmem: core: request layout modules loadingMiquel Raynal1-0/+8
2023-04-05nvmem: core: handle the absence of expected layoutsMiquel Raynal1-1/+9
2023-04-05nvmem: core: introduce NVMEM layoutsMichael Walle5-0/+134
2023-04-05nvmem: xilinx: zynqmp: make modularNick Alcock1-1/+1
2023-03-10nvmem: core: return -ENOENT if nvmem cell is not foundMichael Walle1-1/+1
2023-02-06nvmem: stm32: fix OPTEE dependencyArnd Bergmann1-3/+2
2023-02-06nvmem: qcom-spmi-sdam: register at device init timeJohan Hovold1-12/+1
2023-02-06nvmem: rave-sp-eeprm: fix kernel-doc bad line warningRandy Dunlap1-1/+1
2023-02-06nvmem: stm32: detect bsec pta presence for STM32MP15xPatrick Delaunay1-4/+34
2023-02-06nvmem: stm32: add OP-TEE support for STM32MP13xPatrick Delaunay5-3/+441
2023-02-06nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()Michael Walle1-31/+14
2023-02-06nvmem: core: add nvmem_add_one_cell()Michael Walle1-24/+35
2023-02-06nvmem: core: drop the removal of the cells in nvmem_add_cells()Michael Walle1-10/+4
2023-02-06nvmem: core: add an index parameter to the cellMichael Walle2-13/+28
2023-02-06nvmem: core: remove spurious white spaceRussell King (Oracle)1-1/+1
2023-02-06nvmem: sunxi_sid: Drop the workaround on A64Samuel Holland1-7/+1
2023-01-28nvmem: qcom-spmi-sdam: fix module autoloadingJohan Hovold1-0/+1
2023-01-28nvmem: core: fix return valueRussell King (Oracle)1-0/+1
2023-01-28nvmem: core: fix cell removal on errorMichael Walle1-2/+1
2023-01-28nvmem: core: fix device node refcountingMichael Walle1-3/+8
2023-01-28nvmem: core: fix registration vs use raceRussell King (Oracle)1-10/+8
2023-01-28nvmem: core: fix cleanup after dev_set_name()Russell King (Oracle)1-12/+10
2023-01-28nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)1-3/+1
2023-01-28nvmem: core: initialise nvmem->id earlyRussell King (Oracle)1-1/+2
2023-01-28nvmem: sunxi_sid: Always use 32-bit MMIO readsSamuel Holland1-1/+14
2023-01-28nvmem: brcm_nvram: Add check for kzallocJiasheng Jiang1-0/+3
2022-12-16Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-7/+36
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2022-11-23nvmem: u-boot-env: add Broadcom format supportRafał Miłecki1-0/+14
2022-11-23nvmem: Kconfig: Fix spelling mistake "controlls" -> "controls"Colin Ian King1-1/+1
2022-11-23nvmem: stm32: fix spelling typo in commentJiangshan Yi1-1/+1
2022-11-23nvmem: stm32: add nvmem type attributePatrick Delaunay1-0/+1
2022-11-23nvmem: stm32: add warning when upper OTPs are updatedPatrick Delaunay1-0/+3
2022-11-23nvmem: stm32: move STM32MP15_BSEC_NUM_LOWER in configPatrick Delaunay1-5/+16
2022-11-22nvmem: lan9662-otp: Change return type of lan9662_otp_wait_flag_clear()Horatiu Vultur1-1/+1
2022-11-22nvmem: rmem: Fix return value check in rmem_read()Wei Yongjun1-2/+2
2022-11-10nvmem: u-boot-env: fix crc32_data_offset on redundant u-boot-envChristian Lamparter1-1/+1
2022-11-10nvmem: lan9662-otp: Fix compatible stringHoratiu Vultur1-1/+1
2022-11-09firmware/nvram: bcm47xx: support init from IO memoryRafał Miłecki1-0/+3
2022-09-24nvmem: u-boot-env: fix crc32 casting typeRafał Miłecki1-1/+1
2022-09-24nvmem: lan9662-otp: add supportHoratiu Vultur3-0/+232
2022-09-24nvmem: u-boot-env: find Device Tree nodes for NVMEM cellsRafał Miłecki1-0/+1
2022-09-24nvmem: sort config symbols alphabeticallyRafał Miłecki2-206/+208
2022-09-24nvmem: prefix all symbols with NVMEM_Rafał Miłecki2-24/+24
2022-09-24nvmem: brcm_nvram: Use kzalloc for allocating only one elementKenneth Lee1-1/+1
2022-09-24nvmem: core: add error handling for dev_set_nameGaosheng Cui1-3/+9
2022-09-24nvmem: add driver handling U-Boot environment variablesRafał Miłecki3-0/+233
2022-09-24nvmem: core: Fix memleak in nvmem_register()Gaosheng Cui1-9/+6
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-12/+2
2022-07-08nvmem: mtk-efuse: Simplify with devm_platform_get_and_ioremap_resource()AngeloGioacchino Del Regno1-2/+1
2022-07-08nvmem: microchip-otpc: add supportClaudiu Beznea3-0/+297
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-12/+2
2022-05-09nvmem: sfp: Add support for TA 2.1 devicesSean Anderson1-0/+6
2022-05-09nvmem: sfp: Use regmapSean Anderson2-8/+23
2022-05-09nvmem: qfprom: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-2/+1
2022-05-09nvmem: Add Apple eFuse driverSven Peter3-0/+94
2022-05-09nvmem: brcm_nvram: find Device Tree nodes for NVMEM cellsRafał Miłecki1-0/+2
2022-05-09nvmem: core: support passing DT node in cell infoRafał Miłecki1-0/+1
2022-04-24nvmem: sunplus-ocotp: drop useless probe confirmationKrzysztof Kozlowski1-2/+0
2022-04-24nvmem: sunplus-ocotp: staticize sp_otp_v0Krzysztof Kozlowski1-1/+1
2022-04-24nvmem: bcm-ocotp: mark ACPI device ID table as maybe unusedKrzysztof Kozlowski1-1/+1
2022-03-18nvmem: brcm_nvram: parse NVRAM content into NVMEM cellsRafał Miłecki1-0/+90
2022-02-28Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+1
2022-02-25nvmem: Add driver for OCOTP in Sunplus SP7021Vincent Shih3-0/+242
2022-02-25nvmem: qfprom: Increase fuse blow timeout to prevent write failKnox Chiou1-1/+1
2022-02-21nvmem: add driver for Layerscape SFP (Security Fuse Processor)Michael Walle3-0/+103
2022-02-21nvmem: meson-mx-efuse: replace unnecessary devm_kstrdup()Xiaoke Wang1-2/+1
2022-02-21nvmem: sunxi_sid: Add support for D1 variantSamuel Holland1-0/+6
2022-02-21nvmem: qfprom: fix kerneldoc warningSrinivas Kandagatla1-1/+1
2022-02-21nvmem: core: Check input parameter for NULL in nvmem_unregister()Andy Shevchenko1-1/+2
2022-02-21nvmem: core: Use devm_add_action_or_reset()Andy Shevchenko1-13/+9
2022-02-21nvmem: core: Remove unused devm_nvmem_unregister()Andy Shevchenko1-22/+0
2022-02-21nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello1-1/+1
2021-12-21nvmem: mtk-efuse: support minimum one byte access stride and granularityChunfeng Yun1-6/+7
2021-12-03nvmem: core: set size for sysfs bin fileSrinivas Kandagatla1-0/+2
2021-10-18Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman1-1/+2
2021-10-13nvmem: imx-ocotp: add support for post processingSrinivas Kandagatla1-0/+25
2021-10-13nvmem: core: add nvmem cell post processing callbackSrinivas Kandagatla1-0/+9
2021-10-13nvmem: core: rework nvmem cell instance creationSrinivas Kandagatla1-60/+105
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
2021-02-04nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of()Dan Carpenter1-0/+1
2020-11-27nvmem: imx-ocotp: add support for the unaliged word countPeng Fan1-6/+24
2020-11-27nvmem: qfprom: Don't touch certain fusesEvan Green1-0/+30
2020-11-27nvmem: core: Add support for keepout regionsEvan Green1-4/+149
2020-09-27nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell()Vadym Kochan1-9/+24
2020-09-17nvmem: core: fix missing of_node_put() in of_nvmem_device_get()Vadym Kochan1-1/+4
2020-09-17nvmem: switch to simpler IDA interfaceBartosz Golaszewski1-3/+3
2020-09-17nvmem: core: Use kobj_to_dev() instead of container_of()Tian Tao1-3/+3
2020-09-17nvmem: mtk-efuse: Remove EFUSE register write supportChih-En Hsu1-14/+0
2020-07-29nvmem: qcom-spmi-sdam: Enable multiple devicesGuru Das Srinagesh1-2/+2
2020-07-29nvmem: update Kconfig descriptionMatteo Croce1-3/+0
2020-07-29nvmem: qfprom: Add fuse blowing supportRavi Kumar Bokka1-12/+304
2020-07-29nvmem: qfprom: use NVMEM_DEVID_AUTO for multiple instancesSrinivas Kandagatla1-0/+1