summaryrefslogtreecommitdiff
path: root/drivers/nvmem/core.c
AgeCommit message (Expand)Author
2019-02-19nvmem: core: don't check the return value of notifier chain callBartosz Golaszewski
2019-01-31nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup()Alban Bedel
2019-01-31nvmem: core: Fix device reference leakAlban Bedel
2019-01-31nvmem: core: Always reference the device returned by nvmem_device_get()Alban Bedel
2019-01-31nvmem: core: Properly handle connection ID in of_nvmem_device_get()Alban Bedel
2019-01-31nvmem: core: Fix cell lookup when no cell is foundAlban Bedel
2019-01-31nvmem: core: Fix of_nvmem_cell_get() for optional cellsAlban Bedel
2019-01-31nvmem: core: Set the provider read-only when no write callback is givenAlban Bedel
2018-12-06nvmem: add new config optionBartosz Golaszewski
2018-12-06nvmem: Move nvmem_type_str array to its only userAndy Shevchenko
2018-12-06nvmem: add type attributeAlexandre Belloni
2018-11-11nvmem: core: fix regression in of_nvmem_cell_get()Srinivas Kandagatla
2018-10-15nvmem: hide unused nvmem_find_cell_by_index functionArnd Bergmann
2018-10-15nvmem: fix nvmem_cell_get_from_lookup()Bartosz Golaszewski
2018-10-15nvmem: Convert to using %pOFn instead of device_node.nameRob Herring
2018-09-28nvmem: make nvmem_add_cells() staticSrinivas Kandagatla
2018-09-28nvmem: use octal permissions instead of constantsBartosz Golaszewski
2018-09-28nvmem: fix commenting styleBartosz Golaszewski
2018-09-28nvmem: make the naming of arguments in nvmem_cell_get() consistentBartosz Golaszewski
2018-09-28nvmem: use SPDX license identifiersBartosz Golaszewski
2018-09-28nvmem: add a notifier chainBartosz Golaszewski
2018-09-28nvmem: add support for cell lookups from machine codeBartosz Golaszewski
2018-09-28nvmem: resolve cells from DT at registration timeBartosz Golaszewski
2018-09-28nvmem: add support for cell infoBartosz Golaszewski
2018-09-28nvmem: remove the global cell listBartosz Golaszewski
2018-09-28nvmem: change the signature of nvmem_unregister()Bartosz Golaszewski
2018-09-28nvmem: use krefBartosz Golaszewski
2018-09-28nvmem: check the return value of nvmem_add_cells()Bartosz Golaszewski
2018-09-28nvmem: remove a stray newlineBartosz Golaszewski
2018-09-28nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()Bartosz Golaszewski
2018-09-28nvmem: remove the name field from struct nvmem_deviceBartosz Golaszewski
2018-09-28nvmem: provide nvmem_dev_name()Bartosz Golaszewski
2018-09-12nvmem: core: return error code instead of NULL from nvmem_device_getSrinivas Kandagatla
2018-07-16Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman
2018-07-07nvmem: core: remove unused nvmem_device ncells memberSrinivas Kandagatla
2018-07-07nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash usDouglas Anderson
2018-05-14nvmem: properly handle returned value nvmem_reg_readMathieu Malaterre
2018-05-14nvmem: core: describe add missing dev function parameterSrinivas Kandagatla
2018-05-14drivers: nvmem: Export nvmem_add_cells()Andrew Lunn
2018-03-14nvmem: Introduce devm_nvmem_(un)register()Andrey Smirnov
2018-03-14nvmem: core: Allow specifying device name verbatimAndrey Smirnov
2017-12-19nvmem: core: switch to device_property_present for reading property "read-only"Heiner Kallweit
2017-12-19nvmem: core: let stride and word_size default to 1Heiner Kallweit
2017-12-19nvmem: core: Deduplicate bus_find_device() by name matchingLukas Wunner
2017-11-08nvmem: set nvmem->owner to nvmem->dev->driver->owner if unsetMasahiro Yamada
2017-10-16Merge 4.14-rc5 into char-misc-nextGreg Kroah-Hartman
2017-09-18nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditionalMasahiro Yamada
2017-09-18nvmem: remove inline in drivers/nvmem/core.cMasahiro Yamada
2017-09-18nvmem: add missing of_node_put() in of_nvmem_cell_get()Masahiro Yamada
2017-09-18nvmem: core: return EFBIG on out-of-range writeGuy Shapiro