index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
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
2018-02-20
regmap: Allow missing device in regmap_name_read_file()
David Lechner
1
-1
/
+5
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-i2c: Off by one in regmap_i2c_smbus_i2c_read/write()
Dan Carpenter
1
-4
/
+0
2018-02-08
regmap: Fix reversed bounds check in regmap_raw_write()
Dan Carpenter
1
-1
/
+1
2018-02-01
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-0
/
+85
2018-01-12
Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer...
Mark Brown
4
-1
/
+96
2018-01-12
Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're...
Mark Brown
5
-22
/
+54
2018-01-08
regmap: Allow empty read/write_flag_mask
Andrew F. Davis
1
-1
/
+3
2018-01-08
regcache: flat: Un-inline index lookup from cache access
Andrew F. Davis
1
-5
/
+10
2018-01-08
regmap: Add SoundWire bus support
Vinod Koul
3
-0
/
+93
2017-12-27
regmap: Add one flag to indicate if a hwlock should be used
Baolin Wang
1
-1
/
+1
2017-12-27
regmap: debugfs: document why we don't create the debugfs entries
Bartosz Golaszewski
1
-0
/
+7
2017-12-21
regmap: debugfs: emit a debug message when locking is disabled
Bartosz Golaszewski
1
-1
/
+3
2017-12-19
regmap: use proper part of work_buf for storing val
Krzysztof Adamski
1
-2
/
+4
2017-12-19
regmap: add SLIMbus support
Srinivas Kandagatla
3
-0
/
+85
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
3
-1
/
+20
2017-12-13
regmap: Disable debugfs when locking is disabled
Mark Brown
3
-0
/
+12
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
2
-13
/
+2
2017-11-13
Merge tag 'regmap-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
5
-19
/
+104
2017-11-06
Merge remote-tracking branches 'regmap/topic/const' and 'regmap/topic/hwspinl...
Mark Brown
5
-19
/
+104
2017-11-06
regmap: Fix unused warning
Baolin Wang
1
-1
/
+1
2017-11-06
regmap: Try to work around Kconfig exploding on HWSPINLOCK
Mark Brown
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
2
-0
/
+11
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
3
-0
/
+3
[prev]
[next]