summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * firmware: meson_sm: Rework driver as a proper platform driverCarlo Caione2019-10-031-3/+21
* | Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-11-277-18/+838
|\ \
| * | nvmem: add Rockchip OTP driverFinley Xiao2019-11-053-0/+281
| * | nvmem: imx: scu: fix dependency in KconfigSrinivas Kandagatla2019-11-051-0/+1
| * | nvmem: sprd: Add Spreadtrum SoCs eFuse supportFreeman Liu2019-11-053-0/+437
| * | nvmem: imx-ocotp: reset error status on probeLucas Stach2019-11-051-0/+4
| * | nvmem: imx: scu: support writePeng Fan2019-11-051-1/+72
| * | nvmem: imx: scu: support hole region checkPeng Fan2019-11-051-5/+42
| * | nvmem: sc27xx: Change to use devm_hwspin_lock_request_specific() to request o...Baolin Wang2019-11-051-12/+1
| |/
* / nvmem: core: add nvmem_device_findThomas Bogendoerfer2019-10-071-34/+27
|/
* Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-185-2/+18
|\
| * nvmem: imx: add i.MX8QM platform supportFugang Duan2019-08-181-0/+7
| * nvmem: mxs-ocotp: update MODULE_AUTHOR() email addressStefan Wahren2019-08-181-1/+1
| * nvmem: meson-mx-efuse: allow reading data smaller than word_sizeMartin Blumenstingl2019-08-181-1/+2
| * nvmem: sunxi_sid: fix A64 SID controller supportStefan Mavrodiev2019-08-181-0/+1
| * nvmem: imx-ocotp: Add i.MX8MN supportAnson Huang2019-08-181-0/+7
* | Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-171-6/+1
|\ \ | |/ |/|
| * drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose2019-07-301-6/+1
* | nvmem: Use the same permissions for eeprom as for nvmemJean Delvare2019-07-301-4/+11
|/
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-1/+1
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-1/+1
* | nvmem: imx-ocotp: imx8mq is compatible with imx6 not imx7Leonard Crestez2019-06-261-2/+2
* | nvmem: imx-ocotp: Add i.MX8MM supportBryan O'Donoghue2019-06-261-0/+7
* | nvmem: imx-ocotp: Change TIMING calculation to u-boot algorithmBryan O'Donoghue2019-06-261-4/+32
* | nvmem: imx-ocotp: Ensure WAIT bits are preserved when setting timingBryan O'Donoghue2019-06-261-1/+2
* | nvmem: imx-ocotp: Elongate OCOTP_CTRL ADDR field to eight bitsBryan O'Donoghue2019-06-261-1/+1
* | Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman2019-06-235-26/+5
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-193-12/+3
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 460Thomas Gleixner2019-06-192-14/+2
* | | nvmem: Broaden the selection of NVMEM_SNVS_LPGPRFabio Estevam2019-06-191-1/+1
* | | nvmem: imx: add i.MX8 nvmem driverPeng Fan2019-06-193-0/+170
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-053-27/+3
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-052-18/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-302-18/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-05-161-3/+7
|\
| * drivers: Defer probe if firmware is not readyRajan Vaja2019-03-181-3/+7
* | nvmem: core: add NVMEM_SYSFS KconfigSrinivas Kandagatla2019-04-255-260/+335
* | nvmem: sunxi_sid: Support SID on H6Yangtao Li2019-04-251-0/+6
* | nvmem: sunxi-sid: convert to SPDX license tagsYangtao Li2019-04-251-10/+1