index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
Age
Commit message (
Expand
)
Author
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
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
[next]