Re: [U-Boot] [PATCH 04/10] x86: spi: Add device tree support

2014-12-30 Thread Simon Glass
Hi Jagan, On 30 December 2014 at 02:00, Jagan Teki wrote: > On 30 December 2014 at 06:42, Simon Glass wrote: >> As a temporary measure before the ICH driver moves over to driver model, >> add device tree support to the driver. >> >> Signed-off-by: Simon Glass >> --- >> >> drivers/spi/ich.c

Re: [U-Boot] [PATCH 04/10] x86: spi: Add device tree support

2014-12-30 Thread Jagan Teki
On 30 December 2014 at 06:42, Simon Glass wrote: > As a temporary measure before the ICH driver moves over to driver model, > add device tree support to the driver. > > Signed-off-by: Simon Glass > --- > > drivers/spi/ich.c| 7 +++ > include/configs/x86-common.h | 1 + > 2 files

[U-Boot] [PATCH 04/10] x86: spi: Add device tree support

2014-12-29 Thread Simon Glass
As a temporary measure before the ICH driver moves over to driver model, add device tree support to the driver. Signed-off-by: Simon Glass --- drivers/spi/ich.c| 7 +++ include/configs/x86-common.h | 1 + 2 files changed, 8 insertions(+) diff --git a/drivers/spi/ich.c b/drivers