linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ
@ 2015-07-06 15:11 Grygorii Strashko
  2015-07-06 15:25 ` Tony Lindgren
  2015-07-16 12:36 ` Linus Walleij
  0 siblings, 2 replies; 5+ messages in thread
From: Grygorii Strashko @ 2015-07-06 15:11 UTC (permalink / raw)
  To: Linus Walleij
  Cc: linux-omap, linux-gpio, linux-kernel, Grygorii Strashko,
	Nishanth Menon, Tony Lindgren

On DRA7 there is one pinctrl domain (dra7_pmx_core) and
PRCM wake-up IRQ is not shared, so remove quirk.

Cc: Nishanth Menon <nm@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Fixes: 31320beaa3d3 ('pinctrl: single: Add DRA7 pinctrl compatibility')
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
---
 drivers/pinctrl/pinctrl-single.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-single.c b/drivers/pinctrl/pinctrl-single.c
index 0b8d480..9b24b343 100644
--- a/drivers/pinctrl/pinctrl-single.c
+++ b/drivers/pinctrl/pinctrl-single.c
@@ -1983,7 +1983,6 @@ static const struct pcs_soc_data pinctrl_single_omap_wkup = {
 };
 
 static const struct pcs_soc_data pinctrl_single_dra7 = {
-	.flags = PCS_QUIRK_SHARED_IRQ,
 	.irq_enable_mask = (1 << 24),	/* WAKEUPENABLE */
 	.irq_status_mask = (1 << 25),	/* WAKEUPEVENT */
 };
-- 
2.4.5


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-07-16 12:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-06 15:11 [PATCH] pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ Grygorii Strashko
2015-07-06 15:25 ` Tony Lindgren
2015-07-07  7:23   ` Tero Kristo
2015-07-07  7:43     ` Tony Lindgren
2015-07-16 12:36 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).