summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
AgeCommit message (Expand)Author
2020-11-27nvmem: imx-ocotp: add support for the unaliged word countPeng Fan
2020-11-27nvmem: qfprom: Don't touch certain fusesEvan Green
2020-11-27nvmem: core: Add support for keepout regionsEvan Green
2020-09-27nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell()Vadym Kochan
2020-09-17nvmem: core: fix missing of_node_put() in of_nvmem_device_get()Vadym Kochan
2020-09-17nvmem: switch to simpler IDA interfaceBartosz Golaszewski
2020-09-17nvmem: core: Use kobj_to_dev() instead of container_of()Tian Tao
2020-09-17nvmem: mtk-efuse: Remove EFUSE register write supportChih-En Hsu
2020-07-29nvmem: qcom-spmi-sdam: Enable multiple devicesGuru Das Srinagesh
2020-07-29nvmem: update Kconfig descriptionMatteo Croce
2020-07-29nvmem: qfprom: Add fuse blowing supportRavi Kumar Bokka
2020-07-29nvmem: qfprom: use NVMEM_DEVID_AUTO for multiple instancesSrinivas Kandagatla
2020-07-29nvmem: core: add support to auto devidSrinivas Kandagatla
2020-07-29nvmem: core: Add nvmem_cell_read_u8()Andreas Färber
2020-07-29nvmem: core: Grammar fixes for help textAndreas Färber
2020-07-29nvmem: sc27xx: add sc2730 efuse supportFreeman Liu
2020-07-29nvmem: Enforce nvmem stride in the sysfs interfaceDouglas Anderson
2020-07-29nvmem: sprd: Fix return value of sprd_efuse_probe()Tiezhu Yang
2020-05-27nvmem: qfprom: remove incorrect write supportSrinivas Kandagatla
2020-05-15nvmem: jz4780-efuse: Use PTR_ERR_OR_ZERO() to simplify codeSamuel Zou
2020-05-15nvmem: ensure sysfs writes handle write-protect pinMichael Auchter
2020-05-15nvmem: imx-ocotp: Improve logic to save many code linesAnson Huang
2020-04-28firmware: xilinx: Remove eemi ops for get_chipidRajan Vaja
2020-04-28nvmem: core: cleanup old eeprom compat entry attributesSrinivas Kandagatla
2020-03-25nvmem: core: remove nvmem_sysfs_get_groups()Srinivas Kandagatla
2020-03-25nvmem: core: use is_bin_visible for permissionsSrinivas Kandagatla
2020-03-25nvmem: core: use device_register and device_unregisterSrinivas Kandagatla
2020-03-25nvmem: core: add root_only member to nvmem device structSrinivas Kandagatla
2020-03-23nvmem: mxs-ocotp: Use devm_add_action_or_reset() for cleanupAnson Huang
2020-03-23nvmem: sprd: Determine double data programming from device dataBaolin Wang
2020-03-23nvmem: sprd: Optimize the block lock operationFreeman Liu
2020-03-23nvmem: sprd: Fix the block lock operationFreeman Liu
2020-03-19nvmem: jz4780-efuse: fix build warnings on ARCH=x86_64 or riscvH. Nikolaus Schaller
2020-03-19nvmem: add driver for JZ4780 efusePrasannaKumar Muralidharan
2020-03-19nvmem: imx-ocotp: Drop unnecessary initializationsAnson Huang
2020-03-19nvmem: check for NULL reg_read and reg_write before dereferencingNicholas Johnson
2020-03-19nvmem: core: validate nvmem config before parsingSrinivas Kandagatla
2020-03-19nvmem: release the write-protect pinKhouloud Touil
2020-03-19nvmem: fix memory leak in error pathBartosz Golaszewski
2020-03-19nvmem: add a newline for readabilityBartosz Golaszewski
2020-03-19nvmem: remove a stray newline in nvmem_register()Bartosz Golaszewski
2020-03-19nvmem: core: add nvmem_cell_read_u64Yangtao Li
2020-03-19nvmem: core: add nvmem_cell_read_commonYangtao Li
2020-03-19nvmem: imx: ocotp: add i.MX8MP supportPeng Fan
2020-02-07Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2020-01-16nvmem: add QTI SDAM driverAnirudh Ghayal
2020-01-10nvmem: core: fix memory abort in cleanup pathBitan Biswas
2020-01-10nvmem: imx: ocotp: introduce ocotp_ctrl_regPeng Fan
2020-01-10nvmem: imx: scu: correct the fuse word indexPeng Fan
2020-01-10nvmem: imx: scu: fix write SIPPeng Fan