summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem
AgeCommit message (Expand)AuthorLines
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
2018-10-15nvmem: Convert to using %pOFn instead of device_node.nameRob Herring-1/+3
2018-09-28nvmem: make nvmem_add_cells() staticSrinivas Kandagatla-2/+1
2018-09-28nvmem: sunxi_sid: remove unused variable in probeSrinivas Kandagatla-1/+1
2018-09-28nvmem: use octal permissions instead of constantsBartosz Golaszewski-4/+4
2018-09-28nvmem: fix commenting styleBartosz Golaszewski-2/+2
2018-09-28nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski-13/+14
2018-09-28nvmem: use SPDX license identifiersBartosz Golaszewski-9/+1
2018-09-28nvmem: add a notifier chainBartosz Golaszewski-0/+36
2018-09-28nvmem: add support for cell lookups from machine codeBartosz Golaszewski-26/+103
2018-09-28nvmem: resolve cells from DT at registration timeBartosz Golaszewski-48/+75
2018-09-28nvmem: add support for cell infoBartosz Golaszewski-0/+72
2018-09-28nvmem: remove the global cell listBartosz Golaszewski-49/+15
2018-09-28nvmem: change the signature of nvmem_unregister()Bartosz Golaszewski-6/+2
2018-09-28nvmem: mxs-ocotp: use devm_nvmem_register()Bartosz Golaszewski-2/+2
2018-09-28nvmem: lpc18xx_eeprom: use devm_nvmem_register()Bartosz Golaszewski-5/+1
2018-09-28nvmem: sunxi_sid: use devm_nvmem_register()Bartosz Golaszewski-17/+3
2018-09-28nvmem: sunxi_sid: return -ENOMEM if kzalloc() failsBartosz Golaszewski-1/+1
2018-09-28nvmem: use krefBartosz Golaszewski-22/+22
2018-09-28nvmem: check the return value of nvmem_add_cells()Bartosz Golaszewski-2/+8
2018-09-28nvmem: remove a stray newlineBartosz Golaszewski-1/+0
2018-09-28nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()Bartosz Golaszewski-5/+2
2018-09-28nvmem: remove the name field from struct nvmem_deviceBartosz Golaszewski-2/+1
2018-09-28nvmem: provide nvmem_dev_name()Bartosz Golaszewski-0/+13
2018-09-12nvmem: core: return error code instead of NULL from nvmem_device_getSrinivas Kandagatla-1/+1
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman-0/+4
2018-07-15nvmem: imx-ocotp: add support for imx6sllAnson Huang-0/+7
2018-07-15nvmem: Add Spreadtrum SC27XX efuse supportFreeman Liu-1/+277
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap-0/+4
2018-07-07nvmem: core: remove unused nvmem_device ncells memberSrinivas Kandagatla-2/+0
2018-07-07nvmem: rave-sp-eeprom: Remove VLA usageKees Cook-1/+5
2018-07-07nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash usDouglas Anderson-0/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+5
2018-05-14nvmem: properly handle returned value nvmem_reg_readMathieu Malaterre-0/+7
2018-05-14nvmem: core: describe add missing dev function parameterSrinivas Kandagatla-0/+2
2018-05-14nvmem: meson-efuse: add write supportJerome Brunet-1/+8
2018-05-14nvmem: meson-efuse: simplify read callbackJerome Brunet-9/+2