Re: [PATCH 2/2] gpio: Add driver for Nomadik GPIO

2021-07-14 Thread Tom Rini
On Fri, Jul 02, 2021 at 05:06:18PM +0200, Stephan Gerhold wrote: > Nomadik GPIO is a fairly simple GPIO module used in the ST-Ericsson > Ux500 SoCs (and some older Nomadik SoCs). It uses registers where > each GPIO is represented as a single bit, plus "set" and "clear" > registers that allow

Re: [PATCH 2/2] gpio: Add driver for Nomadik GPIO

2021-07-02 Thread Linus Walleij
On Fri, Jul 2, 2021 at 5:06 PM Stephan Gerhold wrote: > Nomadik GPIO is a fairly simple GPIO module used in the ST-Ericsson > Ux500 SoCs (and some older Nomadik SoCs). It uses registers where > each GPIO is represented as a single bit, plus "set" and "clear" > registers that allow updating the

[PATCH 2/2] gpio: Add driver for Nomadik GPIO

2021-07-02 Thread Stephan Gerhold
Nomadik GPIO is a fairly simple GPIO module used in the ST-Ericsson Ux500 SoCs (and some older Nomadik SoCs). It uses registers where each GPIO is represented as a single bit, plus "set" and "clear" registers that allow updating the state without having to read the existing state. The driver