index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvmem
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
nvmem: Fix return type of devm_nvmem_device_get() in kerneldoc
Geert Uytterhoeven
1
-3
/
+3
2023-02-22
nvmem: core: fix return value
Russell King (Oracle)
1
-0
/
+1
2023-02-22
nvmem: core: fix registration vs use race
Russell King (Oracle)
1
-9
/
+7
2023-02-22
nvmem: core: fix cleanup after dev_set_name()
Russell King (Oracle)
1
-12
/
+10
2023-02-22
nvmem: core: remove nvmem_config wp_gpio
Russell King (Oracle)
1
-3
/
+1
2023-02-22
nvmem: core: add error handling for dev_set_name
Gaosheng Cui
1
-3
/
+9
2023-02-15
nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property
Christophe Kerello
1
-1
/
+1
2023-02-15
nvmem: core: fix cell removal on error
Michael Walle
1
-2
/
+1
2023-02-15
nvmem: core: initialise nvmem->id early
Russell King (Oracle)
1
-1
/
+2
2022-01-27
nvmem: core: set size for sysfs bin file
Srinivas Kandagatla
1
-0
/
+2
2021-10-20
nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells
Stephen Boyd
1
-1
/
+2
2021-07-19
nvmem: core: add a missing of_node_put
Christophe JAILLET
1
-3
/
+6
2021-03-04
nvmem: core: skip child nodes not matching binding
Ahmad Fatoum
1
-1
/
+3
2021-03-04
nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of()
Dan Carpenter
1
-0
/
+1
2020-09-27
nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell()
Vadym Kochan
1
-9
/
+24
2020-09-17
nvmem: core: fix missing of_node_put() in of_nvmem_device_get()
Vadym Kochan
1
-1
/
+4
2020-09-17
nvmem: switch to simpler IDA interface
Bartosz Golaszewski
1
-3
/
+3
2020-09-17
nvmem: core: Use kobj_to_dev() instead of container_of()
Tian Tao
1
-3
/
+3
2020-07-29
nvmem: core: add support to auto devid
Srinivas Kandagatla
1
-2
/
+8
2020-07-29
nvmem: core: Add nvmem_cell_read_u8()
Andreas Färber
1
-0
/
+15
2020-07-29
nvmem: core: Grammar fixes for help text
Andreas Färber
1
-6
/
+6
2020-07-29
nvmem: Enforce nvmem stride in the sysfs interface
Douglas Anderson
1
-0
/
+6
2020-05-15
nvmem: ensure sysfs writes handle write-protect pin
Michael Auchter
1
-26
/
+26
2020-04-28
nvmem: core: cleanup old eeprom compat entry attributes
Srinivas Kandagatla
1
-38
/
+14
2020-03-25
nvmem: core: remove nvmem_sysfs_get_groups()
Srinivas Kandagatla
1
-2
/
+272
2020-03-25
nvmem: core: use is_bin_visible for permissions
Srinivas Kandagatla
1
-1
/
+1
2020-03-25
nvmem: core: use device_register and device_unregister
Srinivas Kandagatla
1
-5
/
+2
2020-03-25
nvmem: core: add root_only member to nvmem device struct
Srinivas Kandagatla
1
-0
/
+1
2020-03-19
nvmem: core: validate nvmem config before parsing
Srinivas Kandagatla
1
-0
/
+3
2020-03-19
nvmem: release the write-protect pin
Khouloud Touil
1
-0
/
+1
2020-03-19
nvmem: fix memory leak in error path
Bartosz Golaszewski
1
-2
/
+6
2020-03-19
nvmem: add a newline for readability
Bartosz Golaszewski
1
-0
/
+1
2020-03-19
nvmem: remove a stray newline in nvmem_register()
Bartosz Golaszewski
1
-1
/
+0
2020-03-19
nvmem: core: add nvmem_cell_read_u64
Yangtao Li
1
-0
/
+15
2020-03-19
nvmem: core: add nvmem_cell_read_common
Yangtao Li
1
-35
/
+19
2020-02-07
Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-2
/
+17
2020-01-10
nvmem: core: fix memory abort in cleanup path
Bitan Biswas
1
-3
/
+5
2020-01-10
nvmem: fix a 'makes pointer from integer without a cast' build warning
Bartosz Golaszewski
1
-1
/
+1
2020-01-09
nvmem: add support for the write-protect pin
Khouloud Touil
1
-2
/
+17
2019-10-07
nvmem: core: add nvmem_device_find
Thomas Bogendoerfer
1
-34
/
+27
2019-07-30
drivers: Introduce device lookup variants by of_node
Suzuki K Poulose
1
-6
/
+1
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
1
-1
/
+1
2019-04-25
nvmem: core: add NVMEM_SYSFS Kconfig
Srinivas Kandagatla
1
-260
/
+4
2019-04-25
nvmem: core: fix read buffer in place
Jorge Ramirez-Ortiz
1
-5
/
+10
2019-04-25
nvmem: core: add nvmem_cell_read_u16
Fabrice Gasnier
1
-0
/
+37
2019-02-19
nvmem: core: don't check the return value of notifier chain call
Bartosz Golaszewski
1
-3
/
+1
2019-01-31
nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup()
Alban Bedel
1
-3
/
+2
2019-01-31
nvmem: core: Fix device reference leak
Alban Bedel
1
-0
/
+2
2019-01-31
nvmem: core: Always reference the device returned by nvmem_device_get()
Alban Bedel
1
-1
/
+1
2019-01-31
nvmem: core: Properly handle connection ID in of_nvmem_device_get()
Alban Bedel
1
-3
/
+4
[next]