Re: [PATCH 1/2] pinctrl: rockchip: Use common interface for recalced iomux

2017-08-03 Thread Linus Walleij
On Fri, Jul 21, 2017 at 8:27 AM, David Wu wrote: > The other Socs also need the feature of recalced iomux, so > make it as a common interface like iomux route feature. > > Signed-off-by: David Wu Patch applied with Heiko's review tag. Yours, Linus Walleij

Re: [PATCH 1/2] pinctrl: rockchip: Use common interface for recalced iomux

2017-07-21 Thread Heiko Stuebner
Am Freitag, 21. Juli 2017, 14:27:14 CEST schrieb David Wu: > The other Socs also need the feature of recalced iomux, so > make it as a common interface like iomux route feature. > > Signed-off-by: David Wu > --- > drivers/pinctrl/pinctrl-rockchip.c | 89 > +-

[PATCH 1/2] pinctrl: rockchip: Use common interface for recalced iomux

2017-07-20 Thread David Wu
The other Socs also need the feature of recalced iomux, so make it as a common interface like iomux route feature. Signed-off-by: David Wu --- drivers/pinctrl/pinctrl-rockchip.c | 89 +- 1 file changed, 50 insertions(+), 39 deletions(-) diff --git a/drivers/p