summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/core.c
Commit message (Expand)AuthorAgeFilesLines
* nvmem: core: Notify when a new layout is registeredMiquel Raynal2023-08-231-0/+4
* nvmem: core: Do not open-code existing functionsMiquel Raynal2023-08-231-2/+2
* nvmem: core: Create all cells before adding the nvmem deviceMiquel Raynal2023-08-231-5/+5
* nvmem: Explicitly include correct DT includesRob Herring2023-08-231-1/+0
* nvmem: core: add support for fixed cells *layout*Rafał Miłecki2023-06-151-3/+29
* Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+0
|\
| * nvmem: core: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
* | nvmem: core: support specifying both: cell raw data & post read lengthsRafał Miłecki2023-04-051-4/+7
* | nvmem: core: provide own priv pointer in post process callbackMichael Walle2023-04-051-1/+3
* | nvmem: cell: drop global cell_post_processMichael Walle2023-04-051-9/+0
* | nvmem: core: allow to modify a cell before adding itMichael Walle2023-04-051-0/+4
* | nvmem: core: add per-cell post processingMichael Walle2023-04-051-0/+17
* | nvmem: core: request layout modules loadingMiquel Raynal2023-04-051-0/+8
* | nvmem: core: handle the absence of expected layoutsMiquel Raynal2023-04-051-1/+9
* | nvmem: core: introduce NVMEM layoutsMichael Walle2023-04-051-0/+120
* | nvmem: core: return -ENOENT if nvmem cell is not foundMichael Walle2023-03-101-1/+1
|/
* nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()Michael Walle2023-02-061-31/+14
* nvmem: core: add nvmem_add_one_cell()Michael Walle2023-02-061-24/+35
* nvmem: core: drop the removal of the cells in nvmem_add_cells()Michael Walle2023-02-061-10/+4
* nvmem: core: add an index parameter to the cellMichael Walle2023-02-061-11/+26
* nvmem: core: remove spurious white spaceRussell King (Oracle)2023-02-061-1/+1
* nvmem: core: fix return valueRussell King (Oracle)2023-01-281-0/+1
* nvmem: core: fix cell removal on errorMichael Walle2023-01-281-2/+1
* nvmem: core: fix device node refcountingMichael Walle2023-01-281-3/+8
* nvmem: core: fix registration vs use raceRussell King (Oracle)2023-01-281-10/+8
* nvmem: core: fix cleanup after dev_set_name()Russell King (Oracle)2023-01-281-12/+10
* nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)2023-01-281-3/+1
* nvmem: core: initialise nvmem->id earlyRussell King (Oracle)2023-01-281-1/+2
* nvmem: core: add error handling for dev_set_nameGaosheng Cui2022-09-241-3/+9
* nvmem: core: Fix memleak in nvmem_register()Gaosheng Cui2022-09-241-9/+6
* nvmem: core: support passing DT node in cell infoRafał Miłecki2022-05-091-0/+1
* Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman2022-02-281-1/+1
|\
| * nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello2022-02-211-1/+1
* | nvmem: core: Check input parameter for NULL in nvmem_unregister()Andy Shevchenko2022-02-211-1/+2
* | nvmem: core: Use devm_add_action_or_reset()Andy Shevchenko2022-02-211-13/+9
* | nvmem: core: Remove unused devm_nvmem_unregister()Andy Shevchenko2022-02-211-22/+0
|/
* nvmem: core: set size for sysfs bin fileSrinivas Kandagatla2021-12-031-0/+2
* Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman2021-10-181-1/+2
|\
| * nvmem: Fix shift-out-of-bound (UBSAN) with byte size cellsStephen Boyd2021-10-131-1/+2
* | nvmem: core: add nvmem cell post processing callbackSrinivas Kandagatla2021-10-131-0/+9
* | nvmem: core: rework nvmem cell instance creationSrinivas Kandagatla2021-10-131-60/+105
|/
* nvmem: core: fix error handling while validating keepout regionsSrinivas Kandagatla2021-08-061-2/+5
* Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-8/+15
|\
| * nvmem: core: add a missing of_node_putChristophe JAILLET2021-06-111-3/+6
| * nvmem: prepare basics for FRAM supportJiri Prchal2021-06-111-0/+4
| * nvmem: core: constify nvmem_cell_read_variable_common() return valueDouglas Anderson2021-06-111-5/+5
* | nvmem: core: allow specifying of_nodeMichael Walle2021-05-101-1/+3
|/
* nvmem: core: Fix unintentional sign extension issueColin Ian King2021-04-021-1/+1
* nvmem: core: Add functions to make number reading easyDouglas Anderson2021-04-021-0/+95
* nvmem: core: skip child nodes not matching bindingAhmad Fatoum2021-02-041-1/+3