On 2019-06-01 18:59, Linus Walleij wrote: > Instead of complex code picking GPIOs out of the device tree > and keeping track of polarity for each GPIO line, use descriptors > and pull polarity handling into the gpiolib. > > We look for "our-claim" and "their-claim" since the gpiolib > code will try e.g. "our-claim-gpios" and "our-claim-gpio" in > turn to locate these GPIO lines from the device tree. > > Cc: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > Cc: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > Cc: Doug Anderson <dianders@xxxxxxxxxxxx> > Signed-off-by: Linus Walleij <linus.walleij@xxxxxxxxxx> Thanks, patch applied to i2c-mux/for-next The DT bindings should probably be updated to specify our-claim-gpios instead of our-claim-gpio. Curiously enough, the bindings already specifies their-claim-gpios, even if the driver never did support that. That is, until this patch. Cheers, Peter