summaryrefslogtreecommitdiff
path: root/drivers/nvmem/core.c
AgeCommit message (Expand)Author
2025-02-27nvmem: Move and rename ->fixup_cell_info()Miquel Raynal
2025-02-27nvmem: Simplify the ->add_cells() hookMiquel Raynal
2025-02-27nvmem: Create a header for internal sharingMiquel Raynal
2025-02-17nvmem: core: improve range check for nvmem_cell_write()Jennifer Berringer
2024-09-18nvmem: core: add nvmem_dev_size() helperRafał Miłecki
2024-09-12nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven
2024-07-18nvmem: core: only change name to fram for current attributeThomas Weißschuh
2024-05-17nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki
2023-12-13nvmem: Do not expect fixed layouts to grab a layout driverMiquel Raynal
2023-08-23nvmem: core: Notify when a new layout is registeredMiquel Raynal
2023-08-23nvmem: core: Do not open-code existing functionsMiquel Raynal
2023-08-23nvmem: core: Create all cells before adding the nvmem deviceMiquel Raynal
2023-08-23nvmem: Explicitly include correct DT includesRob Herring
2023-06-15nvmem: core: add support for fixed cells *layout*Rafał Miłecki
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-13nvmem: core: remove MODULE_LICENSE in non-modulesNick Alcock
2023-04-05nvmem: core: support specifying both: cell raw data & post read lengthsRafał Miłecki
2023-04-05nvmem: core: provide own priv pointer in post process callbackMichael Walle
2023-04-05nvmem: cell: drop global cell_post_processMichael Walle
2023-04-05nvmem: core: allow to modify a cell before adding itMichael Walle
2023-04-05nvmem: core: add per-cell post processingMichael Walle
2023-04-05nvmem: core: request layout modules loadingMiquel Raynal
2023-04-05nvmem: core: handle the absence of expected layoutsMiquel Raynal
2023-04-05nvmem: core: introduce NVMEM layoutsMichael Walle
2023-03-10nvmem: core: return -ENOENT if nvmem cell is not foundMichael Walle
2023-02-06nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()Michael Walle
2023-02-06nvmem: core: add nvmem_add_one_cell()Michael Walle
2023-02-06nvmem: core: drop the removal of the cells in nvmem_add_cells()Michael Walle
2023-02-06nvmem: core: add an index parameter to the cellMichael Walle
2023-02-06nvmem: core: remove spurious white spaceRussell King (Oracle)
2023-01-28nvmem: core: fix return valueRussell King (Oracle)
2023-01-28nvmem: core: fix cell removal on errorMichael Walle
2023-01-28nvmem: core: fix device node refcountingMichael Walle
2023-01-28nvmem: core: fix registration vs use raceRussell King (Oracle)
2023-01-28nvmem: core: fix cleanup after dev_set_name()Russell King (Oracle)
2023-01-28nvmem: core: remove nvmem_config wp_gpioRussell King (Oracle)
2023-01-28nvmem: core: initialise nvmem->id earlyRussell King (Oracle)
2022-09-24nvmem: core: add error handling for dev_set_nameGaosheng Cui
2022-09-24nvmem: core: Fix memleak in nvmem_register()Gaosheng Cui
2022-05-09nvmem: core: support passing DT node in cell infoRafał Miłecki
2022-02-28Merge 5.17-rc6 into char-misc-nextGreg Kroah-Hartman
2022-02-21nvmem: core: Check input parameter for NULL in nvmem_unregister()Andy Shevchenko
2022-02-21nvmem: core: Use devm_add_action_or_reset()Andy Shevchenko
2022-02-21nvmem: core: Remove unused devm_nvmem_unregister()Andy Shevchenko
2022-02-21nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios propertyChristophe Kerello
2021-12-03nvmem: core: set size for sysfs bin fileSrinivas Kandagatla
2021-10-18Merge 5.15-rc6 into char-misc-nextGreg Kroah-Hartman
2021-10-13nvmem: core: add nvmem cell post processing callbackSrinivas Kandagatla
2021-10-13nvmem: core: rework nvmem cell instance creationSrinivas Kandagatla
2021-10-13nvmem: Fix shift-out-of-bound (UBSAN) with byte size cellsStephen Boyd