Re: [PATCH v5 1/6] pinctrl: sunxi: v3s: introduce support for V3

2019-08-05 Thread Linus Walleij
On Sun, Jul 28, 2019 at 5:13 AM Icenowy Zheng wrote: > Introduce the GPIO pins that is only available on V3 (not on V3s) to the > V3s pinctrl driver. > > Signed-off-by: Icenowy Zheng > Acked-by: Maxime Ripard Patch applied to the pinctrl tree. Ypurs, Linus Walleij

[PATCH v5 1/6] pinctrl: sunxi: v3s: introduce support for V3

2019-07-27 Thread Icenowy Zheng
Introduce the GPIO pins that is only available on V3 (not on V3s) to the V3s pinctrl driver. Signed-off-by: Icenowy Zheng Acked-by: Maxime Ripard --- No changes in v5. Changes in v4: - Removed bogus alignment change. Changes in v3: - Fixed code alignment. - Fixed LVDS function number. Change