Re: [PATCH 2/3] gpio: mcp23s08: Add simple IRQ support for SPI devices

2014-11-27 Thread Linus Walleij
On Mon, Nov 17, 2014 at 9:38 AM, Alexander Stein alexander.st...@systec-electronic.com wrote: Currently this implementation only supports one IRQ for (all) SPI devices using the same chip select. Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com Patch applied. Yours,

[PATCH 2/3] gpio: mcp23s08: Add simple IRQ support for SPI devices

2014-11-17 Thread Alexander Stein
Currently this implementation only supports one IRQ for (all) SPI devices using the same chip select. Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com --- drivers/gpio/gpio-mcp23s08.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpio/gpio-mcp23s08.c