Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
88cebf5e09775b6ef024685729d41c3dd03a711d
/
drivers
/
base
/
regmap
« Previous
912af52
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
by Mark Brown
· 11 years ago
feff98f
Merge remote-tracking branch 'regmap/topic/cache' into regmap-next
by Mark Brown
· 11 years ago
d6814a7
regmap: debugfs: Suppress cache for partial register files
by Mark Brown
· 11 years ago
6725228
regmap: Add regmap_field APIs
by Srinivas Kandagatla
· 11 years ago
998a4f2
Merge remote-tracking branch 'regmap/fix/debugfs' into regmap-linus
by Mark Brown
· 11 years ago
b92be6f
regmap: core: Cache all registers by default when cache is enabled
by Mark Brown
· 11 years ago
d856fce
regmap: Implemented default cache sync operation
by Maarten ter Huurne
· 11 years ago
f3284f9
regmap: rbtree: Fixed node range check on sync
by Maarten ter Huurne
· 11 years ago
92ab1aa
regmap: Make regmap-mmio usable from atomic contexts
by Lars-Peter Clausen
· 11 years ago
f20c783
regmap: regcache: Fixup locking for custom lock callbacks
by Lars-Peter Clausen
· 11 years ago
81485f5
regmap: regcache: Fixup locking for custom lock callbacks
by Lars-Peter Clausen
· 11 years ago
213fa5d
regmap: debugfs: Fix return from regmap_debugfs_get_dump_start
by Srinivas Kandagatla
· 11 years ago
f9e464a
regmap: debugfs: Don't mark lockdep as broken due to debugfs write
by Mark Brown
· 11 years ago
68e850d
regmap: debugfs: Check return value of regmap_write()
by Dimitris Papastamos
· 11 years ago
7278af5
regmap: rbtree: Use range information to allocate nodes
by Mark Brown
· 12 years ago
0186645
regmap: rbtree: Factor out node allocation
by Mark Brown
· 12 years ago
154881e
regmap: Make regmap_check_range_table() a public API
by Mark Brown
· 12 years ago
697e85b
regmap: Add support for discarding parts of the register cache
by Mark Brown
· 12 years ago
38a8179
Merge remote-tracking branch 'regmap/topic/range' into regmap-next
by Mark Brown
· 12 years ago
7f47db4
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
by Mark Brown
· 12 years ago
5b3b448
Merge remote-tracking branch 'regmap/topic/cache' into regmap-next
by Mark Brown
· 12 years ago
b508c80
Merge remote-tracking branch 'regmap/topic/async' into regmap-next
by Mark Brown
· 12 years ago
5a08d15
regmap: don't corrupt work buffer in _regmap_raw_write()
by Stephen Warren
· 12 years ago
60f7110
Merge tag 'v3.9-rc7' into regmap-cache
by Mark Brown
· 12 years ago
51a246a
regmap: Back out work buffer fix
by Mark Brown
· 12 years ago
9659293
regmap: cache: Fix format specifier in dev_dbg
by Stratos Karafotis
· 12 years ago
f52687a
regmap: cache: Make regcache_sync_block_raw static
by Sachin Kamat
· 12 years ago
af8ee69
Merge remote-tracking branch 'regmap/fix/async' into tmp
by Mark Brown
· 12 years ago
6d66df4
Merge remote-tracking branch 'regmap/fix/core' into tmp
by Mark Brown
· 12 years ago
75a5f89
regmap: cache: Write consecutive registers in a single block write
by Mark Brown
· 12 years ago
cfdeb8c
regmap: cache: Split raw and non-raw syncs
by Mark Brown
· 12 years ago
f8bd822
regmap: cache: Factor out block sync
by Mark Brown
· 12 years ago
78493f2
regmap: cache: Factor out reg_present support from rbtree cache
by Mark Brown
· 12 years ago
f951b65
regmap: async: Add missing return
by Mark Brown
· 12 years ago
137b833
regmap: cache: Use raw I/O to sync rbtrees if we can
by Mark Brown
· 12 years ago
221ad7f
regmap: core: Provide regmap_can_raw_write() operation
by Mark Brown
· 12 years ago
8817796
regmap: cache: Provide a get address of value operation
by Mark Brown
· 12 years ago
0c7ed856
regmap: Cut down on the average # of nodes in the rbtree cache
by Dimitris Papastamos
· 12 years ago
584de32
regmap: core: Make raw write available to regcache
by Mark Brown
· 12 years ago
f1b5c5c
regmap: core: Warn on invalid operation combinations
by Mark Brown
· 12 years ago
bc8ce4a
regmap: don't corrupt work buffer in _regmap_raw_write()
by Stephen Warren
· 12 years ago
eed456f
regmap: irq: Clarify error message when we fail to request primary IRQ
by Mark Brown
· 12 years ago
8abac3b
regmap: cache Fix regcache-rbtree sync
by Lars-Peter Clausen
· 12 years ago
a42277c
regmap: rbtree Expose total memory consumption in the rbtree debugfs entry
by Dimitris Papastamos
· 12 years ago
c6432ea
regmap: Initialize `map->debugfs' before regcache
by Dimitris Papastamos
· 12 years ago
0c8150d
Merge tag 'regmap-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 12 years ago
065b4c5
regmap: debugfs: Add a registers `range' file
by Dimitris Papastamos
· 12 years ago
480738d
regmap: debugfs: Simplify calculation of `c->max_reg'
by Dimitris Papastamos
· 12 years ago
eb4cb76
regmap: cache: Store caches in native register format where possible
by Mark Brown
· 12 years ago
8a819ff
regmap: core: Split out in place value parsing
by Mark Brown
· 12 years ago
325acab
regmap: cache: Use regcache_get_value() to check if we updated
by Mark Brown
· 12 years ago
879082c
regmap: cache: Pass the map rather than the word size when updating values
by Mark Brown
· 12 years ago
66baf40
regmap: rbtree: Don't bother checking for noop updates
by Mark Brown
· 12 years ago
fe7d4cc
regmap: async: Add tracepoints for async I/O
by Mark Brown
· 12 years ago
283189d
regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed case
by Li Fei
· 12 years ago
9043a26
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 12 years ago
a2b37ef
Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-next
by Mark Brown
· 12 years ago
a31f6849
Merge remote-tracking branch 'regmap/topic/mmio' into regmap-next
by Mark Brown
· 12 years ago
5dea215
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
by Mark Brown
· 12 years ago
7798b58
Merge remote-tracking branch 'regmap/topic/flat' into regmap-next
by Mark Brown
· 12 years ago
4328002
Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next
by Mark Brown
· 12 years ago
3689cf7
Merge remote-tracking branch 'regmap/topic/async' into regmap-next
by Mark Brown
· 12 years ago
3bef905
Merge remote-tracking branch 'regmap/topic/24bit' into regmap-next
by Mark Brown
· 12 years ago
878ec67
regmap: mmio: add register clock support
by Philipp Zabel
· 12 years ago
4dd7c55
regmap: debugfs: Factor out debugfs_tot_len calc into a function
by Dimitris Papastamos
· 12 years ago
cf57d60
regmap: debugfs: Optimize seeking within blocks of registers
by Dimitris Papastamos
· 12 years ago
c2c1ee6
regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cache
by Dimitris Papastamos
· 12 years ago
f3eb839
regmap: debugfs: Fix reading in register field units
by Dimitris Papastamos
· 12 years ago
95601d6
regmap: spi: Handle allocation failures gracefully
by Mark Brown
· 12 years ago
f88948e
regmap: Export regmap_async_complete()
by Mark Brown
· 12 years ago
f804fb5
regmap: Export regmap_async_complete_cb
by Axel Lin
· 12 years ago
30b2a55
regmap: include linux/sched.h to fix build
by Stephen Warren
· 12 years ago
e0356df
regmap: spi: Support asynchronous I/O for SPI
by Mark Brown
· 12 years ago
0d509f2
regmap: Add asynchronous I/O support
by Mark Brown
· 12 years ago
d2a5884
regmap: Add "no-bus" option for regmap API
by Andrey Smirnov
· 12 years ago
a347146
regmap: regmap: avoid spurious warning in regmap_read_debugfs
by Russell King
· 12 years ago
af4ca6a
Merge remote-tracking branch 'regmap/fix/debugfs' into tmp
by Mark Brown
· 12 years ago
31b35e9e
regmap: fix small typo in regmap_bulk_write comment
by Nestor Ovroy
· 12 years ago
373d4d0
taint: add explicit flag to show whether lock dep is still OK.
by Rusty Russell
· 12 years ago
f32ca3d
regmap: debugfs: Fix seeking from the cache
by Mark Brown
· 12 years ago
07c320d
regmap: Add provisions to have user-defined write operation
by Andrey Smirnov
· 12 years ago
ad27840
regmap: Add provisions to have user-defined read operation
by Andrey Smirnov
· 12 years ago
237019e
regmap: Add support for 24 bit wide register addresses
by Lars-Peter Clausen
· 12 years ago
e8d6539
regmap: debugfs: Make sure we store the last entry in the offset cache
by Mark Brown
· 12 years ago
5bd9f4b
regmap: debugfs: Ensure a correct return value for empty caches
by Mark Brown
· 12 years ago
95f971c
regmap: debugfs: Discard the cache if we fail to allocate an entry
by Mark Brown
· 12 years ago
5a1d6d1
regmap: debugfs: Fix check for block start in cached seeks
by Mark Brown
· 12 years ago
120f805
regmap: debugfs: Fix attempts to read nonexistant register blocks
by Mark Brown
· 12 years ago
9442490
regmap: irq: Support wake IRQ mask inversion
by Mark Brown
· 12 years ago
33be493
regmap: irq: Fix sync of wake statuses to hardware
by Mark Brown
· 12 years ago
a7440ea
regmap: irq: Use a bulk read for interrupt status where possible
by Mark Brown
· 12 years ago
bbae92c
regmap: irq: Factor register read out of the IRQ parsing loop
by Mark Brown
· 12 years ago
2ac902c
regmap: flat: Add flat cache type
by Mark Brown
· 12 years ago
55ac85e
regmap: irq: enable wake support by default
by Laxman Dewangan
· 12 years ago
7c8a299
Merge remote-tracking branch 'regmap/topic/type' into regmap-next
by Mark Brown
· 12 years ago
8e24a6e
Merge remote-tracking branch 'regmap/topic/table' into regmap-next
by Mark Brown
· 12 years ago
db760fb
Merge remote-tracking branch 'regmap/topic/lock' into regmap-next
by Mark Brown
· 12 years ago
4d348e6
Merge remote-tracking branch 'regmap/topic/domain' into regmap-next
by Mark Brown
· 12 years ago
bcf8668
Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next
by Mark Brown
· 12 years ago
5166b7c
regmap: debugfs: Cache offsets of valid regions for dump
by Mark Brown
· 12 years ago
Next »