index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
regmap: Account for register length when chunking
Jim Wylder
1
-2
/
+4
2021-09-22
regmap: fix the offset of register error log
Jeongtae Park
1
-1
/
+1
2020-10-01
regmap: fix page selection for noinc reads
Dmitry Baryshkov
1
-6
/
+6
2020-07-29
regmap: dev_get_regmap_match(): fix string comparison
Marc Kleine-Budde
1
-1
/
+1
2020-07-16
regmap: fix alignment issue
Jens Thoms Toerring
1
-54
/
+46
2020-07-01
regmap: Fix memory leak from regmap_register_patch
Charles Keepax
1
-0
/
+1
2019-07-26
regmap: fix bulk writes on paged registers
Srinivas Kandagatla
1
-0
/
+2
2018-08-09
regmap: Add regmap_noinc_read API
Crestez Dan Leonard
1
-1
/
+78
2018-03-12
Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...
Mark Brown
1
-0
/
+2
2018-03-12
Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next
Mark Brown
1
-181
/
+119
2018-03-12
Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int...
Mark Brown
1
-1
/
+1
2018-03-12
Merge remote-tracking branch 'regmap/fix/core' into regmap-linus
Mark Brown
1
-1
/
+1
2018-02-26
regmap: Merge redundant handling in regmap_bulk_write
Charles Keepax
1
-36
/
+3
2018-02-26
regmap: Tidy up regmap_raw_write chunking code
Charles Keepax
1
-21
/
+16
2018-02-26
regmap: Move the handling for max_raw_write into regmap_raw_write
Charles Keepax
1
-63
/
+54
2018-02-26
regmap: Remove unnecessary printk for failed allocation
Charles Keepax
1
-3
/
+2
2018-02-26
regmap: Format data for raw write in regmap_bulk_write
Charles Keepax
1
-2
/
+15
2018-02-26
Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
1
-1
/
+1
2018-02-20
regmap: use debugfs even when no device
David Lechner
1
-0
/
+2
2018-02-16
regmap: Use _regmap_read in regmap_bulk_read
Charles Keepax
1
-5
/
+13
2018-02-16
regmap: Tidy up regmap_raw_read chunking code
Charles Keepax
1
-25
/
+19
2018-02-16
regmap: Move the handling for max_raw_read into regmap_raw_read
Charles Keepax
1
-55
/
+35
2018-02-13
regmap: Use helper function for register offset
Charles Keepax
1
-1
/
+1
2018-02-13
regmap: Don't use format_val in regmap_bulk_read
Charles Keepax
1
-32
/
+23
2018-02-13
regmap: Correct comparison in regmap_cached
Charles Keepax
1
-1
/
+1
2018-02-13
regmap: Correct offset handling in regmap_volatile_range
Charles Keepax
1
-1
/
+1
2018-02-08
regmap: Fix reversed bounds check in regmap_raw_write()
Dan Carpenter
1
-1
/
+1
2018-01-12
Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer...
Mark Brown
1
-1
/
+3
2018-01-12
Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're...
Mark Brown
1
-13
/
+24
2018-01-08
regmap: Allow empty read/write_flag_mask
Andrew F. Davis
1
-1
/
+3
2017-12-27
regmap: Add one flag to indicate if a hwlock should be used
Baolin Wang
1
-1
/
+1
2017-12-19
regmap: use proper part of work_buf for storing val
Krzysztof Adamski
1
-2
/
+4
2017-12-13
regmap: potentially duplicate the name string stored in regmap
Bartosz Golaszewski
1
-2
/
+12
2017-12-13
Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.or...
Mark Brown
1
-1
/
+9
2017-12-13
regmap: Disable debugfs when locking is disabled
Mark Brown
1
-0
/
+1
2017-12-13
regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none()
Bartosz Golaszewski
1
-2
/
+2
2017-12-06
regmap: allow to disable all locking mechanisms
Bartosz Golaszewski
1
-1
/
+8
2017-11-29
regmap: Remove the redundant config to select hwspinlock
Baolin Wang
1
-9
/
+2
2017-11-06
regmap: Fix unused warning
Baolin Wang
1
-1
/
+1
2017-11-03
regmap: Clean up hwspinlock on regmap exit
Mark Brown
1
-0
/
+2
2017-11-03
regmap: Also protect hwspinlock in error handling path
Mark Brown
1
-1
/
+2
2017-11-03
regmap: Add a config option for hwspinlock
Mark Brown
1
-0
/
+7
2017-11-01
regmap: Add hardware spinlock support
Baolin Wang
1
-16
/
+85
2017-02-03
Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i...
Mark Brown
1
-58
/
+71
2017-01-12
regmap: Fixup the kernel-doc comments on functions/structures
Charles Keepax
1
-56
/
+69
2016-12-19
regmap: use rb_entry()
Geliang Tang
1
-2
/
+2
2016-10-04
Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...
Mark Brown
1
-13
/
+51
2016-09-22
regmap: fix deadlock on _regmap_raw_write() error path
Nikita Yushchenko
1
-1
/
+5
2016-09-16
regmap: Add missing little endian functions
Tony Lindgren
1
-0
/
+9
2016-09-16
regmap: Allow longer flag masks for read and write
Tony Lindgren
1
-13
/
+19
[next]