index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regmap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...
Mark Brown
2021-08-26
1
-5
/
+30
|
\
|
*
regmap: teach regmap to use raw spinlocks if requested in the config
Vladimir Oltean
2021-08-26
1
-5
/
+30
*
|
regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fields
Icenowy Zheng
2021-08-02
1
-2
/
+2
*
|
regmap: Prefer unsigned int to bare use of unsigned
Jinchao Wang
2021-07-12
1
-4
/
+4
*
|
regmap: fix the offset of register error log
Jeongtae Park
2021-07-12
1
-1
/
+1
*
|
regmap: add support for 7/17 register formating
Antoniu Miclaus
2021-05-26
1
-0
/
+13
*
|
regmap-i2c: Set regmap max raw r/w from quirks
Lucas Tanure
2021-05-14
1
-0
/
+2
|
/
*
regmap: Fix order of regmap write log
Lucas Tanure
2020-11-12
1
-4
/
+7
*
Merge remote-tracking branch 'regmap/for-5.10' into regmap-next
Mark Brown
2020-10-05
1
-4
/
+141
|
\
|
*
Merge tag 'regmap-field-bulk-api' into regmap-5.10
Mark Brown
2020-09-28
1
-0
/
+100
|
|
\
|
|
*
regmap: add support to regmap_field_bulk_alloc/free apis
Srinivas Kandagatla
2020-09-28
1
-0
/
+100
|
*
|
regmap: destroy mutex (if used) in regmap_exit()
Bartosz Golaszewski
2020-09-28
1
-0
/
+2
|
*
|
regmap: debugfs: Fix more error path regressions
Charles Keepax
2020-09-22
1
-0
/
+2
|
*
|
regmap: Add support for 12/20 register formatting
Ricardo Ribalda
2020-09-17
1
-0
/
+22
|
*
|
regmap: Add can_sleep configuration option
Dmitry Osipenko
2020-09-02
1
-4
/
+15
|
*
|
regmap: Use flexible sleep
Dmitry Osipenko
2020-09-01
1
-2
/
+2
|
|
/
*
|
regmap: fix page selection for noinc writes
Dmitry Baryshkov
2020-09-21
1
-10
/
+11
*
|
regmap: fix page selection for noinc reads
Dmitry Baryshkov
2020-09-21
1
-6
/
+6
*
|
regmap: debugfs: Add back in erroneously removed initialisation of ret
Charles Keepax
2020-09-18
1
-1
/
+1
*
|
regmap: debugfs: Fix handling of name string for debugfs init delays
Charles Keepax
2020-09-17
1
-11
/
+33
|
/
*
Merge remote-tracking branch 'regmap/for-5.9' into regmap-next
Mark Brown
2020-07-17
1
-19
/
+14
|
\
|
*
regmap: Switch to use fwnode instead of OF one
Andy Shevchenko
2020-07-10
1
-18
/
+13
|
*
regmap: remove stray space
Bartosz Golaszewski
2020-06-15
1
-1
/
+1
*
|
regmap: dev_get_regmap_match(): fix string comparison
Marc Kleine-Budde
2020-07-03
1
-1
/
+1
*
|
regmap: Fix memory leak from regmap_register_patch
Charles Keepax
2020-06-17
1
-0
/
+1
|
/
*
regmap: fix the kerneldoc for regmap_test_bits()
Bartosz Golaszewski
2020-06-08
1
-2
/
+3
*
regmap: fix alignment issue
Jens Thoms Toerring
2020-06-01
1
-54
/
+46
*
Merge series "regmap: provide simple bitops and use them in a driver" from Ba...
Mark Brown
2020-05-29
1
-0
/
+22
|
\
|
*
regmap: provide helpers for simple bit operations
Bartosz Golaszewski
2020-05-29
1
-0
/
+22
*
|
regmap: Add bus reg_update_bits() support
Baolin Wang
2020-04-14
1
-0
/
+1
|
/
*
regmap: fix writes to non incrementing registers
Ben Whitten
2020-01-21
1
-5
/
+12
*
regmap: fix bulk writes on paged registers
Srinivas Kandagatla
2019-06-12
1
-0
/
+2
*
regmap: add proper SPDX identifiers on files that did not have them.
Greg Kroah-Hartman
2019-04-25
1
-11
/
+7
*
regmap: verify if register is writeable before writing operations
Han Nandor
2019-04-03
1
-5
/
+4
*
-
.
Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...
Mark Brown
2018-10-21
1
-2
/
+79
|
\
\
|
|
*
regmap: split up regmap_config.use_single_rw
David Frey
2018-09-07
1
-2
/
+2
|
*
|
regmap: Add regmap_noinc_write API
Ben Whitten
2018-10-19
1
-0
/
+77
|
|
/
*
/
regmap: use less #ifdef for LOG_DEVICE
Ben Dooks
2018-10-19
1
-6
/
+12
|
/
*
regmap: Add regmap_noinc_read API
Crestez Dan Leonard
2018-08-09
1
-1
/
+78
*
-
.
Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...
Mark Brown
2018-03-12
1
-0
/
+2
|
\
\
|
*
|
regmap: use debugfs even when no device
David Lechner
2018-02-20
1
-0
/
+2
|
|
/
*
|
Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next
Mark Brown
2018-03-12
1
-181
/
+119
|
\
\
|
*
|
regmap: Merge redundant handling in regmap_bulk_write
Charles Keepax
2018-02-26
1
-36
/
+3
|
*
|
regmap: Tidy up regmap_raw_write chunking code
Charles Keepax
2018-02-26
1
-21
/
+16
|
*
|
regmap: Move the handling for max_raw_write into regmap_raw_write
Charles Keepax
2018-02-26
1
-63
/
+54
|
*
|
regmap: Remove unnecessary printk for failed allocation
Charles Keepax
2018-02-26
1
-3
/
+2
|
*
|
regmap: Format data for raw write in regmap_bulk_write
Charles Keepax
2018-02-26
1
-2
/
+15
|
*
|
Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2018-02-26
1
-1
/
+1
|
|
\
\
|
*
|
|
regmap: Use _regmap_read in regmap_bulk_read
Charles Keepax
2018-02-16
1
-5
/
+13
|
*
|
|
regmap: Tidy up regmap_raw_read chunking code
Charles Keepax
2018-02-16
1
-25
/
+19
[next]