Re: [PATCH 2/4] pinctrl: mediatek: add no eint function for pin define

2018-09-21 Thread Linus Walleij
On Thu, Sep 20, 2018 at 9:07 PM wrote: > From: Mars Cheng > > Add NO_EINT_SUPPORT back to pinctrl-mtk-common-v2.h as the alias of > EINT_NA to indicate that some pin not capable of being controlled as eint > and that is required by pinctrl-paris based driver as old > pinctrl-mtk-common.h already

[PATCH 2/4] pinctrl: mediatek: add no eint function for pin define

2018-09-20 Thread sean.wang
From: Mars Cheng Add NO_EINT_SUPPORT back to pinctrl-mtk-common-v2.h as the alias of EINT_NA to indicate that some pin not capable of being controlled as eint and that is required by pinctrl-paris based driver as old pinctrl-mtk-common.h already had. Signed-off-by: Mars Cheng Signed-off-by: Sea