summaryrefslogtreecommitdiffstats
path: root/drivers/nvmem/core.c
AgeCommit message (Expand)AuthorLines
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2024-11-05nvmem: core: Check read_only flag for force_ro in bin_attr_nvmem_write()Marek Vasut-1/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh-1/+2
2024-11-05nvmem: core: calculate bin_attribute size through bin_size()Thomas Weißschuh-2/+11
2024-11-05nvmem: Correct some typos in commentsShen Lichuan-2/+2
2024-09-03nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven-3/+3
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-36/+54
2024-07-05nvmem: core: Implement force_ro sysfs attributeMarek Vasut-0/+43
2024-07-05nvmem: Use sysfs_emit() for type attributeMarek Vasut-1/+1
2024-07-05nvmem: core: drop unnecessary range checks in sysfs callbacksThomas Weißschuh-14/+0
2024-07-05nvmem: core: remove global nvmem_cells_groupThomas Weißschuh-16/+10
2024-07-05nvmem: core: add single sysfs groupThomas Weißschuh-6/+1
2024-07-03nvmem: core: limit cell sysfs permissions to main attribute onesThomas Weißschuh-1/+1
2024-07-03nvmem: core: only change name to fram for current attributeThomas Weißschuh-3/+2
2024-05-03nvmem: core: switch to use device_add_groups()Greg Kroah-Hartman-1/+1
2024-03-07nvmem: core: Print error on wrong bits DT propertyMarkus Schneider-Pargmann-0/+5
2024-02-14nvmem: include bit index in cell sysfs file nameArnd Bergmann-2/+3
2024-01-04nvmem: core: add nvmem_dev_size() helperRafał Miłecki-0/+13
2024-01-04nvmem: drop nvmem_layout_get_match_data()Rafał Miłecki-13/+0
2024-01-04nvmem: layouts: refactor .add_cells() callback argumentsRafał Miłecki-1/+1
2023-12-15nvmem: core: Expose cells through sysfsMiquel Raynal-1/+134
2023-12-15nvmem: core: Rework layouts to become regular devicesMiquel Raynal-109/+61
2023-12-15nvmem: Move and rename ->fixup_cell_info()Miquel Raynal-3/+3
2023-12-15nvmem: Simplify the ->add_cells() hookMiquel Raynal-1/+1
2023-12-15nvmem: Create a header for internal sharingMiquel Raynal-23/+1
2023-12-15nvmem: Move of_nvmem_layout_get_container() in another headerMiquel Raynal-8/+0
2023-12-07nvmem: Do not expect fixed layouts to grab a layout driverMiquel Raynal-0/+6
2023-10-27Revert "nvmem: add new config option"Rafał Miłecki-1/+1
2023-10-21nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki-3/+5
2023-08-23nvmem: core: Notify when a new layout is registeredMiquel Raynal-0/+4
2023-08-23nvmem: core: Do not open-code existing functionsMiquel Raynal-2/+2
2023-08-23nvmem: core: Create all cells before adding the nvmem deviceMiquel Raynal-5/+5
2023-08-23nvmem: Explicitly include correct DT includesRob Herring-1/+0
2023-06-15nvmem: core: add support for fixed cells *layout*Rafał Miłecki-3/+29
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2023-04-13nvmem: core: remove MODULE_LICENSE in non-modulesNick Alcock-1/+0
2023-04-05nvmem: core: support specifying both: cell raw data & post read lengthsRafał Miłecki-4/+7
2023-04-05nvmem: core: provide own priv pointer in post process callbackMichael Walle-1/+3
2023-04-05nvmem: cell: drop global cell_post_processMichael Walle-9/+0
2023-04-05nvmem: core: allow to modify a cell before adding itMichael Walle-0/+4
2023-04-05nvmem: core: add per-cell post processingMichael Walle-0/+17
2023-04-05nvmem: core: request layout modules loadingMiquel Raynal-0/+8
2023-04-05nvmem: core: handle the absence of expected layoutsMiquel Raynal-1/+9
2023-04-05nvmem: core: introduce NVMEM layoutsMichael Walle-0/+120
2023-03-10nvmem: core: return -ENOENT if nvmem cell is not foundMichael Walle-1/+1
2023-02-06nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()Michael Walle-31/+14
2023-02-06nvmem: core: add nvmem_add_one_cell()Michael Walle-24/+35
2023-02-06nvmem: core: drop the removal of the cells in nvmem_add_cells()Michael Walle-10/+4
2023-02-06nvmem: core: add an index parameter to the cellMichael Walle-11/+26
2023-02-06nvmem: core: remove spurious white spaceRussell King (Oracle)-1/+1