Re: [PATCH RFC 2/2] gpio: samsung: Remove OF support for Exynos4/5

2013-04-18 Thread Sylwester Nawrocki
On 04/17/2013 06:35 PM, Linus Walleij wrote: On Wed, Apr 17, 2013 at 1:06 PM, Sylwester Nawrocki wrote: -#endif +* All Samsung platforms that support device tree will use the pinctrl +* driver, hence we skip initialization of this driver if the OF tree +* is available.

Re: [PATCH RFC 2/2] gpio: samsung: Remove OF support for Exynos4/5

2013-04-17 Thread Linus Walleij
On Wed, Apr 17, 2013 at 1:06 PM, Sylwester Nawrocki wrote: > -#endif > +* All Samsung platforms that support device tree will use the pinctrl > +* driver, hence we skip initialization of this driver if the OF tree > +* is available. > +*/ > + if (of_have_popu

[PATCH RFC 2/2] gpio: samsung: Remove OF support for Exynos4/5

2013-04-17 Thread Sylwester Nawrocki
Now when Exynos4 and Exynos5 SoC DT platforms use the pinctrl API we can remove the interim OF support from this GPIO driver. There should be no need any more to check the compatible property and to find out if initialization of the GPIO driver should be skipped we just check if OF tree is availabl