From: Luciano Coelho Date: Wed, 18 Mar 2015 16:38:25 +0000 (+0200) Subject: wlcore: set irq_trigger in board files instead of hiding behind a quirk X-Git-Tag: omap-for-v4.1/wl12xx-dt~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f921fab5844941f7605b7f1a265f5fc7fe969a7;p=pandora-kernel.git wlcore: set irq_trigger in board files instead of hiding behind a quirk The platform_quirk element in the platform data was used to change the way the IRQ is triggered. When set, the EDGE_IRQ quirk would change the irqflags used and treat edge trigger differently from the rest. Instead of hiding this irq flag setting behind the quirk, have the board files set the irq_trigger explicitly. This will allow us to use standard irq DT definitions later on. Signed-off-by: Luciano Coelho [Eliad - rebase, add irq_trigger field and pass it, update board file changes] Signed-off-by: Eliad Peller Tested-by: Nikita Kiryanov Acked-by: Kalle Valo Acked-by: Sekhar Nori Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed