On Mon, 2021-01-25 at 14:11 +0100, Linus Walleij wrote: > On Mon, Jan 25, 2021 at 5:18 AM Hailong Fan <hailong....@mediatek.com> wrote: > > > When flipping the polarity will be generated interrupt under certain > > circumstances, but GPIO external signal has not changed. > > Then, mask the interrupt before polarity setting, and clear the > > unexpected interrupt after trigger type setting completed. > > > > Remove mtk_eint_flip_edge: because mtk_eint_unmask already calls it. > > > > Signed-off-by: Hailong Fan <hailong....@mediatek.com> > > Reviewed-by: Nicolas Boichat <drink...@chromium.org> > > Took out v2 and applied this v3 instead. > (No idea what the difference is, you don't say.) V3 only add commit message "Remove mtk_eint_flip_edge: because mtk_eint_unmask already calls it." Compared to V2, the patch has not changed. Thanks.
> Yours, > Linus Walleij