Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8eaeb21925563075ae036c2e5ba8d041b70e18fa
/
drivers
/
base
/
regmap
/
regmap.c
8eaeb21
regmap: add regmap_bulk_write() for register write
by Laxman Dewangan
· 13 years ago
c915719
regmap: Support for caching in reg_raw_write()
by Laxman Dewangan
· 13 years ago
421e8d2
regmap: Reset cache status when reinitialsing the cache
by Mark Brown
· 13 years ago
8569d02
Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-next
by Mark Brown
· 13 years ago
bf31517
regmap: Allow drivers to reinitialise the register cache at runtime
by Mark Brown
· 13 years ago
018690d
regmap: Allow regmap_update_bits() users to detect changes
by Mark Brown
· 13 years ago
052d2cd
regmap: Do debugfs init before cache init
by Mark Brown
· 13 years ago
d91e8db2
regmap: Suppress noop writes in regmap_update_bits()
by Mark Brown
· 13 years ago
7e5ec63
regmap: Add support for 10/14 register formating
by Lars-Peter Clausen
· 13 years ago
1925441
regmap: Try cached read before checking if a hardware read is possible
by Lars-Peter Clausen
· 13 years ago
e5e3b8a
regmap: Move initialization of regcache related fields to regcache_init
by Lars-Peter Clausen
· 13 years ago
abbb18f
regmap: return ERR_PTR instead of NULL in regmap_init
by Lars-Peter Clausen
· 13 years ago
58072cb
regmap: Fix memory leak in regmap_init error path
by Lars-Peter Clausen
· 13 years ago
c48a9d7
regmap: Support some more block operations on cached devices
by Lars-Peter Clausen
· 13 years ago
82cd996
regmap: Add helper function for checking if a register range is volatile
by Lars-Peter Clausen
· 13 years ago
81bf58e
Merge branches 'regmap/irq' and 'regmap/cache' into regmap-next
by Mark Brown
· 13 years ago
8ae0d7e
regmap: Track if the register cache is dirty and suppress unneeded syncs
by Mark Brown
· 13 years ago
b973aa3
regmap: Fix typo in kerneldoc for regmap_update_bits()
by Mark Brown
· 13 years ago
de2d808
regmap: Support some block operations on cached devices
by Mark Brown
· 13 years ago
04e016a
regmap: Warn on raw I/O as well as bulk reads that bypass cache
by Mark Brown
· 13 years ago
4d2dc09
regmap: Make _regmap_write() global
by Dimitris Papastamos
· 13 years ago
5d1729e
regmap: Incorporate the regcache core into regmap
by Dimitris Papastamos
· 13 years ago
6f30644
regmap: Add support for device specific write and read flag masks.
by Lars-Peter Clausen
· 13 years ago
a7ace56
Merge branch 'regmap-linus' into regmap-next
by Mark Brown
· 13 years ago
5204f5e
regmap: Remove bitrotted module_put()s
by Mark Brown
· 13 years ago
8de2f08
regmap: Add functions to check for access on registers
by Mark Brown
· 14 years ago
2efe164
regmap: Skip precious registers when dumping registers via debugfs
by Mark Brown
· 14 years ago
31244e3
regmap: Provide register map dump via debugfs
by Mark Brown
· 14 years ago
93de912
regmap: Use a local header for API internals
by Mark Brown
· 14 years ago
7330478
regmap: Implement writable register checks
by Mark Brown
· 14 years ago
fb2736b
regmap: Add basic tracepoints
by Mark Brown
· 14 years ago
555feda
Merge branches 'regmap-linus' and 'regmap-interface' into regmap-next
by Mark Brown
· 14 years ago
2547e20
regmap: Just send the buffer directly for single register writes
by Mark Brown
· 14 years ago
2e2ae66
regmap: Allow devices to specify which registers are accessible
by Mark Brown
· 14 years ago
40c5cc2
regmap: Fix bulk reads
by Mark Brown
· 14 years ago
b83a313
regmap: Add generic non-memory mapped register access API
by Mark Brown
· 14 years ago