summaryrefslogtreecommitdiff
path: root/drivers/nvmem/core.c
Commit message (Expand)AuthorAge
* nvmem: Introduce devm_nvmem_(un)register()Andrey Smirnov2018-03-14
* nvmem: core: Allow specifying device name verbatimAndrey Smirnov2018-03-14
* nvmem: core: switch to device_property_present for reading property "read-only"Heiner Kallweit2017-12-19
* nvmem: core: let stride and word_size default to 1Heiner Kallweit2017-12-19
* nvmem: core: Deduplicate bus_find_device() by name matchingLukas Wunner2017-12-19
* nvmem: set nvmem->owner to nvmem->dev->driver->owner if unsetMasahiro Yamada2017-11-08
* Merge 4.14-rc5 into char-misc-nextGreg Kroah-Hartman2017-10-16
|\
| * nvmem: add missing of_node_put() in of_nvmem_cell_get()Masahiro Yamada2017-09-18
| * nvmem: core: return EFBIG on out-of-range writeGuy Shapiro2017-09-18
* | nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditionalMasahiro Yamada2017-09-18
* | nvmem: remove inline in drivers/nvmem/core.cMasahiro Yamada2017-09-18
|/
* nvmem: core: remove unneeded NULL checkDan Carpenter2017-08-28
* nvmem: core: Add nvmem_cell_read_u32Leonard Crestez2017-08-28
* nvmem: Convert to using %pOF instead of full_nameRob Herring2017-08-28
* nvmem: core: add locking to nvmem_find_cellHeiner Kallweit2017-06-09
* nvmem: core: Call put_device() in nvmem_unregister()Andrey Smirnov2017-06-09
* nvmem: core: fix leaks on registration errorsJohan Hovold2017-06-09
* nvmem: core: Allow allocating several anonymous nvmem devicesAban Bedel2017-04-08
* nvmem: core: Allow getting nvmem cell with a NULL cell idVivek Gautam2017-01-25
* nvmem: core: Correct a bunch of function documentationsVivek Gautam2017-01-25
* nvmem: core: Allow ignoring length when reading a cellVivek Gautam2017-01-25
* nvmem: fix nvmem_cell_read() return type docBrian Norris2017-01-04
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-27
* nvmem: core: remove regmap dependencySrinivas Kandagatla2016-05-01
* nvmem: Add backwards compatibility support for older EEPROM drivers.Andrew Lunn2016-03-01
* nvmem: Add flag to export NVMEM to root onlyAndrew Lunn2016-03-01
* nvmem: core: fix error path in nvmem_add_cells()Rasmus Villemoes2016-02-11
* nvmem: core: return error for non word aligned accessSrinivas Kandagatla2016-02-07
* nvmem: core: Fix memory leak in nvmem_cell_writeAxel Lin2015-10-04
* nvmem: core: Handle shift bits in-place if cell->nbits is non-zeroAxel Lin2015-10-04
* nvmem: core: fix the out-of-range leak in read/write()ZhengShunQian2015-10-04
* nvmem: Add nvmem_device based consumer apis.Srinivas Kandagatla2015-08-05
* nvmem: Add a simple NVMEM framework for consumersSrinivas Kandagatla2015-08-05
* nvmem: Add a simple NVMEM framework for nvmem providersSrinivas Kandagatla2015-08-05