index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-12
regmap: Fix order of regmap write log
Lucas Tanure
1
-4
/
+7
2020-10-05
Merge remote-tracking branch 'regmap/for-5.10' into regmap-next
Mark Brown
1
-4
/
+141
2020-09-28
Merge tag 'regmap-field-bulk-api' into regmap-5.10
Mark Brown
1
-0
/
+100
2020-09-28
regmap: add support to regmap_field_bulk_alloc/free apis
Srinivas Kandagatla
1
-0
/
+100
2020-09-28
regmap: destroy mutex (if used) in regmap_exit()
Bartosz Golaszewski
1
-0
/
+2
2020-09-22
regmap: debugfs: Fix more error path regressions
Charles Keepax
1
-0
/
+2
2020-09-21
regmap: fix page selection for noinc writes
Dmitry Baryshkov
1
-10
/
+11
2020-09-21
regmap: fix page selection for noinc reads
Dmitry Baryshkov
1
-6
/
+6
2020-09-18
regmap: debugfs: Add back in erroneously removed initialisation of ret
Charles Keepax
1
-1
/
+1
2020-09-17
regmap: debugfs: Fix handling of name string for debugfs init delays
Charles Keepax
1
-11
/
+33
2020-09-17
regmap: Add support for 12/20 register formatting
Ricardo Ribalda
1
-0
/
+22
2020-09-02
regmap: Add can_sleep configuration option
Dmitry Osipenko
1
-4
/
+15
2020-09-01
regmap: Use flexible sleep
Dmitry Osipenko
1
-2
/
+2
2020-07-17
Merge remote-tracking branch 'regmap/for-5.9' into regmap-next
Mark Brown
1
-19
/
+14
2020-07-10
regmap: Switch to use fwnode instead of OF one
Andy Shevchenko
1
-18
/
+13
2020-07-03
regmap: dev_get_regmap_match(): fix string comparison
Marc Kleine-Budde
1
-1
/
+1
2020-06-17
regmap: Fix memory leak from regmap_register_patch
Charles Keepax
1
-0
/
+1
2020-06-15
regmap: remove stray space
Bartosz Golaszewski
1
-1
/
+1
2020-06-08
regmap: fix the kerneldoc for regmap_test_bits()
Bartosz Golaszewski
1
-2
/
+3
2020-06-01
regmap: fix alignment issue
Jens Thoms Toerring
1
-54
/
+46
2020-05-29
Merge series "regmap: provide simple bitops and use them in a driver" from Ba...
Mark Brown
1
-0
/
+22
2020-05-29
regmap: provide helpers for simple bit operations
Bartosz Golaszewski
1
-0
/
+22
2020-04-14
regmap: Add bus reg_update_bits() support
Baolin Wang
1
-0
/
+1
2020-01-21
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
[next]