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
2023-07-23
regmap: Merge up fixes from mainline
Mark Brown
2023-07-21
regmap: Remove dynamic allocation warnings for rbtree and maple
Mark Brown
2023-07-20
regmap: Reject fast_io regmap configurations with RBTREE and MAPLE caches
Guenter Roeck
2023-07-17
regmap: Drop initial version of maximum transfer length fixes
Mark Brown
2023-07-09
regmap: Revert "add 64-bit mode support" and Co.
Andy Shevchenko
2023-06-16
regmap: Drop early readability check
Mark Brown
2023-06-14
regmap: Check for register readability before checking cache during read
Mark Brown
2023-06-13
regmap: Add debugfs file for forcing field writes
Waqar Hameed
2023-06-12
regmap: Merge up v6.4-rc6
Mark Brown
2023-06-01
regmap: Add missing cache_only checks
Charles Keepax
2023-05-18
regmap: Account for register length when chunking
Jim Wylder
2023-04-07
regmap: allow upshifting register addresses before performing operations
Maxime Chevallier
2023-03-27
regmap: Support paging for buses with reg_read()/reg_write()
Mark Brown
2023-03-24
regmap: add a helper to translate the register address
Maxime Chevallier
2023-01-31
regmap: apply reg_base and reg_downshift for single register ops
Daniel Golle
2022-11-22
regmap: add regmap_might_sleep()
Michael Walle
2022-08-23
regmap: check right noinc bounds in debug print
Linus Walleij
2022-08-23
regmap: introduce value tracing for regmap bulk operations
Dmitry Rokosov
2022-08-17
regmap: Support accelerated noinc operations
Linus Walleij
2022-08-15
regmap: Make use of get_unaligned_be24(), put_unaligned_be24()
Andy Shevchenko
2022-07-18
regmap: permit to set reg_update_bits with bulk implementation
Christian Marangi
2022-07-08
regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()
Matt Ranostay
2022-06-29
regmap: Merge up fixes
Mark Brown
2022-06-20
regmap: Wire up regmap_config provided bulk write in missed functions
Javier Martinez Canillas
2022-06-20
regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't set
Javier Martinez Canillas
2022-06-20
regmap: Re-introduce bulk read support check in regmap_bulk_read()
Javier Martinez Canillas
2022-06-15
regmap: provide regmap_field helpers for simple bit operations
Li Chen
2022-05-09
regmap: Add missing map->bus check
Marek Vasut
2022-05-05
regmap: Add bulk read/write callbacks into regmap_config
Marek Vasut
2022-03-18
regmap: allow a defined reg_base to be added to every address
Colin Foster
2022-03-18
regmap: add configurable downshift for addresses
Colin Foster
2022-01-07
regmap: Call regmap_debugfs_exit() prior to _init()
Fabio Estevam
2021-11-15
regmap: allow to define reg_update_bits for no bus configuration
Ansuel Smith
2021-08-26
Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...
Mark Brown
2021-08-26
regmap: teach regmap to use raw spinlocks if requested in the config
Vladimir Oltean
2021-08-02
regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fields
Icenowy Zheng
2021-07-11
regmap: Prefer unsigned int to bare use of unsigned
Jinchao Wang
2021-07-11
regmap: fix the offset of register error log
Jeongtae Park
2021-05-26
regmap: add support for 7/17 register formating
Antoniu Miclaus
2021-05-14
regmap-i2c: Set regmap max raw r/w from quirks
Lucas Tanure
2020-11-12
regmap: Fix order of regmap write log
Lucas Tanure
2020-10-05
Merge remote-tracking branch 'regmap/for-5.10' into regmap-next
Mark Brown
2020-09-28
Merge tag 'regmap-field-bulk-api' into regmap-5.10
Mark Brown
2020-09-28
regmap: add support to regmap_field_bulk_alloc/free apis
Srinivas Kandagatla
2020-09-28
regmap: destroy mutex (if used) in regmap_exit()
Bartosz Golaszewski
2020-09-22
regmap: debugfs: Fix more error path regressions
Charles Keepax
2020-09-21
regmap: fix page selection for noinc writes
Dmitry Baryshkov
2020-09-21
regmap: fix page selection for noinc reads
Dmitry Baryshkov
2020-09-18
regmap: debugfs: Add back in erroneously removed initialisation of ret
Charles Keepax
2020-09-17
regmap: debugfs: Fix handling of name string for debugfs init delays
Charles Keepax
[next]