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 s...@chromium.org 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 s...@chromium.org --- drivers/spi/ich.c| 7 +++

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 jagannadh.t...@gmail.com wrote: On 30 December 2014 at 06:42, Simon Glass s...@chromium.org 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

[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 s...@chromium.org --- drivers/spi/ich.c| 7 +++ include/configs/x86-common.h | 1 + 2 files changed, 8 insertions(+) diff --git