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
Age
Commit message (
Expand
)
Author
2025-02-05
regmap-irq: Add missing kfree()
Jiasheng Jiang
2025-01-07
Expand SoundWire MBQ register map support
Mark Brown
2025-01-07
regmap: sdw-mbq: Add support for SDCA deferred controls
Charles Keepax
2025-01-07
regmap: sdw-mbq: Add support for further MBQ register sizes
Charles Keepax
2024-12-11
regmap: regmap_multi_reg_read(): make register list const
Richard Fitzgerald
2024-12-09
regmap: Merge up v6.12-rc2
Mark Brown
2024-12-02
regmap: Cleanup and microoptimization
Mark Brown
2024-12-02
regmap: cache: rbtree: use krealloc_array() to replace krealloc()
Andy Shevchenko
2024-12-02
regmap: cache: mapple: use kmalloc_array() to replace kmalloc()
Andy Shevchenko
2024-12-02
regmap: place foo / 8 and foo % 8 closer to each other
Andy Shevchenko
2024-12-02
regmap: Use BITS_TO_BYTES()
Andy Shevchenko
2024-12-02
regmap: cache: Use BITS_TO_BYTES()
Andy Shevchenko
2024-12-02
regmap: detach regmap from dev on regmap_exit
Cosmin Tanislav
2024-12-02
regmap: Use correct format specifier for logging range errors
Mark Brown
2024-11-01
regmap: irq: Set lockdep class for hierarchical IRQ domains
Andy Shevchenko
2024-10-31
regmap: maple: Provide lockdep (sub)class for maple tree's internal lock
Cristian Ciocaltea
2024-10-29
regmap: kunit: Fix repeated test param
Cheng-Cheng Lo
2024-10-29
regmap: Merge up fixes from v6.12-rc3
Mark Brown
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-09-30
regmap: Specifically test writing 0 as a value to sparse caches
Mark Brown
2024-09-30
regmap-irq: Consistently use memset32() in regmap_irq_thread()
Andy Shevchenko
2024-09-02
regmap: kunit: Add coverage of spinlocked regmaps
Mark Brown
2024-08-28
regcache: use map->alloc_flags also for allocating cache
Marek Szyprowski
2024-08-23
regmap: Use locking during kunit tests
Mark Brown
2024-08-23
regmap: Hold the regmap lock when allocating and freeing the cache
Mark Brown
2024-08-13
regmap: Allow setting IRQ domain name suffix
Matti Vaittinen
2024-07-27
Merge tag 'regmap-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2024-07-22
regmap: maple: work around gcc-14.1 false-positive warning
Arnd Bergmann
2024-07-15
Merge tag 'spi-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2024-07-11
regmap: kunit: Add test cases for regmap_multi_reg_(read,write}()
Guenter Roeck
2024-07-10
regmap: Implement regmap_multi_reg_read()
Mark Brown
2024-07-10
regmap: Implement regmap_multi_reg_read()
Guenter Roeck
2024-07-08
regmap-irq: handle const struct regmap_irq_sub_irq_map
Thomas Weißschuh
2024-06-24
regmap: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-14
regmap-i2c: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
2024-06-07
regmap: Switch to use kmemdup_array()
Mark Brown
2024-06-07
regmap: kunit: Use array_size() and sizeof(*ptr) consistently
Andy Shevchenko
2024-06-07
regmap: maple: Switch to use kmemdup_array()
Andy Shevchenko
2024-06-07
regmap: cache: Switch to use kmemdup_array()
Andy Shevchenko
2024-06-07
regmap: cache: Use correct type of the rb_for_each() parameter
Andy Shevchenko
2024-06-07
regmap: Switch to use kmemdup_array()
Andy Shevchenko
2024-06-05
regmap: spi: Fix potential off-by-one when calculating reserved size
Andy Shevchenko
2024-06-03
regmap: Merge up fixes
Mark Brown
2024-05-31
regmap: kunit: add missing MODULE_DESCRIPTION()
Jeff Johnson
2024-05-27
regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()
Richard Fitzgerald
2024-05-27
regmap-i2c: Subtract reg size from max_write
Jim Wylder
2024-05-23
Merge tag 'regmap-fix-v6.10-merge-window' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2024-05-22
tracing/treewide: Remove second parameter of __assign_str()
Steven Rostedt (Google)
2024-05-17
regmap: kunit: Fix array overflow in stride() test
Richard Fitzgerald
2024-04-15
regmap: kunit: Fix an NULL vs IS_ERR() check
Dan Carpenter
[next]