aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvmem/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07nvmem: core: Print error on wrong bits DT propertyGravatar Markus Schneider-Pargmann 1-0/+5
2024-02-14nvmem: include bit index in cell sysfs file nameGravatar Arnd Bergmann 1-2/+3
2024-01-04nvmem: core: add nvmem_dev_size() helperGravatar Rafał Miłecki 1-0/+13
2024-01-04nvmem: drop nvmem_layout_get_match_data()Gravatar Rafał Miłecki 1-13/+0
2024-01-04nvmem: layouts: refactor .add_cells() callback argumentsGravatar Rafał Miłecki 1-1/+1
2023-12-15nvmem: core: Expose cells through sysfsGravatar Miquel Raynal 1-1/+134
2023-12-15nvmem: core: Rework layouts to become regular devicesGravatar Miquel Raynal 1-109/+61
2023-12-15nvmem: Move and rename ->fixup_cell_info()Gravatar Miquel Raynal 1-3/+3
2023-12-15nvmem: Simplify the ->add_cells() hookGravatar Miquel Raynal 1-1/+1
2023-12-15nvmem: Create a header for internal sharingGravatar Miquel Raynal 1-23/+1
2023-12-15nvmem: Move of_nvmem_layout_get_container() in another headerGravatar Miquel Raynal 1-8/+0
2023-12-07nvmem: Do not expect fixed layouts to grab a layout driverGravatar Miquel Raynal 1-0/+6
2023-10-27Revert "nvmem: add new config option"Gravatar Rafał Miłecki 1-1/+1
2023-10-21nvmem: add explicit config option to read old syntax fixed OF cellsGravatar Rafał Miłecki 1-3/+5
2023-08-23nvmem: core: Notify when a new layout is registeredGravatar Miquel Raynal 1-0/+4
2023-08-23nvmem: core: Do not open-code existing functionsGravatar Miquel Raynal 1-2/+2
2023-08-23nvmem: core: Create all cells before adding the nvmem deviceGravatar Miquel Raynal 1-5/+5
2023-08-23nvmem: Explicitly include correct DT includesGravatar Rob Herring 1-1/+0
2023-06-15nvmem: core: add support for fixed cells *layout*Gravatar Rafał Miłecki 1-3/+29
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2023-04-13nvmem: core: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-04-05nvmem: core: support specifying both: cell raw data & post read lengthsGravatar Rafał Miłecki 1-4/+7
2023-04-05nvmem: core: provide own priv pointer in post process callbackGravatar Michael Walle 1-1/+3
2023-04-05nvmem: cell: drop global cell_post_processGravatar Michael Walle 1-9/+0
2023-04-05nvmem: core: allow to modify a cell before adding itGravatar Michael Walle 1-0/+4
2023-04-05nvmem: core: add per-cell post processingGravatar Michael Walle 1-0/+17
2023-04-05nvmem: core: request layout modules loadingGravatar Miquel Raynal 1-0/+8
2023-04-05nvmem: core: handle the absence of expected layoutsGravatar Miquel Raynal 1-1/+9
2023-04-05nvmem: core: introduce NVMEM layoutsGravatar Michael Walle 1-0/+120
2023-03-10nvmem: core: return -ENOENT if nvmem cell is not foundGravatar Michael Walle 1-1/+1
2023-02-06nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()Gravatar Michael Walle 1-31/+14
2023-02-06nvmem: core: add nvmem_add_one_cell()Gravatar Michael Walle 1-24/+35
2023-02-06nvmem: core: drop the removal of the cells in nvmem_add_cells()Gravatar Michael Walle 1-10/+4
2023-02-06nvmem: core: add an index parameter to the cellGravatar Michael Walle 1-11/+26
2023-02-06nvmem: core: remove spurious white spaceGravatar Russell King (Oracle) 1-1/+1
2023-01-28nvmem: core: fix return valueGravatar Russell King (Oracle) 1-0/+1
2023-01-28nvmem: core: fix cell removal on errorGravatar Michael Walle 1-2/+1
2023-01-28nvmem: core: fix device node refcountingGravatar Michael Walle 1-3/+8
2023-01-28nvmem: core: fix registration vs use raceGravatar Russell King (Oracle) 1-10/+8
2023-01-28nvmem: core: fix cleanup after dev_set_name()Gravatar Russell King (Oracle) 1-12/+10
2023-01-28nvmem: core: remove nvmem_config wp_gpioGravatar Russell King (Oracle) 1-3/+1
2023-01-28nvmem: core: initialise nvmem->id earlyGravatar Russell King (Oracle) 1-1/+2
2022-09-24nvmem: core: add error handling for dev_set_nameGravatar Gaosheng Cui 1-3/+9
2022-09-24nvmem: core: Fix memleak in nvmem_register()Gravatar Gaosheng Cui 1-9/+6
2022-05-09nvmem: core: support passing DT node in cell infoGravatar Rafał Miłecki 1-0/+1
2022-02-28Merge 5.17-rc6 into char-misc-nextGravatar Greg Kroah-Hartman 1-1/+1
2022-02-21nvmem: core: Check input parameter for NULL in nvmem_unregister()Gravatar Andy Shevchenko 1-1/+2
2022-02-21nvmem: core: Use devm_add_action_or_reset()Gravatar Andy Shevchenko 1-13/+9
2022-02-21nvmem: core: Remove unused devm_nvmem_unregister()Gravatar Andy Shevchenko 1-22/+0
2022-02-21nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyGravatar Christophe Kerello 1-1/+1