index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-20
regmap: add regmap_update_bits_base()
Kuninori Morimoto
1
-0
/
+40
2016-02-20
regcache: flat: Introduce register strider order
Xiubo Li
1
-5
/
+15
2016-02-20
regcache: Introduce the index parsing API by stride order
Xiubo Li
1
-0
/
+6
2016-02-20
regmap: core: Introduce register stride order
Xiubo Li
2
-6
/
+23
2016-02-15
regmap: irq: add devm apis for regmap_{add,del}_irq_chip
Laxman Dewangan
1
-0
/
+82
2016-02-09
regmap: irq: dispose all virtual irq before removing domain
Laxman Dewangan
1
-0
/
+21
2016-02-05
regmap: mmio: Revert to v4.4 endianness handling
Mark Brown
1
-8
/
+8
2016-02-02
regmap: cache: Fall back to register by register read for cache defaults
Mark Brown
1
-11
/
+30
2016-02-01
regmap: Return an error if a caller attempts to do an unsupported raw read
Mark Brown
1
-0
/
+3
2016-01-27
regmap: mmio: Convert to regmap_bus and fix accessor usage
Mark Brown
1
-120
/
+139
2016-01-27
regmap: Add explict native endian flag to DT bindings
Mark Brown
1
-0
/
+2
2016-01-15
regmap: pass buffer size to regmap_raw_read() in regcache_hw_init()
Maciej S. Szmigiero
1
-2
/
+2
2016-01-05
Merge remote-tracking branches 'regmap/topic/mmio', 'regmap/topic/rbtree' and 'regmap/topic/seq' into regmap-next
Mark Brown
3
-81
/
+63
2016-01-05
Merge remote-tracking branches 'regmap/topic/64bit' and 'regmap/topic/irq-type' into regmap-next
Mark Brown
3
-0
/
+223
2016-01-05
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
Mark Brown
5
-22
/
+24
2016-01-05
regmap: debugfs: Use seq_file for the access map
Mark Brown
1
-51
/
+18
2016-01-05
regmap: irq: add support for configuration of trigger type
Laxman Dewangan
1
-0
/
+100
2015-12-16
regmap: use IS_ALIGNED instead of % to improve the performance
Xiubo Li
1
-8
/
+8
2015-12-12
regmap: cache: Move the num_reg_defaults check as early as possible
Xiubo Li
1
-2
/
+6
2015-12-12
regmap: cache: Add warning info for the cache check
Xiubo Li
1
-4
/
+8
2015-12-12
regmap: missing case statement
Dan Carpenter
1
-0
/
+1
2015-12-12
regmap: shift wrapping bugs in 64 bit code
Dan Carpenter
1
-3
/
+3
2015-12-09
regmap: cache: Add 64-bit mode support
Xiubo Li
1
-0
/
+15
2015-12-09
regmap: cache: To suppress the noise of checkpatch
Xiubo Li
1
-0
/
+6
2015-12-09
regmap: fix the warning about unused variable
Xiubo Li
1
-0
/
+2
2015-12-08
regmap: add 64-bit mode support
Xiubo Li
1
-0
/
+99
2015-12-08
regmap: mmio: Add regmap_mmio_get_min_stride
Xiubo Li
1
-19
/
+30
2015-12-08
regmap: mmio: remove the useless code
Xiubo Li
1
-1
/
+0
2015-11-20
regmap: replace kmalloc with kmalloc_array
lixiubo
3
-6
/
+7
2015-11-20
regmap: replace kzalloc with kcalloc
lixiubo
4
-8
/
+9
2015-11-16
regmap: rbtree: When adding a reg do a bsearch for target node
Nikesh Oswal
1
-2
/
+7
2015-11-16
regmap-mmio: Use native endianness for read/write
Simon Arlott
1
-8
/
+8
2015-11-04
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
3
-17
/
+17
2015-10-12
Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' and 'regmap/topic/irq-hdr' into regmap-next
Mark Brown
3
-14
/
+22
2015-10-12
Merge tag 'regmap-offload-update-bits' into regmap-next
Mark Brown
2
-11
/
+20
2015-10-12
Merge tag 'regmap-irq-unmask' into regmap-next
Mark Brown
1
-5
/
+38
2015-10-06
regmap: Allow installing custom reg_update_bits function
Jon Ringle
2
-11
/
+20
2015-10-04
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar
3
-17
/
+17
2015-09-30
regmap: debugfs: simplify regmap_reg_ranges_read_file() slightly
Rasmus Villemoes
1
-5
/
+3
2015-09-30
regmap: debugfs: use memcpy instead of snprintf
Rasmus Villemoes
1
-2
/
+1
2015-09-30
regmap: debugfs: use snprintf return value in regmap_reg_ranges_read_file()
Rasmus Villemoes
1
-5
/
+6
2015-09-19
regmap: debugfs: Remove scratch buffer for register length calculation
Mark Brown
1
-4
/
+3
2015-09-19
regmap: debugfs: Don't bother actually printing when calculating max length
Mark Brown
1
-2
/
+1
2015-09-19
regmap: debugfs: Ensure we don't underflow when printing access masks
Mark Brown
1
-1
/
+1
2015-09-17
regmap: irq: add ack_invert flag for chips using cleared bits as ack
Guo Zeng
1
-2
/
+10
2015-09-17
regmap: irq: add support for chips who have separate unmask registers
Guo Zeng
1
-3
/
+28
2015-09-14
regmap: Allocate buffers with GFP_ATOMIC when fast_io == true
Stephen Boyd
2
-1
/
+12
2015-09-04
Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-next
Mark Brown
7
-219
/
+168
2015-09-04
Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force-update' into regmap-next
Mark Brown
2
-16
/
+134
2015-09-04
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
Mark Brown
5
-26
/
+215
[prev]
[next]