summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
AgeCommit message (Expand)Author
2021-07-19nvmem: core: add a missing of_node_putChristophe JAILLET
2021-03-04nvmem: core: skip child nodes not matching bindingAhmad Fatoum
2021-03-04nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of()Dan Carpenter
2020-10-29nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell()Vadym Kochan
2020-06-10nvmem: qfprom: remove incorrect write supportSrinivas Kandagatla
2020-04-08nvmem: check for NULL reg_read and reg_write before dereferencingNicholas Johnson
2020-02-11nvmem: core: fix memory abort in cleanup pathBitan Biswas
2019-12-31nvmem: imx-ocotp: reset error status on probeLucas Stach
2019-09-18Merge tag 'char-misc-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-17Merge tag 'leds-for-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-18nvmem: imx: add i.MX8QM platform supportFugang Duan
2019-08-18nvmem: mxs-ocotp: update MODULE_AUTHOR() email addressStefan Wahren
2019-08-18nvmem: meson-mx-efuse: allow reading data smaller than word_sizeMartin Blumenstingl
2019-08-18nvmem: sunxi_sid: fix A64 SID controller supportStefan Mavrodiev
2019-08-18nvmem: imx-ocotp: Add i.MX8MN supportAnson Huang
2019-07-30nvmem: Use the same permissions for eeprom as for nvmemJean Delvare
2019-07-30drivers: Introduce device lookup variants by of_nodeSuzuki K Poulose
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-26nvmem: imx-ocotp: imx8mq is compatible with imx6 not imx7Leonard Crestez
2019-06-26nvmem: imx-ocotp: Add i.MX8MM supportBryan O'Donoghue
2019-06-26nvmem: imx-ocotp: Change TIMING calculation to u-boot algorithmBryan O'Donoghue
2019-06-26nvmem: imx-ocotp: Ensure WAIT bits are preserved when setting timingBryan O'Donoghue
2019-06-26nvmem: imx-ocotp: Elongate OCOTP_CTRL ADDR field to eight bitsBryan O'Donoghue
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman
2019-06-19nvmem: Broaden the selection of NVMEM_SNVS_LPGPRFabio Estevam
2019-06-19nvmem: imx: add i.MX8 nvmem driverPeng Fan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 460Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-04-25nvmem: core: add NVMEM_SYSFS KconfigSrinivas Kandagatla
2019-04-25nvmem: sunxi_sid: Support SID on H6Yangtao Li
2019-04-25nvmem: sunxi-sid: convert to SPDX license tagsYangtao Li
2019-04-25nvmem: imx-iim: use devm_platform_ioremap_resource() to simplify codeAnson Huang
2019-04-25nvmem: mxs-ocotp: use devm_platform_ioremap_resource() to simplify codeAnson Huang
2019-04-25nvmem: imx-ocotp: use devm_platform_ioremap_resource() to simplify codeAnson Huang
2019-04-25nvmem: core: fix read buffer in placeJorge Ramirez-Ortiz
2019-04-25nvmem: core: add nvmem_cell_read_u16Fabrice Gasnier
2019-04-25nvmem: stm32: add support for STM32MP15 BSEC to control OTP dataFabrice Gasnier
2019-04-25nvmem: Add driver for STM32 factory-programmed read only memFabrice Gasnier
2019-04-25nvmem: sunxi_sid: Support SID on A83T and H5Chen-Yu Tsai
2019-04-25nvmem: sunxi_sid: Read out data in native formatChen-Yu Tsai
2019-04-25nvmem: sunxi_sid: Dynamically allocate nvmem_config structureChen-Yu Tsai
2019-04-25nvmem: sunxi_sid: Optimize register read-out methodChen-Yu Tsai
2019-04-25nvmem: sunxi_sid: Read out SID for randomness without loopingChen-Yu Tsai