summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvmem: core: switch to device_property_present for reading property "read-only"Heiner Kallweit2017-12-191-4/+2
* 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/+1
* 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/+3
|/
* 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
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-11/+11
* nvmem: core: remove regmap dependencySrinivas Kandagatla2016-05-011-27/+40
* nvmem: Add backwards compatibility support for older EEPROM drivers.Andrew Lunn2016-03-011-8/+76
* nvmem: Add flag to export NVMEM to root onlyAndrew Lunn2016-03-011-2/+55
* nvmem: core: fix error path in nvmem_add_cells()Rasmus Villemoes2016-02-111-1/+3
* nvmem: core: return error for non word aligned accessSrinivas Kandagatla2016-02-071-0/+6
* nvmem: core: Fix memory leak in nvmem_cell_writeAxel Lin2015-10-041-1/+1
* nvmem: core: Handle shift bits in-place if cell->nbits is non-zeroAxel Lin2015-10-041-1/+1
* nvmem: core: fix the out-of-range leak in read/write()ZhengShunQian2015-10-041-2/+2
* nvmem: Add nvmem_device based consumer apis.Srinivas Kandagatla2015-08-051-0/+258
* nvmem: Add a simple NVMEM framework for consumersSrinivas Kandagatla2015-08-051-1/+420
* nvmem: Add a simple NVMEM framework for nvmem providersSrinivas Kandagatla2015-08-051-0/+406
OpenPOWER on IntegriCloud