index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvmem
/
core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2024-07-20
1
-36
/
+54
|
\
|
*
nvmem: core: Implement force_ro sysfs attribute
Marek Vasut
2024-07-05
1
-0
/
+43
|
*
nvmem: Use sysfs_emit() for type attribute
Marek Vasut
2024-07-05
1
-1
/
+1
|
*
nvmem: core: drop unnecessary range checks in sysfs callbacks
Thomas Weißschuh
2024-07-05
1
-14
/
+0
|
*
nvmem: core: remove global nvmem_cells_group
Thomas Weißschuh
2024-07-05
1
-16
/
+10
|
*
nvmem: core: add single sysfs group
Thomas Weißschuh
2024-07-05
1
-6
/
+1
*
|
nvmem: core: limit cell sysfs permissions to main attribute ones
Thomas Weißschuh
2024-07-03
1
-1
/
+1
*
|
nvmem: core: only change name to fram for current attribute
Thomas Weißschuh
2024-07-03
1
-3
/
+2
|
/
*
nvmem: core: switch to use device_add_groups()
Greg Kroah-Hartman
2024-05-03
1
-1
/
+1
*
nvmem: core: Print error on wrong bits DT property
Markus Schneider-Pargmann
2024-03-07
1
-0
/
+5
*
nvmem: include bit index in cell sysfs file name
Arnd Bergmann
2024-02-14
1
-2
/
+3
*
nvmem: core: add nvmem_dev_size() helper
Rafał Miłecki
2024-01-04
1
-0
/
+13
*
nvmem: drop nvmem_layout_get_match_data()
Rafał Miłecki
2024-01-04
1
-13
/
+0
*
nvmem: layouts: refactor .add_cells() callback arguments
Rafał Miłecki
2024-01-04
1
-1
/
+1
*
nvmem: core: Expose cells through sysfs
Miquel Raynal
2023-12-15
1
-1
/
+134
*
nvmem: core: Rework layouts to become regular devices
Miquel Raynal
2023-12-15
1
-109
/
+61
*
nvmem: Move and rename ->fixup_cell_info()
Miquel Raynal
2023-12-15
1
-3
/
+3
*
nvmem: Simplify the ->add_cells() hook
Miquel Raynal
2023-12-15
1
-1
/
+1
*
nvmem: Create a header for internal sharing
Miquel Raynal
2023-12-15
1
-23
/
+1
*
nvmem: Move of_nvmem_layout_get_container() in another header
Miquel Raynal
2023-12-15
1
-8
/
+0
*
nvmem: Do not expect fixed layouts to grab a layout driver
Miquel Raynal
2023-12-07
1
-0
/
+6
*
Revert "nvmem: add new config option"
Rafał Miłecki
2023-10-27
1
-1
/
+1
*
nvmem: add explicit config option to read old syntax fixed OF cells
Rafał Miłecki
2023-10-21
1
-3
/
+5
*
nvmem: core: Notify when a new layout is registered
Miquel Raynal
2023-08-23
1
-0
/
+4
*
nvmem: core: Do not open-code existing functions
Miquel Raynal
2023-08-23
1
-2
/
+2
*
nvmem: core: Create all cells before adding the nvmem device
Miquel Raynal
2023-08-23
1
-5
/
+5
*
nvmem: Explicitly include correct DT includes
Rob Herring
2023-08-23
1
-1
/
+0
*
nvmem: core: add support for fixed cells *layout*
Rafał Miłecki
2023-06-15
1
-3
/
+29
*
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-04-28
1
-1
/
+0
|
\
|
*
nvmem: core: remove MODULE_LICENSE in non-modules
Nick Alcock
2023-04-13
1
-1
/
+0
*
|
nvmem: core: support specifying both: cell raw data & post read lengths
Rafał Miłecki
2023-04-05
1
-4
/
+7
*
|
nvmem: core: provide own priv pointer in post process callback
Michael Walle
2023-04-05
1
-1
/
+3
*
|
nvmem: cell: drop global cell_post_process
Michael Walle
2023-04-05
1
-9
/
+0
*
|
nvmem: core: allow to modify a cell before adding it
Michael Walle
2023-04-05
1
-0
/
+4
*
|
nvmem: core: add per-cell post processing
Michael Walle
2023-04-05
1
-0
/
+17
*
|
nvmem: core: request layout modules loading
Miquel Raynal
2023-04-05
1
-0
/
+8
*
|
nvmem: core: handle the absence of expected layouts
Miquel Raynal
2023-04-05
1
-1
/
+9
*
|
nvmem: core: introduce NVMEM layouts
Michael Walle
2023-04-05
1
-0
/
+120
*
|
nvmem: core: return -ENOENT if nvmem cell is not found
Michael Walle
2023-03-10
1
-1
/
+1
|
/
*
nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()
Michael Walle
2023-02-06
1
-31
/
+14
*
nvmem: core: add nvmem_add_one_cell()
Michael Walle
2023-02-06
1
-24
/
+35
*
nvmem: core: drop the removal of the cells in nvmem_add_cells()
Michael Walle
2023-02-06
1
-10
/
+4
*
nvmem: core: add an index parameter to the cell
Michael Walle
2023-02-06
1
-11
/
+26
*
nvmem: core: remove spurious white space
Russell King (Oracle)
2023-02-06
1
-1
/
+1
*
nvmem: core: fix return value
Russell King (Oracle)
2023-01-28
1
-0
/
+1
*
nvmem: core: fix cell removal on error
Michael Walle
2023-01-28
1
-2
/
+1
*
nvmem: core: fix device node refcounting
Michael Walle
2023-01-28
1
-3
/
+8
*
nvmem: core: fix registration vs use race
Russell King (Oracle)
2023-01-28
1
-10
/
+8
*
nvmem: core: fix cleanup after dev_set_name()
Russell King (Oracle)
2023-01-28
1
-12
/
+10
*
nvmem: core: remove nvmem_config wp_gpio
Russell King (Oracle)
2023-01-28
1
-3
/
+1
[next]