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