summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvmem: core: fix regression in of_nvmem_cell_get()Srinivas Kandagatla2018-11-111-4/+6
* nvmem: hide unused nvmem_find_cell_by_index functionArnd Bergmann2018-10-151-16/+16
* nvmem: fix nvmem_cell_get_from_lookup()Bartosz Golaszewski2018-10-151-2/+3
* nvmem: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-151-1/+3
* nvmem: make nvmem_add_cells() staticSrinivas Kandagatla2018-09-281-2/+1Star
* nvmem: use octal permissions instead of constantsBartosz Golaszewski2018-09-281-4/+4
* nvmem: fix commenting styleBartosz Golaszewski2018-09-281-2/+2
* nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski2018-09-281-13/+14
* nvmem: use SPDX license identifiersBartosz Golaszewski2018-09-281-9/+1Star
* nvmem: add a notifier chainBartosz Golaszewski2018-09-281-0/+36
* nvmem: add support for cell lookups from machine codeBartosz Golaszewski2018-09-281-26/+103
* nvmem: resolve cells from DT at registration timeBartosz Golaszewski2018-09-281-48/+75
* nvmem: add support for cell infoBartosz Golaszewski2018-09-281-0/+72
* nvmem: remove the global cell listBartosz Golaszewski2018-09-281-49/+15Star
* nvmem: change the signature of nvmem_unregister()Bartosz Golaszewski2018-09-281-6/+2Star
* nvmem: use krefBartosz Golaszewski2018-09-281-22/+22
* nvmem: check the return value of nvmem_add_cells()Bartosz Golaszewski2018-09-281-2/+8
* nvmem: remove a stray newlineBartosz Golaszewski2018-09-281-1/+0Star
* nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()Bartosz Golaszewski2018-09-281-5/+2Star
* nvmem: remove the name field from struct nvmem_deviceBartosz Golaszewski2018-09-281-2/+1Star
* nvmem: provide nvmem_dev_name()Bartosz Golaszewski2018-09-281-0/+13
* nvmem: core: return error code instead of NULL from nvmem_device_getSrinivas Kandagatla2018-09-121-1/+1
* Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-161-0/+4
|\
| * nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash usDouglas Anderson2018-07-071-0/+4
* | nvmem: core: remove unused nvmem_device ncells memberSrinivas Kandagatla2018-07-071-2/+0Star
|/
* nvmem: properly handle returned value nvmem_reg_readMathieu Malaterre2018-05-141-0/+7
* nvmem: core: describe add missing dev function parameterSrinivas Kandagatla2018-05-141-0/+2
* drivers: nvmem: Export nvmem_add_cells()Andrew Lunn2018-05-141-7/+17
* nvmem: Introduce devm_nvmem_(un)register()Andrey Smirnov2018-03-141-0/+59
* nvmem: core: Allow specifying device name verbatimAndrey Smirnov2018-03-141-3/+8
* nvmem: core: switch to device_property_present for reading property "read-only"Heiner Kallweit2017-12-191-4/+2Star
* nvmem: core: let stride and word_size default to 1Heiner Kallweit2017-12-191-2/+2
* nvmem: core: Deduplicate bus_find_device() by name matchingLukas Wunner2017-12-191-6/+1Star
* nvmem: set nvmem->owner to nvmem->dev->driver->owner if unsetMasahiro Yamada2017-11-081-0/+2
* Merge 4.14-rc5 into char-misc-nextGreg Kroah-Hartman2017-10-161-1/+2
|\
| * nvmem: add missing of_node_put() in of_nvmem_cell_get()Masahiro Yamada2017-09-181-0/+1
| * nvmem: core: return EFBIG on out-of-range writeGuy Shapiro2017-09-181-1/+1
* | nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditionalMasahiro Yamada2017-09-181-2/+2
* | nvmem: remove inline in drivers/nvmem/core.cMasahiro Yamada2017-09-181-4/+3Star
|/
* nvmem: core: remove unneeded NULL checkDan Carpenter2017-08-281-1/+1
* nvmem: core: Add nvmem_cell_read_u32Leonard Crestez2017-08-281-0/+37
* nvmem: Convert to using %pOF instead of full_nameRob Herring2017-08-281-2/+2
* nvmem: core: add locking to nvmem_find_cellHeiner Kallweit2017-06-091-1/+7
* nvmem: core: Call put_device() in nvmem_unregister()Andrey Smirnov2017-06-091-0/+1
* nvmem: core: fix leaks on registration errorsJohan Hovold2017-06-091-5/+8
* nvmem: core: Allow allocating several anonymous nvmem devicesAban Bedel2017-04-081-1/+2
* nvmem: core: Allow getting nvmem cell with a NULL cell idVivek Gautam2017-01-251-3/+8
* nvmem: core: Correct a bunch of function documentationsVivek Gautam2017-01-251-14/+16
* nvmem: core: Allow ignoring length when reading a cellVivek Gautam2017-01-251-2/+4
* nvmem: fix nvmem_cell_read() return type docBrian Norris2017-01-041-2/+2