index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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
2021-09-15
regmap: fix the offset of register error log
Jeongtae Park
1
-1
/
+1
2020-10-01
regmap: fix page selection for noinc writes
Dmitry Baryshkov
1
-10
/
+11
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-06-30
regmap: Fix memory leak from regmap_register_patch
Charles Keepax
1
-0
/
+1
2020-02-14
regmap: fix writes to non incrementing registers
Ben Whitten
1
-5
/
+12
2019-06-12
regmap: fix bulk writes on paged registers
Srinivas Kandagatla
1
-0
/
+2
2019-04-25
regmap: add proper SPDX identifiers on files that did not have them.
Greg Kroah-Hartman
1
-11
/
+7
2019-04-03
regmap: verify if register is writeable before writing operations
Han Nandor
1
-5
/
+4
2018-10-21
Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...
Mark Brown
1
-2
/
+79
2018-10-19
regmap: use less #ifdef for LOG_DEVICE
Ben Dooks
1
-6
/
+12
2018-10-19
regmap: Add regmap_noinc_write API
Ben Whitten
1
-0
/
+77
2018-09-07
regmap: split up regmap_config.use_single_rw
David Frey
1
-2
/
+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
[next]