summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
Commit message (Expand)AuthorAgeFilesLines
* nvmem: imx: correct nregs for i.MX6ULPeng Fan2023-11-081-1/+1
* nvmem: imx: correct nregs for i.MX6SLLPeng Fan2023-11-081-1/+1
* nvmem: imx: correct nregs for i.MX6ULLPeng Fan2023-11-081-1/+1
* nvmem: core: fix cell removal on errorMichael Walle2023-02-221-2/+1
* nvmem: Fix shift-out-of-bound (UBSAN) with byte size cellsStephen Boyd2021-10-201-1/+2
* nvmem: core: add a missing of_node_putChristophe JAILLET2021-07-191-3/+6
* nvmem: core: skip child nodes not matching bindingAhmad Fatoum2021-03-041-1/+3
* nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of()Dan Carpenter2021-03-041-0/+1
* nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell()Vadym Kochan2020-10-291-9/+24
* nvmem: qfprom: remove incorrect write supportSrinivas Kandagatla2020-06-101-14/+0
* nvmem: check for NULL reg_read and reg_write before dereferencingNicholas Johnson2020-04-081-0/+6
* nvmem: core: fix memory abort in cleanup pathBitan Biswas2020-02-111-3/+5
* nvmem: imx-ocotp: reset error status on probeLucas Stach2019-12-311-0/+4
* 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
* | nvmem: imx-iim: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-251-3/+1
* | nvmem: mxs-ocotp: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-251-3/+1
* | nvmem: imx-ocotp: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-251-3/+1
* | nvmem: core: fix read buffer in placeJorge Ramirez-Ortiz2019-04-251-5/+10
* | nvmem: core: add nvmem_cell_read_u16Fabrice Gasnier2019-04-251-0/+37
* | nvmem: stm32: add support for STM32MP15 BSEC to control OTP dataFabrice Gasnier2019-04-251-5/+129