Re: [PATCH 7/8] gpio: stmpe: Add STMPE1600 support

2016-04-22 Thread Patrice Chotard
On 04/20/2016 04:53 PM, Linus Walleij wrote: On Tue, Apr 19, 2016 at 2:18 PM, wrote: From: Patrice Chotard The particularities of this variant are: - GPIO_XXX_LSB and GPIO_XXX_MSB memory locations are inverted compared to other variants. - There is no Edge detection, Rising Edge and Fa

Re: [PATCH 7/8] gpio: stmpe: Add STMPE1600 support

2016-04-20 Thread Linus Walleij
On Tue, Apr 19, 2016 at 2:18 PM, wrote: > From: Patrice Chotard > > The particularities of this variant are: > - GPIO_XXX_LSB and GPIO_XXX_MSB memory locations are inverted compared > to other variants. > - There is no Edge detection, Rising Edge and Falling Edge registers. > - IRQ flags are

[PATCH 7/8] gpio: stmpe: Add STMPE1600 support

2016-04-19 Thread patrice.chotard
From: Patrice Chotard The particularities of this variant are: - GPIO_XXX_LSB and GPIO_XXX_MSB memory locations are inverted compared to other variants. - There is no Edge detection, Rising Edge and Falling Edge registers. - IRQ flags are cleared when read, no need to write in Status register.