From ff998356b644ebe723127bd9eec6040b59a4a4f6 Mon Sep 17 00:00:00 2001 From: Eric Ernst Date: Thu, 12 Jun 2014 11:06:20 -0700 Subject: [PATCH] pinctrl: baytrail: Warn if direct IRQ GPIO set to output For Baytrail, you should never set a GPIO set to direct_irq to output mode. When direct_irq_en is set for a GPIO, it is tied directly to an APIC internally, and making the pad output does not make any sense. Assert a WARN() in the event this happens. Signed-off-by: Eric Ernst Acked-by: Mika Westerberg Signed-off-by: Linus Walleij --- Reading git-format-patch failed