aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-06nvmem: add new config optionBartosz Golaszewski1-1/+2
2018-12-06nvmem: Move nvmem_type_str array to its only userAndy Shevchenko1-0/+7
2018-12-06nvmem: add type attributeAlexandre Belloni1-0/+21
2018-11-11nvmem: core: fix regression in of_nvmem_cell_get()Srinivas Kandagatla1-4/+6
2018-10-15nvmem: hide unused nvmem_find_cell_by_index functionArnd Bergmann1-16/+16
2018-10-15nvmem: fix nvmem_cell_get_from_lookup()Bartosz Golaszewski1-2/+3
2018-10-15nvmem: Convert to using %pOFn instead of device_node.nameRob Herring1-1/+3
2018-09-28nvmem: make nvmem_add_cells() staticSrinivas Kandagatla1-2/+1
2018-09-28nvmem: use octal permissions instead of constantsBartosz Golaszewski1-4/+4
2018-09-28nvmem: fix commenting styleBartosz Golaszewski1-2/+2
2018-09-28nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski1-13/+14
2018-09-28nvmem: use SPDX license identifiersBartosz Golaszewski1-9/+1
2018-09-28nvmem: add a notifier chainBartosz Golaszewski1-0/+36
2018-09-28nvmem: add support for cell lookups from machine codeBartosz Golaszewski1-26/+103
2018-09-28nvmem: resolve cells from DT at registration timeBartosz Golaszewski1-48/+75
2018-09-28nvmem: add support for cell infoBartosz Golaszewski1-0/+72
2018-09-28nvmem: remove the global cell listBartosz Golaszewski1-49/+15
2018-09-28nvmem: change the signature of nvmem_unregister()Bartosz Golaszewski1-6/+2
2018-09-28nvmem: use krefBartosz Golaszewski1-22/+22
2018-09-28nvmem: check the return value of nvmem_add_cells()Bartosz Golaszewski1-2/+8
2018-09-28nvmem: remove a stray newlineBartosz Golaszewski1-1/+0
2018-09-28nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()Bartosz Golaszewski1-5/+2
2018-09-28nvmem: remove the name field from struct nvmem_deviceBartosz Golaszewski1-2/+1
2018-09-28nvmem: provide nvmem_dev_name()Bartosz Golaszewski1-0/+13
2018-09-12nvmem: core: return error code instead of NULL from nvmem_device_getSrinivas Kandagatla1-1/+1
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman1-0/+4
2018-07-07nvmem: core: remove unused nvmem_device ncells memberSrinivas Kandagatla1-2/+0
2018-07-07nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash usDouglas Anderson1-0/+4
2018-05-14nvmem: properly handle returned value nvmem_reg_readMathieu Malaterre1-0/+7
2018-05-14nvmem: core: describe add missing dev function parameterSrinivas Kandagatla1-0/+2
2018-05-14drivers: nvmem: Export nvmem_add_cells()Andrew Lunn1-7/+17
2018-03-14nvmem: Introduce devm_nvmem_(un)register()Andrey Smirnov1-0/+59
2018-03-14nvmem: core: Allow specifying device name verbatimAndrey Smirnov1-3/+8
2017-12-19nvmem: core: switch to device_property_present for reading property "read-only"Heiner Kallweit1-4/+2
2017-12-19nvmem: core: let stride and word_size default to 1Heiner Kallweit1-2/+2
2017-12-19nvmem: core: Deduplicate bus_find_device() by name matchingLukas Wunner1-6/+1
2017-11-08nvmem: set nvmem->owner to nvmem->dev->driver->owner if unsetMasahiro Yamada1-0/+2
2017-10-16Merge 4.14-rc5 into char-misc-nextGreg Kroah-Hartman1-1/+2
2017-09-18nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditionalMasahiro Yamada1-2/+2
2017-09-18nvmem: remove inline in drivers/nvmem/core.cMasahiro Yamada1-4/+3
2017-09-18nvmem: add missing of_node_put() in of_nvmem_cell_get()Masahiro Yamada1-0/+1
2017-09-18nvmem: core: return EFBIG on out-of-range writeGuy Shapiro1-1/+1
2017-08-28nvmem: core: remove unneeded NULL checkDan Carpenter1-1/+1
2017-08-28nvmem: core: Add nvmem_cell_read_u32Leonard Crestez1-0/+37
2017-08-28nvmem: Convert to using %pOF instead of full_nameRob Herring1-2/+2
2017-06-09nvmem: core: add locking to nvmem_find_cellHeiner Kallweit1-1/+7
2017-06-09nvmem: core: Call put_device() in nvmem_unregister()Andrey Smirnov1-0/+1
2017-06-09nvmem: core: fix leaks on registration errorsJohan Hovold1-5/+8
2017-04-08nvmem: core: Allow allocating several anonymous nvmem devicesAban Bedel1-1/+2
2017-01-25nvmem: core: Allow getting nvmem cell with a NULL cell idVivek Gautam1-3/+8