Re: [PATCH 14/16] gpio: Add support for banked GPIO controllers

2017-09-14 Thread Tony Lindgren
* Tony Lindgren [170914 16:38]: > * Linus Walleij [170914 07:00]: > > On Fri, Sep 1, 2017 at 8:57 PM, Thierry Reding > > wrote: > > > > > From: Thierry Reding > > > > > > Some GPIO controllers are subdivided into multiple logical blocks called > > > banks (or ports). This is often caused by t

Re: [PATCH 14/16] gpio: Add support for banked GPIO controllers

2017-09-14 Thread Tony Lindgren
* Linus Walleij [170914 07:00]: > On Fri, Sep 1, 2017 at 8:57 PM, Thierry Reding > wrote: > > > From: Thierry Reding > > > > Some GPIO controllers are subdivided into multiple logical blocks called > > banks (or ports). This is often caused by the design assigning separate > > resources, such

Re: [PATCH 14/16] gpio: Add support for banked GPIO controllers

2017-09-14 Thread Linus Walleij
On Fri, Sep 1, 2017 at 8:57 PM, Thierry Reding wrote: > From: Thierry Reding > > Some GPIO controllers are subdivided into multiple logical blocks called > banks (or ports). This is often caused by the design assigning separate > resources, such as register regions or interrupts, to each bank, o

[PATCH 14/16] gpio: Add support for banked GPIO controllers

2017-09-01 Thread Thierry Reding
From: Thierry Reding Some GPIO controllers are subdivided into multiple logical blocks called banks (or ports). This is often caused by the design assigning separate resources, such as register regions or interrupts, to each bank, or some set of banks. This commit adds support for describing con