Re: [PATCH v2 1/2] dt-bindings: gpio: pca953x: Add support for the NXP PCAL9554B/C

2020-10-08 Thread Linus Walleij
On Thu, Oct 8, 2020 at 9:36 AM Mike Looijmans wrote: > On 07-10-2020 11:58, Linus Walleij wrote: > > On Tue, Oct 6, 2020 at 9:32 PM Rob Herring wrote: > >> On Wed, Sep 30, 2020 at 11:50:38AM +0200, Linus Walleij wrote: > >>> On Wed, Sep 30, 2020 at 11:21 AM Mike Looijmans > >>> wrote: > >>> > >

Re: [PATCH v2 1/2] dt-bindings: gpio: pca953x: Add support for the NXP PCAL9554B/C

2020-10-08 Thread Mike Looijmans
Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best The Netherlands T: +31 (0) 499 33 69 69 E: mike.looijm...@topicproducts.com W: www.topicproducts.com Please consider the environment before printing this e-mail On 0

Re: [PATCH v2 1/2] dt-bindings: gpio: pca953x: Add support for the NXP PCAL9554B/C

2020-10-07 Thread Linus Walleij
On Tue, Oct 6, 2020 at 9:32 PM Rob Herring wrote: > On Wed, Sep 30, 2020 at 11:50:38AM +0200, Linus Walleij wrote: > > On Wed, Sep 30, 2020 at 11:21 AM Mike Looijmans > > wrote: > > > > > The NXP PCAL9554B is a variant of the PCA953x GPIO expander, > > > with 8 GPIOs, latched interrupts and some

Re: [PATCH v2 1/2] dt-bindings: gpio: pca953x: Add support for the NXP PCAL9554B/C

2020-10-06 Thread Rob Herring
On Wed, Sep 30, 2020 at 11:50:38AM +0200, Linus Walleij wrote: > On Wed, Sep 30, 2020 at 11:21 AM Mike Looijmans > wrote: > > > The NXP PCAL9554B is a variant of the PCA953x GPIO expander, > > with 8 GPIOs, latched interrupts and some advanced configuration > > options. The "C" version only diff

Re: [PATCH v2 1/2] dt-bindings: gpio: pca953x: Add support for the NXP PCAL9554B/C

2020-10-06 Thread Rob Herring
On Wed, 30 Sep 2020 11:20:52 +0200, Mike Looijmans wrote: > The NXP PCAL9554B is a variant of the PCA953x GPIO expander, > with 8 GPIOs, latched interrupts and some advanced configuration > options. The "C" version only differs in I2C address. > > This adds the entry to the devicetree bindings. >

Re: [PATCH v2 1/2] dt-bindings: gpio: pca953x: Add support for the NXP PCAL9554B/C

2020-09-30 Thread Mike Looijmans
Met vriendelijke groet / kind regards, Mike Looijmans System Expert TOPIC Embedded Products B.V. Materiaalweg 4, 5681 RJ Best The Netherlands T: +31 (0) 499 33 69 69 E: mike.looijm...@topicproducts.com W: www.topicproducts.com Please consider the environment before printing this e-mail On 3

Re: [PATCH v2 1/2] dt-bindings: gpio: pca953x: Add support for the NXP PCAL9554B/C

2020-09-30 Thread Linus Walleij
On Wed, Sep 30, 2020 at 11:21 AM Mike Looijmans wrote: > The NXP PCAL9554B is a variant of the PCA953x GPIO expander, > with 8 GPIOs, latched interrupts and some advanced configuration > options. The "C" version only differs in I2C address. > > This adds the entry to the devicetree bindings. > >

Re: [PATCH v2 1/2] dt-bindings: gpio: pca953x: Add support for the NXP PCAL9554B/C

2020-09-30 Thread Bartosz Golaszewski
On Wed, Sep 30, 2020 at 11:21 AM Mike Looijmans wrote: > > The NXP PCAL9554B is a variant of the PCA953x GPIO expander, > with 8 GPIOs, latched interrupts and some advanced configuration > options. The "C" version only differs in I2C address. > > This adds the entry to the devicetree bindings. > >

[PATCH v2 1/2] dt-bindings: gpio: pca953x: Add support for the NXP PCAL9554B/C

2020-09-30 Thread Mike Looijmans
The NXP PCAL9554B is a variant of the PCA953x GPIO expander, with 8 GPIOs, latched interrupts and some advanced configuration options. The "C" version only differs in I2C address. This adds the entry to the devicetree bindings. Signed-off-by: Mike Looijmans --- v2: Split devicetree and code into