index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
base
/
regmap
/
internal.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
regmap: kunit: Create a struct device for the regmap
Richard Fitzgerald
2024-04-08
1
-6
/
+8
*
regmap: rework ->max_register handling
Jan Dakinevich
2024-02-05
1
-0
/
+1
*
regmap: ram: support noinc semantics
Ben Wolsieffer
2023-11-13
1
-0
/
+1
*
regmap: Add debugfs file for forcing field writes
Waqar Hameed
2023-06-13
1
-0
/
+3
*
regmap: Provide basic test coverage for raw I/O
Mark Brown
2023-06-12
1
-0
/
+8
|
\
|
*
regmap: Provide a ram backed regmap with raw support
Mark Brown
2023-06-12
1
-0
/
+8
*
|
regmap: Don't check for changes in regcache_set_val()
Mark Brown
2023-06-12
1
-1
/
+1
*
|
regmap: maple: Implement block sync for the maple tree cache
Mark Brown
2023-06-12
1
-0
/
+2
|
/
*
regmap: allow upshifting register addresses before performing operations
Maxime Chevallier
2023-04-07
1
-1
/
+1
*
regmap: Add maple tree based register cache
Mark Brown
2023-04-03
1
-0
/
+1
*
regmap: Factor out single value register syncing
Mark Brown
2023-04-03
1
-0
/
+1
*
regmap: Add RAM backed register map
Mark Brown
2023-03-30
1
-0
/
+19
*
regmap: Removed compressed cache support
Mark Brown
2023-03-29
1
-1
/
+0
*
regmap: Add bulk read/write callbacks into regmap_config
Marek Vasut
2022-05-05
1
-0
/
+4
*
regmap: allow a defined reg_base to be added to every address
Colin Foster
2022-03-18
1
-0
/
+1
*
regmap: add configurable downshift for addresses
Colin Foster
2022-03-18
1
-0
/
+1
*
regmap: teach regmap to use raw spinlocks if requested in the config
Vladimir Oltean
2021-08-26
1
-0
/
+4
*
Merge remote-tracking branch 'regmap/for-5.10' into regmap-next
Mark Brown
2020-10-05
1
-0
/
+3
|
\
|
*
regmap: Add can_sleep configuration option
Dmitry Osipenko
2020-09-02
1
-0
/
+3
*
|
regmap: fix page selection for noinc writes
Dmitry Baryshkov
2020-09-21
1
-1
/
+1
*
|
regmap: debugfs: Fix handling of name string for debugfs init delays
Charles Keepax
2020-09-17
1
-2
/
+2
|
/
*
regmap: add proper SPDX identifiers on files that did not have them.
Greg Kroah-Hartman
2019-04-25
1
-4
/
+1
*
-
.
Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...
Mark Brown
2018-10-21
1
-1
/
+4
|
\
\
|
|
*
regmap: fix comment for regmap.use_single_write
David Frey
2018-09-07
1
-1
/
+1
|
|
/
|
/
|
|
*
regmap: Add regmap_noinc_write API
Ben Whitten
2018-10-19
1
-0
/
+3
|
/
*
regmap: Add regmap_noinc_read API
Crestez Dan Leonard
2018-08-09
1
-0
/
+3
*
regmap: Disable debugfs when locking is disabled
Mark Brown
2017-12-13
1
-0
/
+8
*
regmap: Add hardware spinlock support
Baolin Wang
2017-11-01
1
-0
/
+2
*
-
.
Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...
Mark Brown
2016-10-04
1
-2
/
+3
|
\
\
|
|
*
regmap: Add a function to check if a regmap register is cached
Cristian Birsan
2016-08-09
1
-0
/
+1
|
|
/
|
/
|
|
*
regmap: Allow longer flag masks for read and write
Tony Lindgren
2016-09-16
1
-2
/
+2
|
/
*
regmap: Fix implicit inclusion of device.h
Mark Brown
2016-03-30
1
-0
/
+1
*
regcache: Introduce the index parsing API by stride order
Xiubo Li
2016-02-19
1
-0
/
+6
*
regmap: core: Introduce register stride order
Xiubo Li
2016-02-19
1
-0
/
+10
*
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-11-05
1
-3
/
+3
|
\
|
*
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar
2015-10-04
1
-3
/
+3
|
|
|
\
*
-
.
|
Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ...
Mark Brown
2015-10-12
1
-0
/
+1
|
\
\
|
|
*
|
regmap: Allocate buffers with GFP_ATOMIC when fast_io == true
Stephen Boyd
2015-09-14
1
-0
/
+1
|
|
/
*
/
regmap: Allow installing custom reg_update_bits function
Jon Ringle
2015-10-06
1
-0
/
+2
|
/
*
-
.
Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...
Mark Brown
2015-09-04
1
-1
/
+1
|
\
\
|
|
*
regmap: Use reg_sequence for multi_reg_write / register_patch
Nariman Poushin
2015-07-16
1
-1
/
+1
|
|
/
*
|
regmap: Introduce max_raw_read/write for regmap_bulk_read/write
Markus Pargmann
2015-08-30
1
-0
/
+4
*
|
regmap: Split use_single_rw internally into use_single_read/write
Markus Pargmann
2015-08-21
1
-2
/
+4
|
/
*
regmap: Use regcache_mark_dirty() to indicate power loss or reset
Kevin Cernekee
2015-05-06
1
-0
/
+3
*
regmap: introduce regmap_name to fix syscon regmap trace events
Philipp Zabel
2015-03-19
1
-0
/
+8
*
-
.
Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'r...
Mark Brown
2015-02-08
1
-0
/
+4
|
\
\
|
|
*
regmap: Export regmap_get_val_endian
Guenter Roeck
2015-02-04
1
-0
/
+4
|
|
/
*
/
regmap: Move spinlock_flags into the union
Wang, Yalin
2014-12-15
1
-2
/
+4
|
/
*
Merge remote-tracking branch 'regmap/topic/core' into regmap-next
Mark Brown
2014-09-29
1
-2
/
+4
|
\
|
*
regmap: change struct regmap's internal locks as union
Wang, Yalin
2014-09-12
1
-2
/
+4
[next]