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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-25
Merge branch 'regmap-5.2' into regmap-next
Mark Brown
14
-177
/
+118
2019-04-25
Merge branch 'regmap-5.1' into regmap-linus
Mark Brown
1
-3
/
+0
2019-04-25
regmap: add proper SPDX identifiers on files that did not have them.
Greg Kroah-Hartman
14
-166
/
+90
2019-04-03
regmap: verify if register is writeable before writing operations
Han Nandor
1
-5
/
+4
2019-04-01
regmap: regmap-irq: fix getting type default values
Srinivas Kandagatla
1
-3
/
+0
2019-03-20
regmap: debugfs: Jump to the next readable register
Lucas Tanure
1
-3
/
+24
2019-03-19
regmap: debugfs: Replace code by already existing function
Lucas Tanure
1
-4
/
+1
2019-01-29
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
Mark Brown
1
-4
/
+95
2019-01-29
Merge branch 'regmap-5.1' into regmap-next
Mark Brown
1
-1
/
+1
2019-01-29
regmap: Remove attribute packed from struct 'regcache_rbtree_node'
Mathieu Malaterre
1
-1
/
+1
2019-01-23
regmap: regmap-irq: Add main status register support
Matti Vaittinen
1
-4
/
+95
2019-01-15
regmap-irq: do not write mask register if mask_base is zero
Mark Zhang
1
-0
/
+6
2018-12-31
regmap: regmap-irq: silently ignore unsupported type settings
Matti Vaittinen
1
-1
/
+1
2018-12-19
Merge remote-tracking branch 'regmap/topic/irq' into regmap-next
Mark Brown
1
-43
/
+99
2018-12-19
regmap: irq: add an option to clear status registers on unmask
Bartosz Golaszewski
1
-0
/
+23
2018-12-19
regmap: regmap-irq/gpio-max77620: add level-irq support
Matti Vaittinen
1
-10
/
+25
2018-12-19
regmap: regmap-irq: Remove default irq type setting from core
Matti Vaittinen
1
-14
/
+8
2018-12-17
regmap: debugfs: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-11
/
+1
2018-12-17
regmap: rbtree: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-11
/
+1
2018-12-13
regmap: irq: handle HW using separate rising/falling edge interrupts
Bartosz Golaszewski
1
-20
/
+44
2018-10-21
Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...
Mark Brown
2
-3
/
+83
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
2
-0
/
+80
2018-09-07
regmap: split up regmap_config.use_single_rw
David Frey
1
-2
/
+2
2018-09-07
regmap: fix comment for regmap.use_single_write
David Frey
1
-1
/
+1
2018-08-09
Merge tag 'regmap-noinc-read' into regmap-4.19
Mark Brown
2
-1
/
+81
2018-08-09
regmap: Add regmap_noinc_read API
Crestez Dan Leonard
2
-1
/
+81
2018-07-23
regmap: sccb: fix typo and sort headers alphabetically
Akinobu Mita
1
-3
/
+3
2018-07-18
Merge tag 'regmap-sccb' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
3
-0
/
+133
2018-07-18
regmap: add SCCB support
Akinobu Mita
3
-0
/
+133
2018-07-11
regmap: slimbus: add support to multi read/write
Srinivas Kandagatla
1
-16
/
+7
2018-06-04
Merge branch 'regmap-4.17' into regmap-4.18 for the merge window
Mark Brown
1
-1
/
+2
2018-05-25
regmap: slimbus: allow register offsets up to 16 bits
Srinivas Kandagatla
1
-1
/
+1
2018-05-17
regmap: Skip clk_put for attached clocks when freeing context
James Kelly
1
-1
/
+2
2018-03-12
Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...
Mark Brown
3
-2
/
+44
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
2
-5
/
+1
2018-03-12
Merge remote-tracking branch 'regmap/fix/core' into regmap-linus
Mark Brown
1
-1
/
+1
2018-03-06
regmap: debugfs: Improve warning message on debugfs_create_dir() failure
Fabio Estevam
1
-1
/
+2
2018-03-06
regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failed
Jeffy Chen
1
-0
/
+3
2018-03-05
regmap: debugfs: Don't leak dummy names
Mark Brown
1
-1
/
+3
2018-03-05
regmap: debugfs: Disambiguate dummy debugfs file name
Fabio Estevam
1
-0
/
+6
2018-02-26
regmap: mmio: Add function to attach a clock
Maxime Ripard
1
-0
/
+24
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
[next]