Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e12892070184ee782c207f09722a93d0236be955
/
drivers
/
base
/
regmap
e128920
regmap: irq: Fix possible ZERO_SIZE_PTR pointer dereferencing error.
by Xiubo Li
· 10 years ago
4b44e7b
Merge tag 'regmap-v3.15-nodev' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 11 years ago
158e0d3
Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
675c354
Merge tag 'char-misc-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 11 years ago
a7a037c
regmap: adds missing braces in regmap_init()
by Daeseok Youn
· 11 years ago
6012b1f
Merge remote-tracking branches 'regmap/topic/cache', 'regmap/topic/irq', 'regmap/topic/lock', 'regmap/topic/mmio', 'regmap/topic/nodev', 'regmap/topic/parse-val' and 'regmap/topic/patch' into regmap-next
by Mark Brown
· 11 years ago
b3bf36c
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
by Mark Brown
· 11 years ago
451485b
regmap: mmio: Add regmap_mmio_regbits_check.
by Xiubo Li
· 11 years ago
9325804
regmap: mmio: Add support for 1/2/8 bytes wide register address.
by Xiubo Li
· 11 years ago
41b0c2c
regmap: mmio: add regmap_mmio_{regsize, count}_check.
by Xiubo Li
· 11 years ago
83f8475
regmap: cache: Don't attempt to sync non-writeable registers
by Dylan Reid
· 11 years ago
7561732
regmap: cache: Step by stride in default sync
by Dylan Reid
· 11 years ago
4999e96
regmap: Fix possible sleep-in-atomic in regmap_bulk_write()
by Takashi Iwai
· 11 years ago
56fb1c7
regmap: Ensure regmap_register_patch() is compatible with fast_io
by Mark Brown
· 11 years ago
72a6a5d
regmap: irq: Set data pointer only on regmap_add_irq_chip success
by Krzysztof Kozlowski
· 11 years ago
e894c3f
regmap: Implementation for regmap_multi_reg_write
by Opensource [Anthony Olech]
· 11 years ago
13ff50c
regmap: add regmap_parse_val api
by Nenghua Cao
· 11 years ago
6bf1310
regmap: Base regmap_register_patch on _regmap_multi_reg_write
by Charles Keepax
· 11 years ago
1d5b40b
regmap: Add bypassed version of regmap_multi_reg_write
by Charles Keepax
· 11 years ago
f7e2cec
regmap: Mark reg_defaults in regmap_multi_reg_write as const
by Charles Keepax
· 11 years ago
53e87f8
regmap: fix coccinelle warnings
by Nenghua Cao
· 11 years ago
7a7a70b
regmap: Check stride of register patch as we register it
by Charles Keepax
· 11 years ago
e2f74dc
regmap: Clean up _regmap_update_bits()
by Xiubo Li
· 11 years ago
6cfec04
regmap: Separate regmap dev initialization
by Michal Simek
· 11 years ago
c9afbb0
regmap: spmi: support base and extended register spaces
by Josh Cartwright
· 11 years ago
4272b96
drivers/base: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
d4807ad
regmap: Check readable regs in _regmap_read
by Michal Simek
· 11 years ago
b5ab3e5
regmap: irq: Remove domain on exit
by Mark Brown
· 11 years ago
676970d
regmap: debugfs: "registers" & "access" for single register maps
by Pawel Moll
· 11 years ago
78ba73e
regmap: cache: Handle stride > 1 in sync_block_raw_flush
by Dylan Reid
· 11 years ago
86776fc
Merge remote-tracking branch 'regmap/topic/ack' into regmap-next
by Mark Brown
· 11 years ago
f429836
regmap: Allow regmap_bulk_write() to work for "no-bus" regmaps
by Stephen Boyd
· 11 years ago
34f6533
Merge tag 'v3.13-rc4' into regmap-core
by Mark Brown
· 11 years ago
3b58ee1
regmap: Allow regmap_bulk_read() to work for "no-bus" regmaps
by Stephen Boyd
· 11 years ago
d323343
regmap: irq: Allow using zero value for ack_base
by Alexander Shiyan
· 11 years ago
652787a
Merge remote-tracking branches 'regmap/fix/doc' and 'regmap/fix/mmio' into regmap-linus
by Mark Brown
· 11 years ago
6b8e090
regmap: use IS_ERR() to check clk_get() results
by Stephen Warren
· 11 years ago
bd60e38
regmap: Fix 'ret' would return an uninitialized value
by Cai Zhiyong
· 11 years ago
73f080f
regmap: make sure we unlock on failure in regmap_bulk_write
by Courtney Cavin
· 11 years ago
0093380
regmap: trivial comment fix (copy'n'paste error)
by Gerhard Sittig
· 11 years ago
04bc9ac
Merge remote-tracking branch 'regmap/topic/spmi' into regmap-next
by Mark Brown
· 11 years ago
18f513d
Merge remote-tracking branch 'regmap/topic/multi' into regmap-next
by Mark Brown
· 11 years ago
6cf3d82
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
by Mark Brown
· 11 years ago
f2783f0
Merge remote-tracking branch 'regmap/topic/field' into regmap-next
by Mark Brown
· 11 years ago
bee54e3
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
by Mark Brown
· 11 years ago
a01779f
regmap: add SPMI support
by Josh Cartwright
· 11 years ago
a52eaeb
regmap: debugfs: Fix a boot time crash with early regmap init
by Tero Kristo
· 11 years ago
4bd7145
regmap: irq: clear status when disable irq
by Yi Zhang
· 11 years ago
04c50cc
regmap: Only send a single buffer for async I/O if writing one register
by Mark Brown
· 11 years ago
cd1b9dd
regmap: spi: Handle async writes of only one buffer
by Mark Brown
· 11 years ago
e33fabd
regmap: new API regmap_multi_reg_write() definition
by Anthony Olech
· 11 years ago
7ccda98
Merge remote-tracking branch 'regmap/fix/core' into regmap-async
by Mark Brown
· 11 years ago
affbe88
regmap: Use async I/O during cache sync
by Mark Brown
· 11 years ago
1a25f26
regmap: Use async I/O for patch application
by Mark Brown
· 11 years ago
4174a7a
regmap: Fix regmap_bulk_write single-rw mutex deadlock
by Anthony Olech
· 11 years ago
915f441
regmap: Provide asynchronous write and update bits operations
by Mark Brown
· 11 years ago
0a81980
regmap: Simplify the initiation of async I/O
by Mark Brown
· 11 years ago
651e013
regmap: Don't generate gather writes for single register raw writes
by Mark Brown
· 11 years ago
7e09a97
regmap: Cache async work structures
by Mark Brown
· 11 years ago
a010237
regmap: Add regmap_fields APIs
by Kuninori Morimoto
· 11 years ago
fdf2002
regmap: add regmap_field_update_bits()
by Kuninori Morimoto
· 11 years ago
542a086
Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
8243b7f
Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 11 years ago
365c9ee
Merge remote-tracking branch 'regmap/topic/sparse' into regmap-next
by Mark Brown
· 11 years ago
4460d02
Merge remote-tracking branch 'regmap/topic/rbtree' into regmap-next
by Mark Brown
· 11 years ago
db00cb9
Merge remote-tracking branch 'regmap/topic/range' into regmap-next
by Mark Brown
· 11 years ago
3dedb61
Merge remote-tracking branch 'regmap/topic/patch' into regmap-next
by Mark Brown
· 11 years ago
1801cea
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
by Mark Brown
· 11 years ago
4ff4eb9
Merge remote-tracking branch 'regmap/topic/cache' into regmap-next
by Mark Brown
· 11 years ago
3f4ff56
regmap: rbtree: Make cache_present bitmap per node
by Lars-Peter Clausen
· 11 years ago
472fdec
regmap: rbtree: Reduce number of nodes, take 2
by Lars-Peter Clausen
· 11 years ago
194c753
regmap: rbtree: Simplify adjacent node look-up
by Lars-Peter Clausen
· 11 years ago
65c180f
Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtree
by Mark Brown
· 11 years ago
26ee474
regmap: debugfs: Fix continued read from registers file
by Lars-Peter Clausen
· 11 years ago
b675212
regcache-rbtree: Fix reg_stride != 1
by Lars-Peter Clausen
· 11 years ago
4e67fb5
regmap: rbtree: Fix overlapping rbnodes.
by David Jander
· 11 years ago
aab13eb
regmap: Allow multiple patches to be registered
by Mark Brown
· 11 years ago
515f226
regmap: regcache: allow read-only regs to be cached
by Ionut Nicu
· 11 years ago
1767da9
regmap: fix regcache_reg_present() for empty cache
by Ionut Nicu
· 11 years ago
f161d22
regmap: core: allow a virtual range to cover its own data window
by Philipp Zabel
· 11 years ago
2d49b59
regmap: cache: Make sure to sync the last register in a block
by Lars-Peter Clausen
· 11 years ago
34da5e6
driver core: replace strict_strto*() with kstrto*()
by Jingoo Han
· 11 years ago
2753e6f
regmap: irq: Allow to acknowledge masked interrupts during initialization
by Philipp Zabel
· 11 years ago
b4519c7
regmap: Provide __acquires/__releases annotations
by Fabio Estevam
· 11 years ago
f2ec26a
Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
by Linus Torvalds
· 11 years ago
f2e055e
regmap: cache: bail in regmap_async_complete() for bus-less maps
by Daniel Mack
· 11 years ago
7bc8c4c
Merge remote-tracking branch 'regmap/topic/field' into regmap-next
by Mark Brown
· 11 years ago
ad4f496
Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-next
by Mark Brown
· 11 years ago
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
Next »