index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvmem
/
core.c
Age
Commit message (
Expand
)
Author
5 days
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-07-16
nvmem: make nvmem_bus_type constant
Greg Kroah-Hartman
2025-07-16
nvmem: core: Fix typos in comments and MODULE_AUTHOR strings
Alok Tiwari
2025-06-17
sysfs: treewide: switch back to attribute_group::bin_attrs
Thomas Weißschuh
2025-06-17
sysfs: treewide: switch back to bin_attribute::read()/write()
Thomas Weißschuh
2025-05-21
nvmem: Remove unused nvmem cell table support
Geert Uytterhoeven
2025-04-11
nvmem: core: update raw_len if the bit reading is required
Dmitry Baryshkov
2025-04-11
nvmem: core: verify cell's raw_len
Dmitry Baryshkov
2025-04-11
nvmem: core: fix bit offsets of more than one byte
Dmitry Baryshkov
2025-01-10
nvmem: core: improve range check for nvmem_cell_write()
Jennifer Berringer
2024-12-30
nvmem: core: constify 'struct bin_attribute'
Thomas Weißschuh
2024-11-29
Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-11-05
nvmem: core: Check read_only flag for force_ro in bin_attr_nvmem_write()
Marek Vasut
2024-11-05
sysfs: treewide: constify attribute callback of bin_is_visible()
Thomas Weißschuh
2024-11-05
nvmem: core: calculate bin_attribute size through bin_size()
Thomas Weißschuh
2024-11-05
nvmem: Correct some typos in comments
Shen Lichuan
2024-09-03
nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc
Geert Uytterhoeven
2024-07-19
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-07-05
nvmem: core: Implement force_ro sysfs attribute
Marek Vasut
2024-07-05
nvmem: Use sysfs_emit() for type attribute
Marek Vasut
2024-07-05
nvmem: core: drop unnecessary range checks in sysfs callbacks
Thomas Weißschuh
2024-07-05
nvmem: core: remove global nvmem_cells_group
Thomas Weißschuh
2024-07-05
nvmem: core: add single sysfs group
Thomas Weißschuh
2024-07-03
nvmem: core: limit cell sysfs permissions to main attribute ones
Thomas Weißschuh
2024-07-03
nvmem: core: only change name to fram for current attribute
Thomas Weißschuh
2024-05-03
nvmem: core: switch to use device_add_groups()
Greg Kroah-Hartman
2024-03-07
nvmem: core: Print error on wrong bits DT property
Markus Schneider-Pargmann
2024-02-14
nvmem: include bit index in cell sysfs file name
Arnd Bergmann
2024-01-04
nvmem: core: add nvmem_dev_size() helper
Rafał Miłecki
2024-01-04
nvmem: drop nvmem_layout_get_match_data()
Rafał Miłecki
2024-01-04
nvmem: layouts: refactor .add_cells() callback arguments
Rafał Miłecki
2023-12-15
nvmem: core: Expose cells through sysfs
Miquel Raynal
2023-12-15
nvmem: core: Rework layouts to become regular devices
Miquel Raynal
2023-12-15
nvmem: Move and rename ->fixup_cell_info()
Miquel Raynal
2023-12-15
nvmem: Simplify the ->add_cells() hook
Miquel Raynal
2023-12-15
nvmem: Create a header for internal sharing
Miquel Raynal
2023-12-15
nvmem: Move of_nvmem_layout_get_container() in another header
Miquel Raynal
2023-12-07
nvmem: Do not expect fixed layouts to grab a layout driver
Miquel Raynal
2023-10-27
Revert "nvmem: add new config option"
Rafał Miłecki
2023-10-21
nvmem: add explicit config option to read old syntax fixed OF cells
Rafał Miłecki
2023-08-23
nvmem: core: Notify when a new layout is registered
Miquel Raynal
2023-08-23
nvmem: core: Do not open-code existing functions
Miquel Raynal
2023-08-23
nvmem: core: Create all cells before adding the nvmem device
Miquel Raynal
2023-08-23
nvmem: Explicitly include correct DT includes
Rob Herring
2023-06-15
nvmem: core: add support for fixed cells *layout*
Rafał Miłecki
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-13
nvmem: core: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-05
nvmem: core: support specifying both: cell raw data & post read lengths
Rafał Miłecki
2023-04-05
nvmem: core: provide own priv pointer in post process callback
Michael Walle
2023-04-05
nvmem: cell: drop global cell_post_process
Michael Walle
[next]