Re: [PATCH] gpio: unmap gpio irqs properly

2014-03-29 Thread Alexandre Courbot
On Sat, Mar 29, 2014 at 4:44 AM, Linus Walleij linus.wall...@linaro.org wrote: When using the irqchip helper inside the gpiolib, make sure the IRQs are unmapped/disposed before the irqdomain is removed as part of removing the gpiochip. Acked-by: Alexandre Courbot acour...@nvidia.com

[PATCH] gpio: ge: Convert to platform driver

2014-03-29 Thread Alexander Shiyan
This patch converts GE I/O FPGA GPIO driver to platform driver. Signed-off-by: Alexander Shiyan shc_w...@mail.ru --- Only compile tested. --- drivers/gpio/gpio-ge.c | 176 - 1 file changed, 58 insertions(+), 118 deletions(-) diff --git