Re: [PATCH 01/19] pinctrl: exynos: Add support for Exynos5433

2014-12-28 Thread Chanwoo Choi
Hi Tomasz, On 12/28/2014 08:21 PM, Tomasz Figa wrote: > Hi Chanwoo, > > On 27.11.2014 16:34, Chanwoo Choi wrote: >> This patch adds driver data for Exynos5433 SoC. Exynos5433 includes 228 >> multi- >> functional input/output port pins and 135 memory port pins. There are 41 >> general >> port gr

Re: [PATCH 01/19] pinctrl: exynos: Add support for Exynos5433

2014-12-28 Thread Tomasz Figa
Hi Chanwoo, On 27.11.2014 16:34, Chanwoo Choi wrote: This patch adds driver data for Exynos5433 SoC. Exynos5433 includes 228 multi- functional input/output port pins and 135 memory port pins. There are 41 general port groups and 2 memory port groups. Cc: Tomasz Figa Cc: Thomas Abraham Cc: Lin

Re: [PATCH 01/19] pinctrl: exynos: Add support for Exynos5433

2014-11-27 Thread Arnd Bergmann
On Thursday 27 November 2014 21:14:59 Tomasz Figa wrote: > > my impression is that with the > > move to arm64, you should come up with a new binding that can fully > > describe each controller so you don't have to add new code and bindings > > for each future SoC that uses the same scheme. > > Sti

Re: [PATCH 01/19] pinctrl: exynos: Add support for Exynos5433

2014-11-27 Thread Tomasz Figa
2014-11-27 20:45 GMT+09:00 Arnd Bergmann : > On Thursday 27 November 2014 16:34:58 Chanwoo Choi wrote: >> + >> +/* >> + * Samsung pinctrl driver data for Exynos5433 SoC. Exynos5433 SoC includes >> + * four gpio/pin-mux/pinconfig controllers. >> + */ >> +struct samsung_pin_ctrl exynos5433_pin_ctrl[]

Re: [PATCH 01/19] pinctrl: exynos: Add support for Exynos5433

2014-11-27 Thread Arnd Bergmann
On Thursday 27 November 2014 16:34:58 Chanwoo Choi wrote: > + > +/* > + * Samsung pinctrl driver data for Exynos5433 SoC. Exynos5433 SoC includes > + * four gpio/pin-mux/pinconfig controllers. > + */ > +struct samsung_pin_ctrl exynos5433_pin_ctrl[] = { > + { > + /* pin-controlle

[PATCH 01/19] pinctrl: exynos: Add support for Exynos5433

2014-11-26 Thread Chanwoo Choi
This patch adds driver data for Exynos5433 SoC. Exynos5433 includes 228 multi- functional input/output port pins and 135 memory port pins. There are 41 general port groups and 2 memory port groups. Cc: Tomasz Figa Cc: Thomas Abraham Cc: Linus Walleij Signed-off-by: Chanwoo Choi Acked-by: Geuns