From: Linus Walleij Date: Wed, 23 Apr 2014 14:45:12 +0000 (+0200) Subject: gpio: do not set up hardware for IRQ_TYPE_NONE X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~53^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1333b90f33623cdc4028a3523bc186330573990a;p=pandora-kernel.git gpio: do not set up hardware for IRQ_TYPE_NONE Some GPIO irqchip drivers exploit the irqdomain mapping function to set up the IRQ default type in the hardware, make sure that if we pass IRQ_TYPE_NONE, no hardware setup whatsoever takes place (this should be the norm) until later when the IRQ gets utilized. Cc: Ezequiel Garcia Cc: Santosh Shilimkar Cc: linux-omap Tested-by: Peter Ujfalusi Tested-by: Javier Martinez Canillas Tested-by: Nishanth Menon Acked-by: Nishanth Menon Tested-by: Tony Lindgren Signed-off-by: Linus Walleij --- Reading git-diff-tree failed