Mark Brown
|
8569d023a0
Merge branch 'topic/cache' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-next
|
13 years ago |
Mark Brown
|
bf31517335
regmap: Allow drivers to reinitialise the register cache at runtime
|
13 years ago |
Mark Brown
|
018690d33e
regmap: Allow regmap_update_bits() users to detect changes
|
13 years ago |
Mark Brown
|
052d2cd123
regmap: Do debugfs init before cache init
|
13 years ago |
Mark Brown
|
d91e8db2c3
regmap: Suppress noop writes in regmap_update_bits()
|
13 years ago |
Lars-Peter Clausen
|
7e5ec63ef5
regmap: Add support for 10/14 register formating
|
13 years ago |
Lars-Peter Clausen
|
19254411db
regmap: Try cached read before checking if a hardware read is possible
|
13 years ago |
Lars-Peter Clausen
|
e5e3b8abed
regmap: Move initialization of regcache related fields to regcache_init
|
13 years ago |
Lars-Peter Clausen
|
abbb18fb4a
regmap: return ERR_PTR instead of NULL in regmap_init
|
13 years ago |
Lars-Peter Clausen
|
58072cbfc5
regmap: Fix memory leak in regmap_init error path
|
13 years ago |
Lars-Peter Clausen
|
c48a9d7492
regmap: Support some more block operations on cached devices
|
13 years ago |
Lars-Peter Clausen
|
82cd9965c3
regmap: Add helper function for checking if a register range is volatile
|
13 years ago |
Mark Brown
|
81bf58eb3c
Merge branches 'regmap/irq' and 'regmap/cache' into regmap-next
|
13 years ago |
Mark Brown
|
8ae0d7e8a9
regmap: Track if the register cache is dirty and suppress unneeded syncs
|
13 years ago |
Mark Brown
|
b973aa3624
regmap: Fix typo in kerneldoc for regmap_update_bits()
|
13 years ago |
Mark Brown
|
de2d808f4d
regmap: Support some block operations on cached devices
|
13 years ago |
Mark Brown
|
04e016adca
regmap: Warn on raw I/O as well as bulk reads that bypass cache
|
13 years ago |
Dimitris Papastamos
|
4d2dc09538
regmap: Make _regmap_write() global
|
13 years ago |
Dimitris Papastamos
|
5d1729e7f0
regmap: Incorporate the regcache core into regmap
|
13 years ago |
Lars-Peter Clausen
|
6f306441e9
regmap: Add support for device specific write and read flag masks.
|
14 years ago |
Mark Brown
|
a7ace561f1
Merge branch 'regmap-linus' into regmap-next
|
14 years ago |
Mark Brown
|
5204f5e3f5
regmap: Remove bitrotted module_put()s
|
14 years ago |
Mark Brown
|
8de2f081ef
regmap: Add functions to check for access on registers
|
14 years ago |
Mark Brown
|
2efe1642b7
regmap: Skip precious registers when dumping registers via debugfs
|
14 years ago |
Mark Brown
|
31244e396f
regmap: Provide register map dump via debugfs
|
14 years ago |
Mark Brown
|
93de91245b
regmap: Use a local header for API internals
|
14 years ago |
Mark Brown
|
7330478127
regmap: Implement writable register checks
|
14 years ago |
Mark Brown
|
fb2736bbae
regmap: Add basic tracepoints
|
14 years ago |
Mark Brown
|
555fedacc3
Merge branches 'regmap-linus' and 'regmap-interface' into regmap-next
|
14 years ago |
Mark Brown
|
2547e201b3
regmap: Just send the buffer directly for single register writes
|
14 years ago |