summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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-281-11/+11
* nvmem: core: remove regmap dependencySrinivas Kandagatla2016-05-011-27/+40
* nvmem: Add backwards compatibility support for older EEPROM drivers.Andrew Lunn2016-03-021-8/+76
* nvmem: Add flag to export NVMEM to root onlyAndrew Lunn2016-03-021-2/+55
* nvmem: core: fix error path in nvmem_add_cells()Rasmus Villemoes2016-02-121-1/+3
* nvmem: core: return error for non word aligned accessSrinivas Kandagatla2016-02-081-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