Re: [U-Boot] [PATCH v3 06/11] arm: rpi: Enable device tree control for Rasberry Pi

2015-08-17 Thread Simon Glass
Hi Stephen, On 14 August 2015 at 21:32, Stephen Warren wrote: > On 08/14/2015 01:20 PM, Simon Glass wrote: >> Hi Stephen, >> >> On 10 August 2015 at 21:47, Stephen Warren wrote: >>> On 08/07/2015 07:42 AM, Simon Glass wrote: Enable device tree control so that we can use driver model fully a

Re: [U-Boot] [PATCH v3 06/11] arm: rpi: Enable device tree control for Rasberry Pi

2015-08-17 Thread Stephen Warren
On 08/14/2015 01:20 PM, Simon Glass wrote: > Hi Stephen, > > On 10 August 2015 at 21:47, Stephen Warren wrote: >> On 08/07/2015 07:42 AM, Simon Glass wrote: >>> Enable device tree control so that we can use driver model fully and avoid >>> using platform data. >> >> I'm still not convinced about

Re: [U-Boot] [PATCH v3 06/11] arm: rpi: Enable device tree control for Rasberry Pi

2015-08-14 Thread Simon Glass
Hi Stephen, On 10 August 2015 at 21:47, Stephen Warren wrote: > On 08/07/2015 07:42 AM, Simon Glass wrote: >> Enable device tree control so that we can use driver model fully and avoid >> using platform data. > > I'm still not convinced about this change. > > Re: the commit message about: What ab

Re: [U-Boot] [PATCH v3 06/11] arm: rpi: Enable device tree control for Rasberry Pi

2015-08-10 Thread Stephen Warren
On 08/07/2015 07:42 AM, Simon Glass wrote: > Enable device tree control so that we can use driver model fully and avoid > using platform data. I'm still not convinced about this change. Re: the commit message about: What about the driver model is not being fully used without DT? Overall: What ad

[U-Boot] [PATCH v3 06/11] arm: rpi: Enable device tree control for Rasberry Pi

2015-08-07 Thread Simon Glass
Enable device tree control so that we can use driver model fully and avoid using platform data. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: None configs/rpi_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig inde