index
:
git.armlinux.org.uk/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-12-08
Merge tag 'i3c/for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c...
Linus Torvalds
2025-12-04
Merge tag 'regmap-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
2025-12-02
regmap: i3c: switch to use i3c_xfer from i3c_priv_xfer
Frank Li
2025-11-07
regmap: sdw-mbq: Reorder regmap_mbq_context struct for better packing
Charles Keepax
2025-11-06
ASoC: qcom: q6dsp: fixes and updates
Mark Brown
2025-11-04
regmap: i3c: Use ARRAY_SIZE()
Andy Shevchenko
2025-10-31
regcache: maple: Split ->populate() from ->init()
Andy Shevchenko
2025-10-31
regcache: flat: Split ->populate() from ->init()
Andy Shevchenko
2025-10-31
regcache: flat: Remove unneeded check and error message for -ENOMEM
Andy Shevchenko
2025-10-31
regcache: rbtree: Split ->populate() from ->init()
Andy Shevchenko
2025-10-31
regcache: Add ->populate() callback to separate from ->init()
Andy Shevchenko
2025-10-29
regmap: warn users about uninitialized flat cache
Sander Vanheule
2025-10-29
regmap: add flat cache with sparse validity
Sander Vanheule
2025-10-27
regmap: sdw-mbq: Don't assume the regmap device is the SoundWire slave
Charles Keepax
2025-10-23
regmap: slimbus: fix bus_context pointer in regmap init calls
Alexey Klimov
2025-08-28
regmap: use int type to store negative error codes
Qianfeng Rong
2025-08-13
regmap: Remove superfluous check for !config in __regmap_init()
Geert Uytterhoeven
2025-08-10
regmap: mmio: Add missing MODULE_DESCRIPTION()
Luis Henriques
2025-08-09
Merge tag 'regmap-fix-v6.17-merge-window' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2025-08-01
regmap: irq: Avoid lockdep warnings with nested regmap-irq chips
Mark Brown
2025-08-01
regmap: irq: Free the regmap-irq mutex
Mark Brown
2025-07-28
Merge tag 'regmap-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
2025-07-04
regmap: get rid of redundant debugfs_file_{get,put}()
Al Viro
2025-06-29
regmap: fix potential memory leak of regmap_bus
Abdun Nihaal
2025-06-08
regmap: kunit: Constify regmap_range_cfg array
Krzysztof Kozlowski
2025-05-22
regmap: irq: Add support for chips without separate IRQ status
Mathieu Dubois-Briand
2025-05-21
regmap-irq: Use dedicated interrupt wake setters
Andy Shevchenko
2025-05-20
regmap: Move selecting for REGMAP_MDIO and REGMAP_IRQ
Andrew Davis
2025-04-30
regcache: Use sort()'s default swap() implementation
Thorsten Blum
2025-03-29
Merge tag 'regmap-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Linus Torvalds
2025-02-27
regcache: Add support for sorting defaults arrays
Charles Keepax
2025-02-06
regmap: irq: Use one way of setting all bits in the register
Andy Shevchenko
2025-02-05
regmap-irq: Add missing kfree()
Jiasheng Jiang
2025-02-03
regmap: Reorder 'struct regmap'
Christophe JAILLET
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
[next]