diff options
author | Nishanth Menon <nm@ti.com> | 2024-09-03 13:47:10 -0500 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-10-16 09:04:09 +0100 |
commit | 2e63d6fa113d36238052321d21806a9f8495862a (patch) | |
tree | 50e4c31f9c7d02eadbfdf955d2b486850d5da18c /tools/perf/scripts/python | |
parent | 98b5f7706f6bfd863e50317742f7d566b86fabdc (diff) |
mfd: syscon: Use regmap max_register_is_0 as needed
syscon has always set the optional max_register configuration of
regmap to ensure the correct checks are in place. However, a recent
commit 0ec74ad3c157 ("regmap: rework ->max_register handling")
introduced explicit configuration in regmap framework for register
maps that is exactly 1 register, when max_register is pointing to a
valid register 0. This commit solved a previous limitation of regmap
framework.
Update syscon driver to consistent in regmap configuration for
all sizes of syscons by using this new capability by setting
max_register_is_0, when the max_register is valid and 0.
Signed-off-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20240903184710.1552067-1-nm@ti.com
Signed-off-by: Lee Jones <lee@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions