[3.19.y-ckt stable] Patch "pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ" has been added to staging queue

Kamal Mostafa kamal at canonical.com
Mon Oct 19 22:40:14 UTC 2015


This is a note to let you know that I have just added a patch titled

    pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ

to the linux-3.19.y-queue branch of the 3.19.y-ckt extended stable tree 
which can be found at:

    http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.19.y-queue

This patch is scheduled to be released in version 3.19.8-ckt8.

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.19.y-ckt tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Kamal

------

>From 0f496e6eb2f7274df36d388fd93560b004a9ec60 Mon Sep 17 00:00:00 2001
From: Grygorii Strashko <grygorii.strashko at ti.com>
Date: Mon, 6 Jul 2015 18:11:50 +0300
Subject: pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ

commit 6417049f662d85a6f3a6b7cb8bc98bae3edae0a4 upstream.

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 at ti.com>
Fixes: 31320beaa3d3 ('pinctrl: single: Add DRA7 pinctrl compatibility')
Signed-off-by: Grygorii Strashko <grygorii.strashko at ti.com>
Acked-by: Tero Kristo <t-kristo at ti.com>
Acked-by: Tony Lindgren <tony at atomide.com>
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
Signed-off-by: Kamal Mostafa <kamal at canonical.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 69e8442..772f7c4 100644
--- a/drivers/pinctrl/pinctrl-single.c
+++ b/drivers/pinctrl/pinctrl-single.c
@@ -1982,7 +1982,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 */
 };
--
1.9.1





More information about the kernel-team mailing list