From: Wei Chen Date: Thu, 4 Dec 2014 12:12:08 +0000 (+0800) Subject: gpio: sx150x: move to irqdomain framework for sx150x driver X-Git-Tag: fixes-v4.0-rc1~140^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=093e9435483c8ad630a1432bfdcc10efe1c08a64;p=pandora-kernel.git gpio: sx150x: move to irqdomain framework for sx150x driver The sx150x gpio driver used a loop to set liner irq map for gpio pins. Now we use the irq domain to rebuild this irq mappig and make sure the codes are still compatible to old users. this patch also adds IRQF_ONESHOT flag to fix the IRQ flooding issues. Signed-off-by: Wei Chen Signed-off-by: Barry Song [Make Kconfig select GPIOLIB_IRQCHIP] Signed-off-by: Linus Walleij --- Reading git-diff-tree failed