Re: [PATCH 3/3] pinctrl: meson-g12a: add pinctrl driver support

2018-07-17 Thread Yixun Lan
HI Martin On 07/14/18 23:30, Martin Blumenstingl wrote: > Hi Yixun, > > On Wed, Jul 4, 2018 at 4:50 PM Yixun Lan wrote: >> >> Add the pinctrl driver for Meson-G12A SoC which share the similar IP as >> the previous Meson-AXG SoC. > my understanding is that: > - AXG and G12A use the same

Re: [PATCH 3/3] pinctrl: meson-g12a: add pinctrl driver support

2018-07-17 Thread Yixun Lan
HI Martin On 07/14/18 23:30, Martin Blumenstingl wrote: > Hi Yixun, > > On Wed, Jul 4, 2018 at 4:50 PM Yixun Lan wrote: >> >> Add the pinctrl driver for Meson-G12A SoC which share the similar IP as >> the previous Meson-AXG SoC. > my understanding is that: > - AXG and G12A use the same

Re: [PATCH 3/3] pinctrl: meson-g12a: add pinctrl driver support

2018-07-14 Thread Martin Blumenstingl
Hi Yixun, On Wed, Jul 4, 2018 at 4:50 PM Yixun Lan wrote: > > Add the pinctrl driver for Meson-G12A SoC which share the similar IP as > the previous Meson-AXG SoC. my understanding is that: - AXG and G12A use the same mechanism (register layout) to configure the pin controller - however, the pin

Re: [PATCH 3/3] pinctrl: meson-g12a: add pinctrl driver support

2018-07-14 Thread Martin Blumenstingl
Hi Yixun, On Wed, Jul 4, 2018 at 4:50 PM Yixun Lan wrote: > > Add the pinctrl driver for Meson-G12A SoC which share the similar IP as > the previous Meson-AXG SoC. my understanding is that: - AXG and G12A use the same mechanism (register layout) to configure the pin controller - however, the pin

[PATCH 3/3] pinctrl: meson-g12a: add pinctrl driver support

2018-07-04 Thread Yixun Lan
Add the pinctrl driver for Meson-G12A SoC which share the similar IP as the previous Meson-AXG SoC. Signed-off-by: Yixun Lan --- drivers/pinctrl/meson/Kconfig |6 + drivers/pinctrl/meson/Makefile |1 + drivers/pinctrl/meson/pinctrl-meson-g12a.c | 1432

[PATCH 3/3] pinctrl: meson-g12a: add pinctrl driver support

2018-07-04 Thread Yixun Lan
Add the pinctrl driver for Meson-G12A SoC which share the similar IP as the previous Meson-AXG SoC. Signed-off-by: Yixun Lan --- drivers/pinctrl/meson/Kconfig |6 + drivers/pinctrl/meson/Makefile |1 + drivers/pinctrl/meson/pinctrl-meson-g12a.c | 1432