Re: [PATCH] pinctrl: add a gpio and pinctrl driver for samsung io-pad controllers

2011-11-17 Thread Linus Walleij
On Tue, Nov 15, 2011 at 9:06 PM, Thomas Abraham thomas.abra...@linaro.org wrote: This driver supports gpio, pinctrl and pinmux functionality. At present, all the possible pin groups and pin functions have not been added. This driver is designed to be reusable across all Samsung SoC's and

Re: [PATCH] pinctrl: add a gpio and pinctrl driver for samsung io-pad controllers

2011-11-16 Thread Mark Brown
On Wed, Nov 16, 2011 at 01:36:40AM +0530, Thomas Abraham wrote: +/* Note: The pin group list needs to be further populated */ +static unsigned int exynos4210_spi0_pins[] = { + EXYNOS4_GPB(0), EXYNOS4_GPB(1), EXYNOS4_GPB(2), EXYNOS4_GPB(3), +}; Given the large number of SoCs in play here

Re: [PATCH] pinctrl: add a gpio and pinctrl driver for samsung io-pad controllers

2011-11-16 Thread Thomas Abraham
On 16 November 2011 16:53, Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, Nov 16, 2011 at 01:36:40AM +0530, Thomas Abraham wrote: +/* Note: The pin group list needs to be further populated */ +static unsigned int exynos4210_spi0_pins[] = { +     EXYNOS4_GPB(0), EXYNOS4_GPB(1),

[PATCH] pinctrl: add a gpio and pinctrl driver for samsung io-pad controllers

2011-11-15 Thread Thomas Abraham
Add a combined gpio and pinctrl io-pad driver for Samsung platforms. Signed-off-by: Thomas Abraham thomas.abra...@linaro.org --- This driver supports gpio, pinctrl and pinmux functionality. At present, all the possible pin groups and pin functions have not been added. This driver is designed to