Re: [PATCH 2/2] pinctrl: mediatek: Add gpio_request_enable support

2016-02-05 Thread Linus Walleij
On Wed, Feb 3, 2016 at 2:24 AM, Biao Huang wrote: > Implement the .gpio_request_enable() callbacks in struct pinmux_ops > in mediatek pinctrl driver. Make sure that when gpio_request is called, > GPIO on the pin is enabled. > > Signed-off-by: Biao Huang Patch applied to my devel-mt2701 branch.

[PATCH 2/2] pinctrl: mediatek: Add gpio_request_enable support

2016-02-03 Thread Biao Huang
Implement the .gpio_request_enable() callbacks in struct pinmux_ops in mediatek pinctrl driver. Make sure that when gpio_request is called, GPIO on the pin is enabled. Signed-off-by: Biao Huang --- drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 36 + 1 file changed, 36