index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux 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
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
2023-04-05
nvmem: core: allow to modify a cell before adding it
Michael Walle
2023-04-05
nvmem: core: add per-cell post processing
Michael Walle
2023-04-05
nvmem: core: request layout modules loading
Miquel Raynal
2023-04-05
nvmem: core: handle the absence of expected layouts
Miquel Raynal
2023-04-05
nvmem: core: introduce NVMEM layouts
Michael Walle
2023-03-10
nvmem: core: return -ENOENT if nvmem cell is not found
Michael Walle
2023-02-06
nvmem: core: use nvmem_add_one_cell() in nvmem_add_cells_from_of()
Michael Walle
2023-02-06
nvmem: core: add nvmem_add_one_cell()
Michael Walle
2023-02-06
nvmem: core: drop the removal of the cells in nvmem_add_cells()
Michael Walle
2023-02-06
nvmem: core: add an index parameter to the cell
Michael Walle
2023-02-06
nvmem: core: remove spurious white space
Russell King (Oracle)
2023-01-28
nvmem: core: fix return value
Russell King (Oracle)
2023-01-28
nvmem: core: fix cell removal on error
Michael Walle
2023-01-28
nvmem: core: fix device node refcounting
Michael Walle
2023-01-28
nvmem: core: fix registration vs use race
Russell King (Oracle)
2023-01-28
nvmem: core: fix cleanup after dev_set_name()
Russell King (Oracle)
2023-01-28
nvmem: core: remove nvmem_config wp_gpio
Russell King (Oracle)
2023-01-28
nvmem: core: initialise nvmem->id early
Russell King (Oracle)
2022-09-24
nvmem: core: add error handling for dev_set_name
Gaosheng Cui
2022-09-24
nvmem: core: Fix memleak in nvmem_register()
Gaosheng Cui
2022-05-09
nvmem: core: support passing DT node in cell info
Rafał Miłecki
2022-02-28
Merge 5.17-rc6 into char-misc-next
Greg Kroah-Hartman
2022-02-21
nvmem: core: Check input parameter for NULL in nvmem_unregister()
Andy Shevchenko
2022-02-21
nvmem: core: Use devm_add_action_or_reset()
Andy Shevchenko
2022-02-21
nvmem: core: Remove unused devm_nvmem_unregister()
Andy Shevchenko
2022-02-21
nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
Christophe Kerello
2021-12-03
nvmem: core: set size for sysfs bin file
Srinivas Kandagatla
2021-10-18
Merge 5.15-rc6 into char-misc-next
Greg Kroah-Hartman
2021-10-13
nvmem: core: add nvmem cell post processing callback
Srinivas Kandagatla
2021-10-13
nvmem: core: rework nvmem cell instance creation
Srinivas Kandagatla
2021-10-13
nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells
Stephen Boyd
2021-08-06
nvmem: core: fix error handling while validating keepout regions
Srinivas Kandagatla
2021-07-05
Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-06-11
nvmem: core: add a missing of_node_put
Christophe JAILLET
2021-06-11
nvmem: prepare basics for FRAM support
Jiri Prchal
2021-06-11
nvmem: core: constify nvmem_cell_read_variable_common() return value
Douglas Anderson
2021-05-10
nvmem: core: allow specifying of_node
Michael Walle
[next]