summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
* nvmem: mtk-efuse: support minimum one byte access stride and granularityChunfeng Yun2021-12-211-6/+7
* nvmem: core: set size for sysfs bin fileSrinivas Kandagatla2021-12-031-0/+2
* Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman2021-10-181-1/+2
|\
| * nvmem: Fix shift-out-of-bound (UBSAN) with byte size cellsStephen Boyd2021-10-131-1/+2
* | nvmem: imx-ocotp: add support for post processingSrinivas Kandagatla2021-10-131-0/+25
* | nvmem: core: add nvmem cell post processing callbackSrinivas Kandagatla2021-10-131-0/+9
* | nvmem: core: rework nvmem cell instance creationSrinivas Kandagatla2021-10-131-60/+105
|/
* nvmem: NVMEM_NINTENDO_OTP should depend on WIIGeert Uytterhoeven2021-09-211-0/+1
* nvmem: nintendo-otp: Add new driver for the Wii and Wii U OTPEmmanuel Gil Peyrot2021-08-133-0/+137
* nvmem: core: fix error handling while validating keepout regionsSrinivas Kandagatla2021-08-061-2/+5
* nvmem: qfprom: sc7280: Handle the additional power-domains voteRajendra Nayak2021-08-061-0/+25
* nvmem: qfprom: Fix up qfprom_disable_fuse_blowing() orderingRajendra Nayak2021-08-061-3/+3
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-054-13/+22
|\
| * nvmem: core: add a missing of_node_putChristophe JAILLET2021-06-111-3/+6
| * nvmem: prepare basics for FRAM supportJiri Prchal2021-06-111-0/+4
| * nvmem: qfprom: Improve the comment about regulator settingDouglas Anderson2021-06-111-3/+3
| * nvmem: core: constify nvmem_cell_read_variable_common() return valueDouglas Anderson2021-06-111-5/+5
| * nvmem: qfprom: minor nit fixesRajendra Nayak2021-06-111-2/+3
| * nvmem: sunxi_sid: Set type to OTPSamuel Holland2021-06-111-0/+1
| * nvmem: sprd: Fix an error messageChristophe JAILLET2021-05-141-1/+1
* | nvmem: core: allow specifying of_nodeMichael Walle2021-05-101-1/+3
|/
* nvmem: qfprom: Add support for fuse blowing on sc7280Rajendra Nayak2021-04-021-2/+25
* nvmem: rmem: fix undefined reference to memremapSrinivas Kandagatla2021-04-021-0/+1
* nvmem: core: Fix unintentional sign extension issueColin Ian King2021-04-021-1/+1
* nvmem: core: Add functions to make number reading easyDouglas Anderson2021-04-021-0/+95
* nvmem: brcm_nvram: new driver exposing Broadcom's NVRAMRafał Miłecki2021-04-023-0/+89
* drivers: nvmem: Fix voltage settings for QTI qfprom-efuseRavi Kumar Bokka2021-04-021-0/+21
* nvmem: convert comma to semicolonZheng Yongjun2021-04-022-2/+2
* nvmem: qcom-spmi-sdam: Fix uninitialized pdev pointerSubbaraman Narayanamurthy2021-02-051-4/+3
* nvmem: Kconfig: Correct typo in NVMEM_RMEMNicolas Saenz Julienne2021-02-051-1/+1
* nvmem: core: skip child nodes not matching bindingAhmad Fatoum2021-02-041-1/+3
* nvmem: Add driver to expose reserved memory as nvmemNicolas Saenz Julienne2021-02-043-0/+107
* nvmem: imx-iim: Use of_device_get_match_data()Fabio Estevam2021-02-041-6/+1
* nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of()Dan Carpenter2021-02-041-0/+1
* nvmem: imx-ocotp: add support for the unaliged word countPeng Fan2020-11-271-6/+24
* nvmem: qfprom: Don't touch certain fusesEvan Green2020-11-271-0/+30
* nvmem: core: Add support for keepout regionsEvan Green2020-11-271-4/+149
* nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell()Vadym Kochan2020-09-271-9/+24
* nvmem: core: fix missing of_node_put() in of_nvmem_device_get()Vadym Kochan2020-09-171-1/+4
* nvmem: switch to simpler IDA interfaceBartosz Golaszewski2020-09-171-3/+3
* nvmem: core: Use kobj_to_dev() instead of container_of()Tian Tao2020-09-171-3/+3
* nvmem: mtk-efuse: Remove EFUSE register write supportChih-En Hsu2020-09-171-14/+0
* nvmem: qcom-spmi-sdam: Enable multiple devicesGuru Das Srinagesh2020-07-291-2/+2
* nvmem: update Kconfig descriptionMatteo Croce2020-07-291-3/+0
* nvmem: qfprom: Add fuse blowing supportRavi Kumar Bokka2020-07-291-12/+304
* nvmem: qfprom: use NVMEM_DEVID_AUTO for multiple instancesSrinivas Kandagatla2020-07-291-0/+1
* nvmem: core: add support to auto devidSrinivas Kandagatla2020-07-291-2/+8
* nvmem: core: Add nvmem_cell_read_u8()Andreas Färber2020-07-291-0/+15
* nvmem: core: Grammar fixes for help textAndreas Färber2020-07-291-6/+6
* nvmem: sc27xx: add sc2730 efuse supportFreeman Liu2020-07-291-3/+24