Re: Re: [PATCH 2/2] pinctrl: rockchip: make driver be tristate module

2020-10-12 Thread jay...@rock-chips.com
Dear Walleij and Heiko The patch "[PATCH] pinctrl: rockchip: populate platform device for rockchip gpio" has been remove outof the patches, since we have a new patch to move gpio related codes to a separated driver. So please ignore it for now. thanks very much. -- jay...@rock-chip

Re: [PATCH 2/2] pinctrl: rockchip: make driver be tristate module

2020-09-29 Thread Linus Walleij
On Mon, Sep 21, 2020 at 12:18 AM Heiko Stübner wrote: > It seems I've reviewed all patches of this series now, but I think > you might want to resend the series a final time as v3 in a cleaned up > state (drop patch1 and just post patches 2-5 in a full series) so that > we don't confuse Linus too

Re: [PATCH 2/2] pinctrl: rockchip: make driver be tristate module

2020-09-20 Thread Heiko Stübner
Hi Jay, Am Montag, 21. September 2020, 00:14:11 CEST schrieb Heiko Stübner: > Am Montag, 14. September 2020, 02:38:47 CEST schrieb Jianqun Xu: > > Make pinctrl-rockchip driver to be tristate module, support to build as > > a module, this is useful for GKI. > > > > Signed-off-by: Jianqun Xu > >

Re: [PATCH 2/2] pinctrl: rockchip: make driver be tristate module

2020-09-20 Thread Heiko Stübner
Am Montag, 14. September 2020, 02:38:47 CEST schrieb Jianqun Xu: > Make pinctrl-rockchip driver to be tristate module, support to build as > a module, this is useful for GKI. > > Signed-off-by: Jianqun Xu Reviewed-by: Heiko Stuebner > --- > drivers/pinctrl/Kconfig| 2 +- > driver

[PATCH 2/2] pinctrl: rockchip: make driver be tristate module

2020-09-13 Thread Jianqun Xu
Make pinctrl-rockchip driver to be tristate module, support to build as a module, this is useful for GKI. Signed-off-by: Jianqun Xu --- drivers/pinctrl/Kconfig| 2 +- drivers/pinctrl/pinctrl-rockchip.c | 13 + 2 files changed, 14 insertions(+), 1 deletion(-) diff --git