summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-12/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 460Thomas Gleixner-14/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner-27/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner-18/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-18/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-11/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-3/+7
2019-04-25nvmem: core: add NVMEM_SYSFS KconfigSrinivas Kandagatla-260/+335
2019-04-25nvmem: sunxi_sid: Support SID on H6Yangtao Li-0/+6
2019-04-25nvmem: sunxi-sid: convert to SPDX license tagsYangtao Li-10/+1
2019-04-25nvmem: imx-iim: use devm_platform_ioremap_resource() to simplify codeAnson Huang-3/+1
2019-04-25nvmem: mxs-ocotp: use devm_platform_ioremap_resource() to simplify codeAnson Huang-3/+1
2019-04-25nvmem: imx-ocotp: use devm_platform_ioremap_resource() to simplify codeAnson Huang-3/+1
2019-04-25nvmem: core: fix read buffer in placeJorge Ramirez-Ortiz-5/+10
2019-04-25nvmem: core: add nvmem_cell_read_u16Fabrice Gasnier-0/+37
2019-04-25nvmem: stm32: add support for STM32MP15 BSEC to control OTP dataFabrice Gasnier-5/+129
2019-04-25nvmem: Add driver for STM32 factory-programmed read only memFabrice Gasnier-0/+90
2019-04-25nvmem: sunxi_sid: Support SID on A83T and H5Chen-Yu Tsai-0/+2
2019-04-25nvmem: sunxi_sid: Read out data in native formatChen-Yu Tsai-22/+1
2019-04-25nvmem: sunxi_sid: Dynamically allocate nvmem_config structureChen-Yu Tsai-15/+17
2019-04-25nvmem: sunxi_sid: Optimize register read-out methodChen-Yu Tsai-20/+18
2019-04-25nvmem: sunxi_sid: Read out SID for randomness without loopingChen-Yu Tsai-3/+2
2019-04-25nvmem: imx-ocotp: broaden Kconfig dependencyLucas Stach-2/+2
2019-04-25nvmem: imx-ocotp: add support for imx8mqLucas Stach-0/+7
2019-03-18drivers: Defer probe if firmware is not readyRajan Vaja-3/+7
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-41/+65
2019-02-19nvmem: core: don't check the return value of notifier chain callBartosz Golaszewski-3/+1
2019-02-05nvmem: zynqmp: Added zynqmp nvmem firmware driverNava kishore Manne-0/+98
2019-02-03nvmem: allow to select i.MX nvmem driver for i.MX 7DStefan Agner-1/+1
2019-01-31nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup()Alban Bedel-3/+2
2019-01-31nvmem: core: Fix device reference leakAlban Bedel-0/+2
2019-01-31nvmem: core: Always reference the device returned by nvmem_device_get()Alban Bedel-1/+1
2019-01-31nvmem: core: Properly handle connection ID in of_nvmem_device_get()Alban Bedel-3/+4
2019-01-31nvmem: core: Fix cell lookup when no cell is foundAlban Bedel-6/+10
2019-01-31nvmem: core: Fix of_nvmem_cell_get() for optional cellsAlban Bedel-1/+1
2019-01-31nvmem: core: Set the provider read-only when no write callback is givenAlban Bedel-2/+2
2019-01-31nvmem: imx-ocotp: Implement i.MX6ULL/ULZ supportStefan Wahren-0/+7
2019-01-31nvmem: imx-ocotp: add i.MX7ULP supportAnson Huang-0/+6
2019-01-31nvmem: bcm-ocotp: Add ACPI support to BCM OCOTPSrinath Mannam-17/+20
2019-01-31nvmem: sc27xx: Convert nvmem offset to block indexFreeman Liu-4/+8
2018-12-06nvmem: add new config optionBartosz Golaszewski-1/+2
2018-12-06nvmem: Move nvmem_type_str array to its only userAndy Shevchenko-0/+7
2018-12-06nvmem: meson-efuse: add peripheral clockJerome Brunet-0/+25
2018-12-06nvmem: meson-efuse: add error message on user_max failure.Jerome Brunet-1/+3
2018-12-06nvmem: add type attributeAlexandre Belloni-0/+21
2018-11-11nvmem: core: fix regression in of_nvmem_cell_get()Srinivas Kandagatla-4/+6
2018-10-15nvmem: hide unused nvmem_find_cell_by_index functionArnd Bergmann-16/+16
2018-10-15nvmem: lpc18xx_eeprom: remove unused variableBartosz Golaszewski-1/+0
2018-10-15nvmem: fix nvmem_cell_get_from_lookup()Bartosz Golaszewski-2/+3