index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-08
regmap: Add regmap_read_bypassed()
Richard Fitzgerald
1
-0
/
+37
2024-02-05
regmap: rework ->max_register handling
Jan Dakinevich
1
-4
/
+6
2023-11-22
regmap: fix regmap_noinc_write() description
Hugo Villeneuve
1
-1
/
+1
2023-11-08
Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-7
/
+9
2023-11-01
regmap: prevent noinc writes from clobbering cache
Ben Wolsieffer
1
-7
/
+9
2023-10-09
regmap: fix NULL deref on lookup
Johan Hovold
1
-1
/
+1
2023-07-24
regmap: Merge up fixes from mainline
Mark Brown
1
-4
/
+2
2023-07-21
regmap: Remove dynamic allocation warnings for rbtree and maple
Mark Brown
1
-9
/
+0
2023-07-20
regmap: Reject fast_io regmap configurations with RBTREE and MAPLE caches
Guenter Roeck
1
-0
/
+9
2023-07-17
regmap: Drop initial version of maximum transfer length fixes
Mark Brown
1
-4
/
+2
2023-07-10
regmap: Revert "add 64-bit mode support" and Co.
Andy Shevchenko
1
-122
/
+0
2023-06-16
regmap: Drop early readability check
Mark Brown
1
-3
/
+3
2023-06-14
regmap: Check for register readability before checking cache during read
Mark Brown
1
-3
/
+3
2023-06-13
regmap: Add debugfs file for forcing field writes
Waqar Hameed
1
-1
/
+1
2023-06-12
regmap: Merge up v6.4-rc6
Mark Brown
1
-2
/
+4
2023-06-01
regmap: Add missing cache_only checks
Charles Keepax
1
-10
/
+16
2023-05-18
regmap: Account for register length when chunking
Jim Wylder
1
-2
/
+4
2023-04-07
regmap: allow upshifting register addresses before performing operations
Maxime Chevallier
1
-2
/
+8
2023-03-27
regmap: Support paging for buses with reg_read()/reg_write()
Mark Brown
1
-0
/
+18
2023-03-24
regmap: add a helper to translate the register address
Maxime Chevallier
1
-14
/
+13
2023-01-31
regmap: apply reg_base and reg_downshift for single register ops
Daniel Golle
1
-0
/
+6
2022-11-22
regmap: add regmap_might_sleep()
Michael Walle
1
-0
/
+13
2022-08-23
regmap: check right noinc bounds in debug print
Linus Walleij
1
-2
/
+2
2022-08-23
regmap: introduce value tracing for regmap bulk operations
Dmitry Rokosov
1
-0
/
+7
2022-08-17
regmap: Support accelerated noinc operations
Linus Walleij
1
-3
/
+120
2022-08-15
regmap: Make use of get_unaligned_be24(), put_unaligned_be24()
Andy Shevchenko
1
-20
/
+17
2022-07-18
regmap: permit to set reg_update_bits with bulk implementation
Christian Marangi
1
-0
/
+2
2022-07-08
regmap: add WARN_ONCE when invalid mask is provided to regmap_field_init()
Matt Ranostay
1
-0
/
+3
2022-06-29
regmap: Merge up fixes
Mark Brown
1
-7
/
+8
2022-06-20
regmap: Wire up regmap_config provided bulk write in missed functions
Javier Martinez Canillas
1
-6
/
+4
2022-06-20
regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't set
Javier Martinez Canillas
1
-0
/
+3
2022-06-20
regmap: Re-introduce bulk read support check in regmap_bulk_read()
Javier Martinez Canillas
1
-1
/
+1
2022-06-15
regmap: provide regmap_field helpers for simple bit operations
Li Chen
1
-0
/
+22
2022-05-09
regmap: Add missing map->bus check
Marek Vasut
1
-1
/
+1
2022-05-05
regmap: Add bulk read/write callbacks into regmap_config
Marek Vasut
1
-36
/
+40
2022-03-18
regmap: allow a defined reg_base to be added to every address
Colin Foster
1
-0
/
+6
2022-03-18
regmap: add configurable downshift for addresses
Colin Foster
1
-0
/
+5
2022-01-07
regmap: Call regmap_debugfs_exit() prior to _init()
Fabio Estevam
1
-0
/
+1
2021-11-15
regmap: allow to define reg_update_bits for no bus configuration
Ansuel Smith
1
-0
/
+1
2021-08-26
Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...
Mark Brown
1
-5
/
+30
2021-08-26
regmap: teach regmap to use raw spinlocks if requested in the config
Vladimir Oltean
1
-5
/
+30
2021-08-02
regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fields
Icenowy Zheng
1
-2
/
+2
2021-07-12
regmap: Prefer unsigned int to bare use of unsigned
Jinchao Wang
1
-4
/
+4
2021-07-12
regmap: fix the offset of register error log
Jeongtae Park
1
-1
/
+1
2021-05-26
regmap: add support for 7/17 register formating
Antoniu Miclaus
1
-0
/
+13
2021-05-14
regmap-i2c: Set regmap max raw r/w from quirks
Lucas Tanure
1
-0
/
+2
2020-11-12
regmap: Fix order of regmap write log
Lucas Tanure
1
-4
/
+7
2020-10-05
Merge remote-tracking branch 'regmap/for-5.10' into regmap-next
Mark Brown
1
-4
/
+141
2020-09-28
Merge tag 'regmap-field-bulk-api' into regmap-5.10
Mark Brown
1
-0
/
+100
2020-09-28
regmap: add support to regmap_field_bulk_alloc/free apis
Srinivas Kandagatla
1
-0
/
+100
[next]