index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regmap.c
Age
Commit message (
Expand
)
Author
2020-05-29
Merge series "regmap: provide simple bitops and use them in a driver" from Ba...
Mark Brown
2020-05-29
regmap: provide helpers for simple bit operations
Bartosz Golaszewski
2020-04-14
regmap: Add bus reg_update_bits() support
Baolin Wang
2020-01-21
regmap: fix writes to non incrementing registers
Ben Whitten
2019-06-12
regmap: fix bulk writes on paged registers
Srinivas Kandagatla
2019-04-25
regmap: add proper SPDX identifiers on files that did not have them.
Greg Kroah-Hartman
2019-04-03
regmap: verify if register is writeable before writing operations
Han Nandor
2018-10-21
Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...
Mark Brown
2018-10-19
regmap: use less #ifdef for LOG_DEVICE
Ben Dooks
2018-10-19
regmap: Add regmap_noinc_write API
Ben Whitten
2018-09-07
regmap: split up regmap_config.use_single_rw
David Frey
2018-08-09
regmap: Add regmap_noinc_read API
Crestez Dan Leonard
2018-03-12
Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...
Mark Brown
2018-03-12
Merge remote-tracking branch 'regmap/topic/bulk' into regmap-next
Mark Brown
2018-03-12
Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int...
Mark Brown
2018-03-12
Merge remote-tracking branch 'regmap/fix/core' into regmap-linus
Mark Brown
2018-02-26
regmap: Merge redundant handling in regmap_bulk_write
Charles Keepax
2018-02-26
regmap: Tidy up regmap_raw_write chunking code
Charles Keepax
2018-02-26
regmap: Move the handling for max_raw_write into regmap_raw_write
Charles Keepax
2018-02-26
regmap: Remove unnecessary printk for failed allocation
Charles Keepax
2018-02-26
regmap: Format data for raw write in regmap_bulk_write
Charles Keepax
2018-02-26
Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...
Mark Brown
2018-02-20
regmap: use debugfs even when no device
David Lechner
2018-02-16
regmap: Use _regmap_read in regmap_bulk_read
Charles Keepax
2018-02-16
regmap: Tidy up regmap_raw_read chunking code
Charles Keepax
2018-02-16
regmap: Move the handling for max_raw_read into regmap_raw_read
Charles Keepax
2018-02-13
regmap: Use helper function for register offset
Charles Keepax
2018-02-13
regmap: Don't use format_val in regmap_bulk_read
Charles Keepax
2018-02-13
regmap: Correct comparison in regmap_cached
Charles Keepax
2018-02-13
regmap: Correct offset handling in regmap_volatile_range
Charles Keepax
2018-02-08
regmap: Fix reversed bounds check in regmap_raw_write()
Dan Carpenter
2018-01-12
Merge remote-tracking branches 'regmap/topic/soundwire' and 'regmap/topic/zer...
Mark Brown
2018-01-12
Merge remote-tracking branches 'regmap/topic/const', 'regmap/topic/flat', 're...
Mark Brown
2018-01-08
regmap: Allow empty read/write_flag_mask
Andrew F. Davis
2017-12-27
regmap: Add one flag to indicate if a hwlock should be used
Baolin Wang
2017-12-19
regmap: use proper part of work_buf for storing val
Krzysztof Adamski
2017-12-13
regmap: potentially duplicate the name string stored in regmap
Bartosz Golaszewski
2017-12-13
Merge branches 'topic/hwspinlock' and 'topic/nolock' of https://git.kernel.or...
Mark Brown
2017-12-13
regmap: Disable debugfs when locking is disabled
Mark Brown
2017-12-13
regmap: rename regmap_lock_unlock_empty() to regmap_lock_unlock_none()
Bartosz Golaszewski
2017-12-06
regmap: allow to disable all locking mechanisms
Bartosz Golaszewski
2017-11-29
regmap: Remove the redundant config to select hwspinlock
Baolin Wang
2017-11-06
regmap: Fix unused warning
Baolin Wang
2017-11-03
regmap: Clean up hwspinlock on regmap exit
Mark Brown
2017-11-03
regmap: Also protect hwspinlock in error handling path
Mark Brown
2017-11-03
regmap: Add a config option for hwspinlock
Mark Brown
2017-11-01
regmap: Add hardware spinlock support
Baolin Wang
2017-02-03
Merge remote-tracking branches 'regmap/topic/doc' and 'regmap/topic/rbtree' i...
Mark Brown
2017-01-12
regmap: Fixup the kernel-doc comments on functions/structures
Charles Keepax
2016-12-19
regmap: use rb_entry()
Geliang Tang
[next]