Re: [PATCH v2 05/11] pinctrl: mediatek: avoid virtual gpio trying to set reg

2019-08-23 Thread Linus Walleij
On Mon, Aug 19, 2019 at 11:22 AM Mars Cheng wrote: > for virtual gpios, they should not do reg setting and > should behave as expected for eint function. > > Signed-off-by: Mars Cheng This does not explain what a "virtual GPIO" is in this context, so please elaborate. What is this? Why does it

[PATCH v2 05/11] pinctrl: mediatek: avoid virtual gpio trying to set reg

2019-08-19 Thread Mars Cheng
for virtual gpios, they should not do reg setting and should behave as expected for eint function. Signed-off-by: Mars Cheng --- drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.c | 20 drivers/pinctrl/mediatek/pinctrl-mtk-common-v2.h |1 + drivers/pinctrl/mediatek/pinct