Re: [U-Boot] [PATCH v10 12/12] dm: exynos: gpio: Convert to driver model

2014-10-22 Thread Simon Glass
On 20 October 2014 19:48, Simon Glass wrote: > 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 > --- > > Changes in v10: > - Remove gaps in the GPIO numbering since these are n

[U-Boot] [PATCH v10 12/12] dm: exynos: gpio: Convert to driver model

2014-10-20 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 --- Changes in v10: - Remove gaps in the GPIO numbering since these are not needed now Changes in v9: - Add missing compatible strin