Re: [RFC PATCH 05/12] pinctrl: sunxi: add pinctrl driver for V831/V833

2021-01-04 Thread Linus Walleij
Hi Icenowy, On Sat, Dec 12, 2020 at 5:04 AM Icenowy Zheng wrote: > V831/V833 are new chips from Allwinner. They're the same die with > different package. > > Add a pinctrl driver for them. > > The difference between V831/V833 pinctrl is implemented based on the > user manual. > > Cc: Linus Walle

Re: [RFC PATCH 05/12] pinctrl: sunxi: add pinctrl driver for V831/V833

2020-12-14 Thread Maxime Ripard
On Mon, Dec 14, 2020 at 11:19:48PM +0800, Icenowy Zheng wrote: > > > 于 2020年12月14日 GMT+08:00 下午10:21:18, Maxime Ripard 写到: > >On Sat, Dec 12, 2020 at 12:04:23PM +0800, Icenowy Zheng wrote: > >> V831/V833 are new chips from Allwinner. They're the same die with > >> different package. > >> > >> A

Re: [RFC PATCH 05/12] pinctrl: sunxi: add pinctrl driver for V831/V833

2020-12-14 Thread Icenowy Zheng
于 2020年12月14日 GMT+08:00 下午10:21:18, Maxime Ripard 写到: >On Sat, Dec 12, 2020 at 12:04:23PM +0800, Icenowy Zheng wrote: >> V831/V833 are new chips from Allwinner. They're the same die with >> different package. >> >> Add a pinctrl driver for them. >> >> The difference between V831/V833 pinctrl

Re: [RFC PATCH 05/12] pinctrl: sunxi: add pinctrl driver for V831/V833

2020-12-14 Thread Maxime Ripard
On Sat, Dec 12, 2020 at 12:04:23PM +0800, Icenowy Zheng wrote: > V831/V833 are new chips from Allwinner. They're the same die with > different package. > > Add a pinctrl driver for them. > > The difference between V831/V833 pinctrl is implemented based on the > user manual. > > Cc: Linus Walleij

[RFC PATCH 05/12] pinctrl: sunxi: add pinctrl driver for V831/V833

2020-12-11 Thread Icenowy Zheng
V831/V833 are new chips from Allwinner. They're the same die with different package. Add a pinctrl driver for them. The difference between V831/V833 pinctrl is implemented based on the user manual. Cc: Linus Walleij Cc: linux-g...@vger.kernel.org Signed-off-by: Icenowy Zheng --- drivers/pinct