Re: [U-Boot] [RFC PATCH v4 0/11] Enable driver model for GPIOs on Tegra and Exynos

2014-07-27 Thread Simon Glass
Hi, On 11 July 2014 06:00, Simon Glass s...@chromium.org wrote: Now that driver model is part of U-Boot, the task of converting drivers over to it begins. GPIO is one of the easiest to convert, since it already has a sandbox driver and a uclass driver. The Tegra GPIO driver is relatively

[U-Boot] [RFC PATCH v4 0/11] Enable driver model for GPIOs on Tegra and Exynos

2014-07-10 Thread Simon Glass
Now that driver model is part of U-Boot, the task of converting drivers over to it begins. GPIO is one of the easiest to convert, since it already has a sandbox driver and a uclass driver. The Tegra GPIO driver is relatively simple since it has a linear numbering and already uses the generic GPIO