Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
d2a4ac73f56a5d0709d28b41fec8d15e4500f8f1
/
drivers
/
nvmem
/
core.c
0749aa2
nvmem: core: fix regression in of_nvmem_cell_get()
by Srinivas Kandagatla
· 6 years ago
3c53e23
nvmem: hide unused nvmem_find_cell_by_index function
by Arnd Bergmann
· 6 years ago
cccb3b1
nvmem: fix nvmem_cell_get_from_lookup()
by Bartosz Golaszewski
· 6 years ago
badcdff
nvmem: Convert to using %pOFn instead of device_node.name
by Rob Herring
· 6 years ago
ef92ab3
nvmem: make nvmem_add_cells() static
by Srinivas Kandagatla
· 6 years ago
e7e07f4
nvmem: use octal permissions instead of constants
by Bartosz Golaszewski
· 6 years ago
48f63a2
nvmem: fix commenting style
by Bartosz Golaszewski
· 6 years ago
165589f
nvmem: make the naming of arguments in nvmem_cell_get() consistent
by Bartosz Golaszewski
· 6 years ago
b1c1db9
nvmem: use SPDX license identifiers
by Bartosz Golaszewski
· 6 years ago
bee1138
nvmem: add a notifier chain
by Bartosz Golaszewski
· 6 years ago
506157b
nvmem: add support for cell lookups from machine code
by Bartosz Golaszewski
· 6 years ago
e888d44
nvmem: resolve cells from DT at registration time
by Bartosz Golaszewski
· 6 years ago
b985f4c
nvmem: add support for cell info
by Bartosz Golaszewski
· 6 years ago
c7235ee
nvmem: remove the global cell list
by Bartosz Golaszewski
· 6 years ago
bf58e88
nvmem: change the signature of nvmem_unregister()
by Bartosz Golaszewski
· 6 years ago
c1de7f4
nvmem: use kref
by Bartosz Golaszewski
· 6 years ago
fa72d84
nvmem: check the return value of nvmem_add_cells()
by Bartosz Golaszewski
· 6 years ago
f9fcb7e
nvmem: remove a stray newline
by Bartosz Golaszewski
· 6 years ago
1852183
nvmem: use list_for_each_entry_safe in nvmem_device_remove_all_cells()
by Bartosz Golaszewski
· 6 years ago
5db652c
nvmem: remove the name field from struct nvmem_device
by Bartosz Golaszewski
· 6 years ago
d7b9fd1
nvmem: provide nvmem_dev_name()
by Bartosz Golaszewski
· 6 years ago
ca6ac25
nvmem: core: return error code instead of NULL from nvmem_device_get
by Srinivas Kandagatla
· 6 years ago
83cf9cd
Merge 4.18-rc5 into char-misc-next
by Greg Kroah-Hartman
· 7 years ago
fc82975
nvmem: core: remove unused nvmem_device ncells member
by Srinivas Kandagatla
· 7 years ago
87ed140
nvmem: Don't let a NULL cell_id for nvmem_cell_get() crash us
by Douglas Anderson
· 7 years ago
50808bf
nvmem: properly handle returned value nvmem_reg_read
by Mathieu Malaterre
· 7 years ago
b378c77
nvmem: core: describe add missing dev function parameter
by Srinivas Kandagatla
· 7 years ago
b3db17e
drivers: nvmem: Export nvmem_add_cells()
by Andrew Lunn
· 7 years ago
f1f50ec
nvmem: Introduce devm_nvmem_(un)register()
by Andrey Smirnov
· 7 years ago
fd0f490
nvmem: core: Allow specifying device name verbatim
by Andrey Smirnov
· 7 years ago
fc2f997
nvmem: core: switch to device_property_present for reading property "read-only"
by Heiner Kallweit
· 7 years ago
99897ef
nvmem: core: let stride and word_size default to 1
by Heiner Kallweit
· 7 years ago
9f3044c
nvmem: core: Deduplicate bus_find_device() by name matching
by Lukas Wunner
· 7 years ago
17eb18d
nvmem: set nvmem->owner to nvmem->dev->driver->owner if unset
by Masahiro Yamada
· 7 years ago
58f2c39
Merge 4.14-rc5 into char-misc-next
by Greg Kroah-Hartman
· 7 years ago
e701c67
nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditional
by Masahiro Yamada
· 7 years ago
f7c04f1
nvmem: remove inline in drivers/nvmem/core.c
by Masahiro Yamada
· 7 years ago
aad8d09
nvmem: add missing of_node_put() in of_nvmem_cell_get()
by Masahiro Yamada
· 7 years ago
38b0774
nvmem: core: return EFBIG on out-of-range write
by Guy Shapiro
· 7 years ago
fd086113
nvmem: core: remove unneeded NULL check
by Dan Carpenter
· 8 years ago
d026d70
nvmem: core: Add nvmem_cell_read_u32
by Leonard Crestez
· 8 years ago
5f214cc
nvmem: Convert to using %pOF instead of full_name
by Rob Herring
· 8 years ago
666d6a3
nvmem: core: add locking to nvmem_find_cell
by Heiner Kallweit
· 8 years ago
79fbf04
nvmem: core: Call put_device() in nvmem_unregister()
by Andrey Smirnov
· 8 years ago
3360acd
nvmem: core: fix leaks on registration errors
by Johan Hovold
· 8 years ago
5253193
nvmem: core: Allow allocating several anonymous nvmem devices
by Aban Bedel
· 8 years ago
fd0c478
nvmem: core: Allow getting nvmem cell with a NULL cell id
by Vivek Gautam
· 8 years ago
2914326
nvmem: core: Correct a bunch of function documentations
by Vivek Gautam
· 8 years ago
3b4a687
nvmem: core: Allow ignoring length when reading a cell
by Vivek Gautam
· 8 years ago
b577faf
nvmem: fix nvmem_cell_read() return type doc
by Brian Norris
· 8 years ago
287980e
remove lots of IS_ERR_VALUE abuses
by Arnd Bergmann
· 9 years ago
795ddd1
nvmem: core: remove regmap dependency
by Srinivas Kandagatla
· 9 years ago
b6c217a
nvmem: Add backwards compatibility support for older EEPROM drivers.
by Andrew Lunn
· 9 years ago
811b0d6
nvmem: Add flag to export NVMEM to root only
by Andrew Lunn
· 9 years ago
dfdf141
nvmem: core: fix error path in nvmem_add_cells()
by Rasmus Villemoes
· 9 years ago
313a72f
nvmem: core: return error for non word aligned access
by Srinivas Kandagatla
· 9 years ago
ace2217
nvmem: core: Fix memory leak in nvmem_cell_write
by Axel Lin
· 9 years ago
cbf854a
nvmem: core: Handle shift bits in-place if cell->nbits is non-zero
by Axel Lin
· 9 years ago
7c80688
nvmem: core: fix the out-of-range leak in read/write()
by ZhengShunQian
· 9 years ago
e2a5402
nvmem: Add nvmem_device based consumer apis.
by Srinivas Kandagatla
· 10 years ago
69aba79
nvmem: Add a simple NVMEM framework for consumers
by Srinivas Kandagatla
· 10 years ago
eace75c
nvmem: Add a simple NVMEM framework for nvmem providers
by Srinivas Kandagatla
· 10 years ago