aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nvmem: core: switch to use device_add_groups()Greg Kroah-Hartman2024-05-031-1/+1
* nvmem: core: Print error on wrong bits DT propertyMarkus Schneider-Pargmann2024-03-071-0/+5
* nvmem: include bit index in cell sysfs file nameArnd Bergmann2024-02-141-2/+3
* nvmem: core: add nvmem_dev_size() helperRafał Miłecki2024-01-041-0/+13
* nvmem: drop nvmem_layout_get_match_data()Rafał Miłecki2024-01-041-13/+0
* nvmem: layouts: refactor .add_cells() callback argumentsRafał Miłecki2024-01-041-1/+1
* nvmem: core: Expose cells through sysfsMiquel Raynal2023-12-151-1/+134
* nvmem: core: Rework layouts to become regular devicesMiquel Raynal2023-12-151-109/+61
* nvmem: Move and rename ->fixup_cell_info()Miquel Raynal2023-12-151-3/+3
* nvmem: Simplify the ->add_cells() hookMiquel Raynal2023-12-151-1/+1
* nvmem: Create a header for internal sharingMiquel Raynal2023-12-151-23/+1
* nvmem: Move of_nvmem_layout_get_container() in another headerMiquel Raynal2023-12-151-8/+0
* nvmem: Do not expect fixed layouts to grab a layout driverMiquel Raynal2023-12-071-0/+6
* Revert "nvmem: add new config option"Rafał Miłecki2023-10-271-1/+1
* nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki2023-10-211-3/+5
* 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/mcgrof/linuxLinus 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