diff options
author | Daniel Golle <[email protected]> | 2023-01-30 02:04:57 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-01-31 12:14:48 +0000 |
commit | 697c3892d825fb78f42ec8e53bed065dd728db3e (patch) | |
tree | 6f11ef092d02c1812d6b2cd2011c7dc487712bfe /drivers/usb/cdns3/cdns3-debug.h | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) |
regmap: apply reg_base and reg_downshift for single register ops
reg_base and reg_downshift currently don't have any effect if used with
a regmap_bus or regmap_config which only offers single register
operations (ie. reg_read, reg_write and optionally reg_update_bits).
Fix that and take them into account also for regmap_bus with only
reg_read and read_write operations by applying reg_base and
reg_downshift in _regmap_bus_reg_write, _regmap_bus_reg_read.
Also apply reg_base and reg_downshift in _regmap_update_bits, but only
in case the operation is carried out with a reg_update_bits call
defined in either regmap_bus or regmap_config.
Fixes: 0074f3f2b1e43d ("regmap: allow a defined reg_base to be added to every address")
Fixes: 86fc59ef818beb ("regmap: add configurable downshift for addresses")
Signed-off-by: Daniel Golle <[email protected]>
Tested-by: Colin Foster <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions