Re: [PATCH v3 1/2] GPIO: add single-register GPIO via CREG driver

2018-09-26 Thread Linus Walleij
Hi Eugeniy, sorry for the delay, the driver is different from what I'm used to so I needed focuses attention and it took some time. On Tue, Sep 11, 2018 at 5:09 PM Eugeniy Paltsev wrote: > Add single-register MMIO GPIO driver for complex cases where > only several fields in register belong to G

Re: [PATCH v3 1/2] GPIO: add single-register GPIO via CREG driver

2018-09-24 Thread Eugeniy Paltsev
Hi Linus, Maybe you have any comments or remarks about this patch? And if you don't could you please apply it. Thanks! On Tue, 2018-09-11 at 18:09 +0300, Eugeniy Paltsev wrote: > Add single-register MMIO GPIO driver for complex cases where > only several fields in register belong to GPIO lines a

[PATCH v3 1/2] GPIO: add single-register GPIO via CREG driver

2018-09-11 Thread Eugeniy Paltsev
Add single-register MMIO GPIO driver for complex cases where only several fields in register belong to GPIO lines and each GPIO line owns a field with different length and on/off value. Such CREG GPIOs are used in Synopsys AXS10x and HSDK boards. Signed-off-by: Eugeniy Paltsev --- Changes v2->v3