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
2020-11-27
nvmem: core: Add support for keepout regions
Evan Green
2020-09-27
nvmem: core: fix possibly memleak when use nvmem_cell_info_to_nvmem_cell()
Vadym Kochan
2020-09-17
nvmem: core: fix missing of_node_put() in of_nvmem_device_get()
Vadym Kochan
2020-09-17
nvmem: switch to simpler IDA interface
Bartosz Golaszewski
2020-09-17
nvmem: core: Use kobj_to_dev() instead of container_of()
Tian Tao
2020-07-29
nvmem: core: add support to auto devid
Srinivas Kandagatla
2020-07-29
nvmem: core: Add nvmem_cell_read_u8()
Andreas Färber
2020-07-29
nvmem: core: Grammar fixes for help text
Andreas Färber
2020-07-29
nvmem: Enforce nvmem stride in the sysfs interface
Douglas Anderson
2020-05-15
nvmem: ensure sysfs writes handle write-protect pin
Michael Auchter
2020-04-28
nvmem: core: cleanup old eeprom compat entry attributes
Srinivas Kandagatla
2020-03-25
nvmem: core: remove nvmem_sysfs_get_groups()
Srinivas Kandagatla
2020-03-25
nvmem: core: use is_bin_visible for permissions
Srinivas Kandagatla
2020-03-25
nvmem: core: use device_register and device_unregister
Srinivas Kandagatla
2020-03-25
nvmem: core: add root_only member to nvmem device struct
Srinivas Kandagatla
2020-03-19
nvmem: core: validate nvmem config before parsing
Srinivas Kandagatla
2020-03-19
nvmem: release the write-protect pin
Khouloud Touil
2020-03-19
nvmem: fix memory leak in error path
Bartosz Golaszewski
2020-03-19
nvmem: add a newline for readability
Bartosz Golaszewski
2020-03-19
nvmem: remove a stray newline in nvmem_register()
Bartosz Golaszewski
2020-03-19
nvmem: core: add nvmem_cell_read_u64
Yangtao Li
2020-03-19
nvmem: core: add nvmem_cell_read_common
Yangtao Li
2020-02-07
Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
2020-01-10
nvmem: core: fix memory abort in cleanup path
Bitan Biswas
2020-01-10
nvmem: fix a 'makes pointer from integer without a cast' build warning
Bartosz Golaszewski
2020-01-09
nvmem: add support for the write-protect pin
Khouloud Touil
2019-10-07
nvmem: core: add nvmem_device_find
Thomas Bogendoerfer
2019-07-30
drivers: Introduce device lookup variants by of_node
Suzuki K Poulose
2019-06-24
bus_find_device: Unify the match callback with class_find_device
Suzuki K Poulose
2019-04-25
nvmem: core: add NVMEM_SYSFS Kconfig
Srinivas Kandagatla
2019-04-25
nvmem: core: fix read buffer in place
Jorge Ramirez-Ortiz
2019-04-25
nvmem: core: add nvmem_cell_read_u16
Fabrice Gasnier
2019-02-19
nvmem: core: don't check the return value of notifier chain call
Bartosz Golaszewski
2019-01-31
nvmem: core: Avoid useless iterations in nvmem_cell_get_from_lookup()
Alban Bedel
2019-01-31
nvmem: core: Fix device reference leak
Alban Bedel
2019-01-31
nvmem: core: Always reference the device returned by nvmem_device_get()
Alban Bedel
2019-01-31
nvmem: core: Properly handle connection ID in of_nvmem_device_get()
Alban Bedel
2019-01-31
nvmem: core: Fix cell lookup when no cell is found
Alban Bedel
2019-01-31
nvmem: core: Fix of_nvmem_cell_get() for optional cells
Alban Bedel
2019-01-31
nvmem: core: Set the provider read-only when no write callback is given
Alban Bedel
2018-12-06
nvmem: add new config option
Bartosz Golaszewski
2018-12-06
nvmem: Move nvmem_type_str array to its only user
Andy Shevchenko
2018-12-06
nvmem: add type attribute
Alexandre Belloni
2018-11-11
nvmem: core: fix regression in of_nvmem_cell_get()
Srinivas Kandagatla
2018-10-15
nvmem: hide unused nvmem_find_cell_by_index function
Arnd Bergmann
2018-10-15
nvmem: fix nvmem_cell_get_from_lookup()
Bartosz Golaszewski
2018-10-15
nvmem: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-09-28
nvmem: make nvmem_add_cells() static
Srinivas Kandagatla
2018-09-28
nvmem: use octal permissions instead of constants
Bartosz Golaszewski
2018-09-28
nvmem: fix commenting style
Bartosz Golaszewski
[next]