Re: [PATCH] regmap: allow upshifting register addresses before performing operations

From: Colin Foster
Date: Fri Apr 07 2023 - 11:59:22 EST


Hi Maxime,

On Fri, Apr 07, 2023 at 05:26:04PM +0200, Maxime Chevallier wrote:
> .reg_stride = 4,
> - .reg_downshift = 2,
> + .reg_shift = REGMAP_DOWNSHIFT(2),
> .val_bits = 32,

Looks great! Thanks. I tested this with a merge of net-next and
regmap-next + this patch.

Tested-by: Colin Foster <colin.foster@xxxxxxxxxxxxxxxx>