Re: [U-Boot] [PATCH 4/4 V2] SPI: EXYNOS: Add FDT support to driver.

2012-12-08 Thread Simon Glass
On Wed, Dec 5, 2012 at 2:38 AM, Rajeshwari Shinde wrote: > This patch adds FDT support to the SPI driver. > > Signed-off-by: Simon Glass > Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass > --- > Changes in V2: > - None. > drivers/spi/exynos_spi.c | 96 >

[U-Boot] [PATCH 4/4 V2] SPI: EXYNOS: Add FDT support to driver.

2012-12-05 Thread Rajeshwari Shinde
This patch adds FDT support to the SPI driver. Signed-off-by: Simon Glass Signed-off-by: Rajeshwari Shinde --- Changes in V2: - None. drivers/spi/exynos_spi.c | 96 +++--- 1 files changed, 90 insertions(+), 6 deletions(-) diff --git a/drivers/s