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 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html