index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
regmap.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-15
regmap: Remove superfluous check for !config in __regmap_init()
Geert Uytterhoeven
1
-1
/
+1
2025-06-29
regmap: fix potential memory leak of regmap_bus
Abdun Nihaal
1
-0
/
+2
2024-12-11
regmap: regmap_multi_reg_read(): make register list const
Richard Fitzgerald
1
-2
/
+2
2024-12-09
regmap: Merge up v6.12-rc2
Mark Brown
1
-2
/
+14
2024-12-02
regmap: place foo / 8 and foo % 8 closer to each other
Andy Shevchenko
1
-2
/
+2
2024-12-02
regmap: Use BITS_TO_BYTES()
Andy Shevchenko
1
-4
/
+3
2024-12-02
regmap: detach regmap from dev on regmap_exit
Cosmin Tanislav
1
-0
/
+12
2024-12-02
regmap: Use correct format specifier for logging range errors
Mark Brown
1
-2
/
+2
2024-10-31
regmap: maple: Provide lockdep (sub)class for maple tree's internal lock
Cristian Ciocaltea
1
-0
/
+1
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-08-23
regmap: Hold the regmap lock when allocating and freeing the cache
Mark Brown
1
-0
/
+1
2024-07-10
regmap: Implement regmap_multi_reg_read()
Mark Brown
1
-35
/
+68
2024-07-10
regmap: Implement regmap_multi_reg_read()
Guenter Roeck
1
-35
/
+68
2024-06-07
regmap: Switch to use kmemdup_array()
Andy Shevchenko
1
-1
/
+1
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-21
regmap: fix regmap_noinc_write() description
Hugo Villeneuve
1
-1
/
+1
2023-11-07
Merge tag 'regmap-fix-v6.7-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
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-23
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-09
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
[next]