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

2018-10-10 Thread Linus Walleij
On Fri, Sep 28, 2018 at 3:15 PM Eugeniy Paltsev wrote: > 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 an

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

2018-09-28 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 v3->v4