Re: [U-Boot] [PATCH v6 3/6] dm: tegra: Enable driver model in SPL and adjust the GPIO driver

2015-03-09 Thread Stephen Warren
On 03/04/2015 03:16 PM, Tom Rini wrote: On Tue, Mar 03, 2015 at 08:02:59AM -0700, Simon Glass wrote: Use the full driver model GPIO and serial drivers in SPL now that these are supported. Since device tree is not available they will use platform data. Remove the special SPL GPIO function

Re: [U-Boot] [PATCH v6 3/6] dm: tegra: Enable driver model in SPL and adjust the GPIO driver

2015-03-09 Thread Stephen Warren
On 03/09/2015 11:04 AM, Simon Glass wrote: Hi Stephen, On 8 March 2015 at 15:00, Stephen Warren swar...@nvidia.com wrote: On 03/04/2015 03:16 PM, Tom Rini wrote: On Tue, Mar 03, 2015 at 08:02:59AM -0700, Simon Glass wrote: Use the full driver model GPIO and serial drivers in SPL now that

Re: [U-Boot] [PATCH v6 3/6] dm: tegra: Enable driver model in SPL and adjust the GPIO driver

2015-03-09 Thread Simon Glass
Hi Stephen, On 8 March 2015 at 15:00, Stephen Warren swar...@nvidia.com wrote: On 03/04/2015 03:16 PM, Tom Rini wrote: On Tue, Mar 03, 2015 at 08:02:59AM -0700, Simon Glass wrote: Use the full driver model GPIO and serial drivers in SPL now that these are supported. Since device tree is

Re: [U-Boot] [PATCH v6 3/6] dm: tegra: Enable driver model in SPL and adjust the GPIO driver

2015-03-09 Thread Simon Glass
Hi Stephen, On 9 March 2015 at 11:23, Stephen Warren swar...@wwwdotorg.org wrote: On 03/09/2015 11:04 AM, Simon Glass wrote: Hi Stephen, On 8 March 2015 at 15:00, Stephen Warren swar...@nvidia.com wrote: On 03/04/2015 03:16 PM, Tom Rini wrote: On Tue, Mar 03, 2015 at 08:02:59AM -0700,

Re: [U-Boot] [PATCH v6 3/6] dm: tegra: Enable driver model in SPL and adjust the GPIO driver

2015-03-04 Thread Tom Rini
On Tue, Mar 03, 2015 at 08:02:59AM -0700, Simon Glass wrote: Use the full driver model GPIO and serial drivers in SPL now that these are supported. Since device tree is not available they will use platform data. Remove the special SPL GPIO function as it is no longer needed. This is all

[U-Boot] [PATCH v6 3/6] dm: tegra: Enable driver model in SPL and adjust the GPIO driver

2015-03-03 Thread Simon Glass
Use the full driver model GPIO and serial drivers in SPL now that these are supported. Since device tree is not available they will use platform data. Remove the special SPL GPIO function as it is no longer needed. This is all in one commit to maintain bisectability. Signed-off-by: Simon Glass