aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorFilesLines
2020-05-27nvmem: qfprom: remove incorrect write supportGravatar Srinivas Kandagatla 1-14/+0
2020-05-15nvmem: jz4780-efuse: Use PTR_ERR_OR_ZERO() to simplify codeGravatar Samuel Zou 1-3/+1
2020-05-15nvmem: ensure sysfs writes handle write-protect pinGravatar Michael Auchter 1-26/+26
2020-05-15nvmem: imx-ocotp: Improve logic to save many code linesGravatar Anson Huang 1-7/+2
2020-04-28firmware: xilinx: Remove eemi ops for get_chipidGravatar Rajan Vaja 1-10/+1
2020-04-28nvmem: core: cleanup old eeprom compat entry attributesGravatar Srinivas Kandagatla 1-38/+14
2020-03-25nvmem: core: remove nvmem_sysfs_get_groups()Gravatar Srinivas Kandagatla 4-306/+272
2020-03-25nvmem: core: use is_bin_visible for permissionsGravatar Srinivas Kandagatla 3-66/+33
2020-03-25nvmem: core: use device_register and device_unregisterGravatar Srinivas Kandagatla 1-5/+2
2020-03-25nvmem: core: add root_only member to nvmem device structGravatar Srinivas Kandagatla 2-0/+2
2020-03-23nvmem: mxs-ocotp: Use devm_add_action_or_reset() for cleanupGravatar Anson Huang 1-19/+11
2020-03-23nvmem: sprd: Determine double data programming from device dataGravatar Baolin Wang 1-1/+2
2020-03-23nvmem: sprd: Optimize the block lock operationGravatar Freeman Liu 1-4/+20
2020-03-23nvmem: sprd: Fix the block lock operationGravatar Freeman Liu 1-1/+1
2020-03-19nvmem: jz4780-efuse: fix build warnings on ARCH=x86_64 or riscvGravatar H. Nikolaus Schaller 1-3/+3
2020-03-19nvmem: add driver for JZ4780 efuseGravatar PrasannaKumar Muralidharan 3-0/+253
2020-03-19nvmem: imx-ocotp: Drop unnecessary initializationsGravatar Anson Huang 1-4/+4
2020-03-19nvmem: check for NULL reg_read and reg_write before dereferencingGravatar Nicholas Johnson 1-0/+6
2020-03-19nvmem: core: validate nvmem config before parsingGravatar Srinivas Kandagatla 1-0/+3
2020-03-19nvmem: release the write-protect pinGravatar Khouloud Touil 1-0/+1
2020-03-19nvmem: fix memory leak in error pathGravatar Bartosz Golaszewski 1-2/+6
2020-03-19nvmem: add a newline for readabilityGravatar Bartosz Golaszewski 1-0/+1
2020-03-19nvmem: remove a stray newline in nvmem_register()Gravatar Bartosz Golaszewski 1-1/+0
2020-03-19nvmem: core: add nvmem_cell_read_u64Gravatar Yangtao Li 1-0/+15
2020-03-19nvmem: core: add nvmem_cell_read_commonGravatar Yangtao Li 1-35/+19
2020-03-19nvmem: imx: ocotp: add i.MX8MP supportGravatar Peng Fan 1-0/+21
2020-02-07Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Gravatar Linus Torvalds 2-2/+19
2020-01-16nvmem: add QTI SDAM driverGravatar Anirudh Ghayal 3-0/+202
2020-01-10nvmem: core: fix memory abort in cleanup pathGravatar Bitan Biswas 1-3/+5
2020-01-10nvmem: imx: ocotp: introduce ocotp_ctrl_regGravatar Peng Fan 1-22/+57
2020-01-10nvmem: imx: scu: correct the fuse word indexGravatar Peng Fan 1-5/+5
2020-01-10nvmem: imx: scu: fix write SIPGravatar Peng Fan 1-4/+2
2020-01-10nvmem: fix a 'makes pointer from integer without a cast' build warningGravatar Bartosz Golaszewski 1-1/+1
2020-01-09nvmem: add support for the write-protect pinGravatar Khouloud Touil 2-2/+19
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 1-3/+21
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 7-18/+838
2019-11-05nvmem: add Rockchip OTP driverGravatar Finley Xiao 3-0/+281
2019-11-05nvmem: imx: scu: fix dependency in KconfigGravatar Srinivas Kandagatla 1-0/+1
2019-11-05nvmem: sprd: Add Spreadtrum SoCs eFuse supportGravatar Freeman Liu 3-0/+437
2019-11-05nvmem: imx-ocotp: reset error status on probeGravatar Lucas Stach 1-0/+4
2019-11-05nvmem: imx: scu: support writeGravatar Peng Fan 1-1/+72
2019-11-05nvmem: imx: scu: support hole region checkGravatar Peng Fan 1-5/+42
2019-11-05nvmem: sc27xx: Change to use devm_hwspin_lock_request_specific() to request o...Gravatar Baolin Wang 1-12/+1
2019-10-07nvmem: core: add nvmem_device_findGravatar Thomas Bogendoerfer 1-34/+27
2019-10-03firmware: meson_sm: Rework driver as a proper platform driverGravatar Carlo Caione 1-3/+21
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 5-2/+18
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+1
2019-08-18nvmem: imx: add i.MX8QM platform supportGravatar Fugang Duan 1-0/+7
2019-08-18nvmem: mxs-ocotp: update MODULE_AUTHOR() email addressGravatar Stefan Wahren 1-1/+1
2019-08-18nvmem: meson-mx-efuse: allow reading data smaller than word_sizeGravatar Martin Blumenstingl 1-1/+2