From mboxrd@z Thu Jan 1 00:00:00 1970 From: yingjoe.chen@mediatek.com (Yingjoe Chen) Date: Wed, 28 Jan 2015 17:24:18 +0800 Subject: [PATCH 1/7] pinctrl: mediatek: emulate GPIO interrupt on both-edges In-Reply-To: References: <1422339332-27498-1-git-send-email-chaotian.jing@mediatek.com> <1422339332-27498-2-git-send-email-chaotian.jing@mediatek.com> Message-ID: <1422437058.32212.38.camel@mtksdaap41> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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