From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yingjoe Chen Subject: Re: [PATCH 1/7] pinctrl: mediatek: emulate GPIO interrupt on both-edges Date: Wed, 28 Jan 2015 17:24:18 +0800 Message-ID: <1422437058.32212.38.camel@mtksdaap41> References: <1422339332-27498-1-git-send-email-chaotian.jing@mediatek.com> <1422339332-27498-2-git-send-email-chaotian.jing@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Linus Walleij Cc: Mark Rutland , James Liao , Ulf Hansson , Arnd Bergmann , srv_heupstream@mediatek.com, "devicetree@vger.kernel.org" , Hongzhou Yang , Catalin Marinas , bin.zhang@mediatek.com, Will Deacon , Chris Ball , "linux-kernel@vger.kernel.org" , "linux-gpio@vger.kernel.org" , Rob Herring , "linux-arm-kernel@lists.infradead.org" , Sascha Hauer , Matthias Brugger , "linux-mmc@vger.kernel.org" , Eddie Huang , Chaotian Jing List-Id: linux-mmc@vger.kernel.org On Tue, 2015-01-27 at 15:21 +0100, Linus Walleij wrote: > On Tue, Jan 27, 2015 at 7:15 AM, Chaotian Jing > wrote: > > > From: Yingjoe Chen > > > > MTK EINT does not support generating interrupt on both edges. > > Emulate this by changing edge polarity while enable irq, > > set types and interrupt handling. This follows an example of > > drivers/gpio/gpio-mxc.c. > > > > Signed-off-by: Yingjoe Chen > > Signed-off-by: Chaotian Jing > > Hongzhu, if you're fine with this patch can you ACK it as maintainer > of the pinctrl driver so I can merge it immediately on top of your > drivern whenever we consider it finished (and if it applies still...) Hi Linus, Thanks for reviewing. Please note this patch depends on mt8173 pinctrl driver patch[1], and modify files introduced in that patch. So this patch should be merged after that series. Joe.C [1] http://lists.infradead.org/pipermail/linux-arm-kernel/2015-January/320066.html