Re: [PATCH 18/21] regulator: fixed/gpio: Pull inversion/OD into gpiolib

2018-02-17 Thread Robert Jarzmik
Linus Walleij writes: > This pushes the handling of inversion semantics and open drain > settings to the GPIO descriptor and gpiolib. All affected board > files are also augmented. Hi Linus, Could we split the patch into chunks, one for i2c, one for pxa, etc ... I fear that exceptionally I have

[PATCH 18/21] regulator: fixed/gpio: Pull inversion/OD into gpiolib

2018-02-12 Thread Linus Walleij
This pushes the handling of inversion semantics and open drain settings to the GPIO descriptor and gpiolib. All affected board files are also augmented. This is especiallt nice since we don't have to have any confusing flags passed around to the left and right littering the fixed and GPIO regulato