Re: [PATCH] gpio: 74x164: Implement gpiochip.set_multiple()

From: Linus Walleij
Date: Tue Mar 22 2016 - 06:57:05 EST


On Tue, Mar 15, 2016 at 5:04 AM, Phil Reid <preid@xxxxxxxxxxxxxxxxx> wrote:

> pca953x does not update the cached data unless the write operation
> was successful. Which I folowed with the implement of set_multiple.
> However a number of other drivers update regardless.
> eg chip->buffer is updated even if the write_config fails.
>
> What is the preferred approach?

Obviously the other drivers are buggy and need to be fixed.
It can't be too many since the number of drivers with failable
write operations aren's so many. (And I guess they seldom fail
so it's not a big real world problem.) But it should be fixed.

Add Axel Lin to the thread, he's awesome at finding semantic
bugs.

Patches accepted :)

Yours,
Linus Walleij