index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvmem
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-27
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
*
nvmem: core: initialise nvmem->id early
Russell King (Oracle)
2023-01-28
1
-1
/
+2
*
nvmem: core: add error handling for dev_set_name
Gaosheng Cui
2022-09-24
1
-3
/
+9
*
nvmem: core: Fix memleak in nvmem_register()
Gaosheng Cui
2022-09-24
1
-9
/
+6
*
nvmem: core: support passing DT node in cell info
Rafał Miłecki
2022-05-09
1
-0
/
+1
*
Merge 5.17-rc6 into char-misc-next
Greg Kroah-Hartman
2022-02-28
1
-1
/
+1
|
\
|
*
nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
Christophe Kerello
2022-02-21
1
-1
/
+1
*
|
nvmem: core: Check input parameter for NULL in nvmem_unregister()
Andy Shevchenko
2022-02-21
1
-1
/
+2
*
|
nvmem: core: Use devm_add_action_or_reset()
Andy Shevchenko
2022-02-21
1
-13
/
+9
*
|
nvmem: core: Remove unused devm_nvmem_unregister()
Andy Shevchenko
2022-02-21
1
-22
/
+0
|
/
*
nvmem: core: set size for sysfs bin file
Srinivas Kandagatla
2021-12-03
1
-0
/
+2
*
Merge 5.15-rc6 into char-misc-next
Greg Kroah-Hartman
2021-10-18
1
-1
/
+2
|
\
|
*
nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells
Stephen Boyd
2021-10-13
1
-1
/
+2
*
|
nvmem: core: add nvmem cell post processing callback
Srinivas Kandagatla
2021-10-13
1
-0
/
+9
*
|
nvmem: core: rework nvmem cell instance creation
Srinivas Kandagatla
2021-10-13
1
-60
/
+105
|
/
*
nvmem: core: fix error handling while validating keepout regions
Srinivas Kandagatla
2021-08-06
1
-2
/
+5
*
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-05
1
-8
/
+15
|
\
|
*
nvmem: core: add a missing of_node_put
Christophe JAILLET
2021-06-11
1
-3
/
+6
|
*
nvmem: prepare basics for FRAM support
Jiri Prchal
2021-06-11
1
-0
/
+4
|
*
nvmem: core: constify nvmem_cell_read_variable_common() return value
Douglas Anderson
2021-06-11
1
-5
/
+5
*
|
nvmem: core: allow specifying of_node
Michael Walle
2021-05-10
1
-1
/
+3
|
/
*
nvmem: core: Fix unintentional sign extension issue
Colin Ian King
2021-04-02
1
-1
/
+1
*
nvmem: core: Add functions to make number reading easy
Douglas Anderson
2021-04-02
1
-0
/
+95
*
nvmem: core: skip child nodes not matching binding
Ahmad Fatoum
2021-02-04
1
-1
/
+3
[next]