summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
* 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
* nvmem: Enforce nvmem stride in the sysfs interfaceDouglas Anderson2020-07-291-0/+6
* nvmem: sprd: Fix return value of sprd_efuse_probe()Tiezhu Yang2020-07-291-2/+2
* nvmem: qfprom: remove incorrect write supportSrinivas Kandagatla2020-05-271-14/+0
* nvmem: jz4780-efuse: Use PTR_ERR_OR_ZERO() to simplify codeSamuel Zou2020-05-151-3/+1
* nvmem: ensure sysfs writes handle write-protect pinMichael Auchter2020-05-151-26/+26
* nvmem: imx-ocotp: Improve logic to save many code linesAnson Huang2020-05-151-7/+2
* firmware: xilinx: Remove eemi ops for get_chipidRajan Vaja2020-04-281-10/+1
* nvmem: core: cleanup old eeprom compat entry attributesSrinivas Kandagatla2020-04-281-38/+14
* nvmem: core: remove nvmem_sysfs_get_groups()Srinivas Kandagatla2020-03-254-306/+272
* nvmem: core: use is_bin_visible for permissionsSrinivas Kandagatla2020-03-253-66/+33
* nvmem: core: use device_register and device_unregisterSrinivas Kandagatla2020-03-251-5/+2
* nvmem: core: add root_only member to nvmem device structSrinivas Kandagatla2020-03-252-0/+2
* nvmem: mxs-ocotp: Use devm_add_action_or_reset() for cleanupAnson Huang2020-03-231-19/+11
* nvmem: sprd: Determine double data programming from device dataBaolin Wang2020-03-231-1/+2
* nvmem: sprd: Optimize the block lock operationFreeman Liu2020-03-231-4/+20
* nvmem: sprd: Fix the block lock operationFreeman Liu2020-03-231-1/+1
* nvmem: jz4780-efuse: fix build warnings on ARCH=x86_64 or riscvH. Nikolaus Schaller2020-03-191-3/+3
* nvmem: add driver for JZ4780 efusePrasannaKumar Muralidharan2020-03-193-0/+253
* nvmem: imx-ocotp: Drop unnecessary initializationsAnson Huang2020-03-191-4/+4
* nvmem: check for NULL reg_read and reg_write before dereferencingNicholas Johnson2020-03-191-0/+6
* nvmem: core: validate nvmem config before parsingSrinivas Kandagatla2020-03-191-0/+3
* nvmem: release the write-protect pinKhouloud Touil2020-03-191-0/+1
* nvmem: fix memory leak in error pathBartosz Golaszewski2020-03-191-2/+6
* nvmem: add a newline for readabilityBartosz Golaszewski2020-03-191-0/+1
* nvmem: remove a stray newline in nvmem_register()Bartosz Golaszewski2020-03-191-1/+0
* nvmem: core: add nvmem_cell_read_u64Yangtao Li2020-03-191-0/+15
* nvmem: core: add nvmem_cell_read_commonYangtao Li2020-03-191-35/+19
* nvmem: imx: ocotp: add i.MX8MP supportPeng Fan2020-03-191-0/+21
* Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-02-072-2/+19
|\
| * nvmem: fix a 'makes pointer from integer without a cast' build warningBartosz Golaszewski2020-01-101-1/+1
| * nvmem: add support for the write-protect pinKhouloud Touil2020-01-092-2/+19
* | nvmem: add QTI SDAM driverAnirudh Ghayal2020-01-163-0/+202
* | nvmem: core: fix memory abort in cleanup pathBitan Biswas2020-01-101-3/+5
* | nvmem: imx: ocotp: introduce ocotp_ctrl_regPeng Fan2020-01-101-22/+57
* | nvmem: imx: scu: correct the fuse word indexPeng Fan2020-01-101-5/+5
* | nvmem: imx: scu: fix write SIPPeng Fan2020-01-101-4/+2
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-12-051-3/+21
|\