Re: [PATCH v2] gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2

2016-04-14 Thread Linus Walleij
On Sun, Apr 10, 2016 at 5:02 AM, Li, Yong B wrote: > Thanks Linus. I think the below patch(in fixes branch) should be merged into > devel branch too, since the below patch is depended by this one in devel > branch. > > commit 9b8e3ec34318663affced3c14d960e78d760dd9a > Author: Yong Li > Date:

RE: [PATCH v2] gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2

2016-04-09 Thread Li, Yong B
gt; ; Puustinen, Ismo > ; Phil Reid > Subject: Re: [PATCH v2] gpio: pca953x: add PCAL9535 interrupt support for > Galileo Gen2 > > n Thu, Apr 7, 2016 at 6:56 AM, Yong Li wrote: > > > Galileo Gen2 board uses the PCAL9535 as the GPIO expansion, it is > > different from P

Re: [PATCH v2] gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2

2016-04-08 Thread Linus Walleij
n Thu, Apr 7, 2016 at 6:56 AM, Yong Li wrote: > Galileo Gen2 board uses the PCAL9535 as the GPIO expansion, > it is different from PCA9535 and includes interrupt mask/status registers, > The current driver does not support the interrupt registers configuration, > it causes some gpio pins cannot t

Re: [PATCH v2] gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2

2016-04-07 Thread Andy Shevchenko
On Thu, 2016-04-07 at 12:56 +0800, Yong Li wrote: > Galileo Gen2 board uses the PCAL9535 as the GPIO expansion, > it is different from PCA9535 and includes interrupt mask/status > registers, > The current driver does not support the interrupt registers > configuration, > it causes some gpio pins ca

[PATCH v2] gpio: pca953x: add PCAL9535 interrupt support for Galileo Gen2

2016-04-06 Thread Yong Li
Galileo Gen2 board uses the PCAL9535 as the GPIO expansion, it is different from PCA9535 and includes interrupt mask/status registers, The current driver does not support the interrupt registers configuration, it causes some gpio pins cannot trigger interrupt events, this patch fix this issue. The