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

2016-04-06 Thread kbuild test robot
Hi Yong, [auto build test WARNING on gpio/for-next] [also build test WARNING on v4.6-rc2 next-20160406] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

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

2016-04-06 Thread kbuild test robot
Hi Yong, [auto build test WARNING on gpio/for-next] [also build test WARNING on v4.6-rc2 next-20160406] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url:

[PATCH] 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

[PATCH] 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