Re: [PATCH v2 09/15] pinctrl-sx150x: Replace sx150x_*_cfg by means of regmap API

From: Linus Walleij
Date: Tue Nov 08 2016 - 03:43:58 EST


On Mon, Nov 7, 2016 at 5:53 PM, Andrey Smirnov <andrew.smirnov@xxxxxxxxx> wrote:

> The difference between 8 and 16 pin GPIO expanders can be accomodated by
> the means of regmap API without resorting to usaing driver-specific
> read/write accessors. This change, IMHO, brings the following benefits:
>
> - Replaces driver's idiosyncratic way of dealing with
> mult-register fields with regmap API, which, hopefuly,
> makes the code a bit easier for a new reader to understand
>
> - Removes various multi-read for-loop register read logic
> from various places in the code and puts it in a signle
> place
>
> - Removes ad-hoc IRQ register caching code in
> sx150x_irq_bus_sync_unlock, since that functionality is
> provided by regmap
>
> Besided aforementioned benefits this change also implements necessary
> RegSense byte swap necessary for SX1503 and SX1506 variants of the chip.
>
> Tested-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
> Acked-by: Neil Armstrong <narmstrong@xxxxxxxxxxxx>
> Signed-off-by: Andrey Smirnov <andrew.smirnov@xxxxxxxxx>

Patch applied!

Yours,
Linus Walleij