summaryrefslogtreecommitdiff
path: root/drivers/nvmem/core.c
AgeCommit message (Expand)Author
5 daysMerge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-16nvmem: make nvmem_bus_type constantGreg Kroah-Hartman
2025-07-16nvmem: core: Fix typos in comments and MODULE_AUTHOR stringsAlok Tiwari
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh
2025-05-21nvmem: Remove unused nvmem cell table supportGeert Uytterhoeven
2025-04-11nvmem: core: update raw_len if the bit reading is requiredDmitry Baryshkov
2025-04-11nvmem: core: verify cell's raw_lenDmitry Baryshkov
2025-04-11nvmem: core: fix bit offsets of more than one byteDmitry Baryshkov
2025-01-10nvmem: core: improve range check for nvmem_cell_write()Jennifer Berringer
2024-12-30nvmem: core: constify 'struct bin_attribute'Thomas Weißschuh
2024-11-29Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-11-05nvmem: core: Check read_only flag for force_ro in bin_attr_nvmem_write()Marek Vasut
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh
2024-11-05nvmem: core: calculate bin_attribute size through bin_size()Thomas Weißschuh
2024-11-05nvmem: Correct some typos in commentsShen Lichuan
2024-09-03nvmem: Fix return type of devm_nvmem_device_get() in kerneldocGeert Uytterhoeven
2024-07-19Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-07-05nvmem: core: Implement force_ro sysfs attributeMarek Vasut
2024-07-05nvmem: Use sysfs_emit() for type attributeMarek Vasut
2024-07-05nvmem: core: drop unnecessary range checks in sysfs callbacksThomas Weißschuh
2024-07-05nvmem: core: remove global nvmem_cells_groupThomas Weißschuh
2024-07-05nvmem: core: add single sysfs groupThomas Weißschuh
2024-07-03nvmem: core: limit cell sysfs permissions to main attribute onesThomas Weißschuh
2024-07-03nvmem: core: only change name to fram for current attributeThomas Weißschuh
2024-05-03nvmem: core: switch to use device_add_groups()Greg Kroah-Hartman
2024-03-07nvmem: core: Print error on wrong bits DT propertyMarkus Schneider-Pargmann
2024-02-14nvmem: include bit index in cell sysfs file nameArnd Bergmann
2024-01-04nvmem: core: add nvmem_dev_size() helperRafał Miłecki
2024-01-04nvmem: drop nvmem_layout_get_match_data()Rafał Miłecki
2024-01-04nvmem: layouts: refactor .add_cells() callback argumentsRafał Miłecki
2023-12-15nvmem: core: Expose cells through sysfsMiquel Raynal
2023-12-15nvmem: core: Rework layouts to become regular devicesMiquel Raynal
2023-12-15nvmem: Move and rename ->fixup_cell_info()Miquel Raynal
2023-12-15nvmem: Simplify the ->add_cells() hookMiquel Raynal
2023-12-15nvmem: Create a header for internal sharingMiquel Raynal
2023-12-15nvmem: Move of_nvmem_layout_get_container() in another headerMiquel Raynal
2023-12-07nvmem: Do not expect fixed layouts to grab a layout driverMiquel Raynal
2023-10-27Revert "nvmem: add new config option"Rafał Miłecki
2023-10-21nvmem: add explicit config option to read old syntax fixed OF cellsRafał Miłecki
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