[U-Boot] [PATCH v5 10/11] exynos: gpio: Convert to driver model

2014-07-29 Thread Simon Glass
Convert the exynos GPIO driver to driver model. This implements the generic GPIO interface but not the extra Exynos-specific functions. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v5: - Avoid reordering functions Changes in v4: None Changes in v3: None Changes in v2: None

[U-Boot] [PATCH v5 10/11] exynos: gpio: Convert to driver model

2014-07-28 Thread Simon Glass
Convert the exynos GPIO driver to driver model. This implements the generic GPIO interface but not the extra Exynos-specific functions. Signed-off-by: Simon Glass s...@chromium.org --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/gpio/s5p_gpio.c

Re: [U-Boot] [PATCH v5 10/11] exynos: gpio: Convert to driver model

2014-07-28 Thread Tom Rini
On Mon, Jul 28, 2014 at 06:11:37AM -0600, Simon Glass wrote: Convert the exynos GPIO driver to driver model. This implements the generic GPIO interface but not the extra Exynos-specific functions. OK, so same comment as about the serial conversion. And, I hear you about there being big

Re: [U-Boot] [PATCH v5 10/11] exynos: gpio: Convert to driver model

2014-07-28 Thread Simon Glass
Hi Tom, On 28 July 2014 21:36, Tom Rini tr...@ti.com wrote: On Mon, Jul 28, 2014 at 06:11:37AM -0600, Simon Glass wrote: Convert the exynos GPIO driver to driver model. This implements the generic GPIO interface but not the extra Exynos-specific functions. OK, so same comment as about the