Re: [PATCH] pinctrl: single: dra7: remove PCS_QUIRK_SHARED_IRQ

From: Tony Lindgren
Date: Tue Jul 07 2015 - 03:43:41 EST


* Tero Kristo <t-kristo@xxxxxx> [150707 00:25]:
> On 07/06/2015 06:25 PM, Tony Lindgren wrote:
> >* Grygorii Strashko <grygorii.strashko@xxxxxx> [150706 08:14]:
> >>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@xxxxxx>
> >>Cc: Tony Lindgren <tony@xxxxxxxxxxx>
> >>Fixes: 31320beaa3d3 ('pinctrl: single: Add DRA7 pinctrl compatibility')
> >>Signed-off-by: Grygorii Strashko <grygorii.strashko@xxxxxx>
> >>---
> >> 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 */
> >> };
> >
> >Tero, care to take a look at this one and ack if OK?
>
> Looks fine to me.
>
> Acked-by: Tero Kristo <t-kristo@xxxxxx>

OK thanks for checking, so from me too:

Acked-by: Tony Lindgren <tony@xxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/