diff options
author | Mark Brown <broonie@kernel.org> | 2023-10-01 02:43:38 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2023-12-13 08:39:09 +0300 |
commit | 39bd68d422ba085997fb1f26160d7c686915b3cb (patch) | |
tree | 389c33de9430a0088e8094f3667b81b1cdc86c72 /scripts/gdb/linux/tasks.py | |
parent | 2e3ae00021901461455b6a9ff4ef850817e9ab6d (diff) | |
download | linux-39bd68d422ba085997fb1f26160d7c686915b3cb.tar.xz |
Input: cap11xx - cache hardware ID registers
The cap11xx devices have three hardware identification registers which are
currently marked as volatile, preventing caching of those registers. This
is not ideal since the registers should never change at runtime, we should
be able to cache the value after the first read. Stop marking the registers
as volatile, we don't have register defaults specified in the driver so
this will result in reading from the hardware on first use.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20231001-input-maple-v1-1-ed3716051431@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions