From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH] pinctrl: single: call pcs_soc->rearm() whenever IRQ mask is changed Date: Tue, 12 Nov 2013 11:56:11 -0800 Message-ID: <20131112195611.GT15154@atomide.com> References: <1381507996-15021-1-git-send-email-rogerq@ti.com> <20131011172337.GU29913@atomide.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:48841 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752756Ab3KLT4X (ORCPT ); Tue, 12 Nov 2013 14:56:23 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Linus Walleij Cc: Roger Quadros , Grygorii Strashko , Peter Ujfalusi , Haojian Zhuang , Benoit Cousson , "linux-arm-kernel@lists.infradead.org" , Linux-OMAP * Linus Walleij [131112 10:45]: > On Fri, Oct 11, 2013 at 7:23 PM, Tony Lindgren wrote: > > * Linus Walleij [131011 09:27]: > >> On Fri, Oct 11, 2013 at 6:13 PM, Roger Quadros wrote: > >> > >> > On OMAPs the IO ring must be rearmed each time the pad wakeup > >> > configuration is changed. So call pcs_soc->rearm() from > >> > pcs_irq_set(). > >> > > >> > Signed-off-by: Roger Quadros > >> > >> If Tony needs to apply this with the other patches: Acked-by. > > > > Just replied with a slightly modified version of Roger's patch > > suggesting you pull in the signed tag I posted for you yesterday > > and then you can pick up Roger's fix into the pinctrl tree :) > > Hm now that I go over these old mails in my inbox I start to > worry that I missed something here, I have no memory of pulling > a tag for OMAP... is this all in the state > it needs to be for OMAP? The other pinctrl-single related patches are now merged to mainline: 1b9c0fb365cbb1154f4e7997061db972cbf58300 pinctrl: single: Fix build when not built on ARM dc7743aa3c49fabbc6dc9edbcf7df74d776ac32e pinctrl: single: Add support for auxdata 3e6cee1786a13cb2308609b5f8c020e1754e37cf pinctrl: single: Add support for wake-up interrupts 02e483f66deb6bd8df6af450726574614eb53be3 pinctrl: single: Prepare for supporting SoC specific features The fix from Roger is still missing. You can go ahead and queue it, or if you prefer me to do it I can add it to my fixes. Regards, Tony From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Tue, 12 Nov 2013 11:56:11 -0800 Subject: [PATCH] pinctrl: single: call pcs_soc->rearm() whenever IRQ mask is changed In-Reply-To: References: <1381507996-15021-1-git-send-email-rogerq@ti.com> <20131011172337.GU29913@atomide.com> Message-ID: <20131112195611.GT15154@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Linus Walleij [131112 10:45]: > On Fri, Oct 11, 2013 at 7:23 PM, Tony Lindgren wrote: > > * Linus Walleij [131011 09:27]: > >> On Fri, Oct 11, 2013 at 6:13 PM, Roger Quadros wrote: > >> > >> > On OMAPs the IO ring must be rearmed each time the pad wakeup > >> > configuration is changed. So call pcs_soc->rearm() from > >> > pcs_irq_set(). > >> > > >> > Signed-off-by: Roger Quadros > >> > >> If Tony needs to apply this with the other patches: Acked-by. > > > > Just replied with a slightly modified version of Roger's patch > > suggesting you pull in the signed tag I posted for you yesterday > > and then you can pick up Roger's fix into the pinctrl tree :) > > Hm now that I go over these old mails in my inbox I start to > worry that I missed something here, I have no memory of pulling > a tag for OMAP... is this all in the state > it needs to be for OMAP? The other pinctrl-single related patches are now merged to mainline: 1b9c0fb365cbb1154f4e7997061db972cbf58300 pinctrl: single: Fix build when not built on ARM dc7743aa3c49fabbc6dc9edbcf7df74d776ac32e pinctrl: single: Add support for auxdata 3e6cee1786a13cb2308609b5f8c020e1754e37cf pinctrl: single: Add support for wake-up interrupts 02e483f66deb6bd8df6af450726574614eb53be3 pinctrl: single: Prepare for supporting SoC specific features The fix from Roger is still missing. You can go ahead and queue it, or if you prefer me to do it I can add it to my fixes. Regards, Tony