Hi Joonyoung, Thank you for testing.
Regards, Rajeshwari Shinde On Mon, Aug 20, 2012 at 12:15 PM, Joonyoung Shim <[email protected]> wrote: > Hi, > > 2012/8/2 Rajeshwari Shinde <[email protected]>: >> This patch adds SPI driver for EXYNOS. >> >> Signed-off-by: Simon Glass <[email protected]> >> Signed-off-by: Padmavathi Venna <[email protected]> >> Signed-off-by: Gabe Black <[email protected]> >> Signed-off-by: Rajeshwari Shinde <[email protected]> >> --- >> Changes in V2: >> - None. >> Changes in V3: >> - Removed SPI_SLAVE flag. >> Changes in V4: >> - Rebased on Mainline u-boot.git. >> - Removed variable bus_count and DECLARE_GLOBAL_DATA_PTR; >> - Function spi_flush_fifo made static. >> arch/arm/include/asm/arch-exynos/spi.h | 78 +++++++ >> drivers/spi/Makefile | 1 + >> drivers/spi/exynos_spi.c | 364 >> ++++++++++++++++++++++++++++++++ >> 3 files changed, 443 insertions(+), 0 deletions(-) >> create mode 100644 arch/arm/include/asm/arch-exynos/spi.h >> create mode 100644 drivers/spi/exynos_spi.c >> > > I tested this driver is working at the exynos5250 > > Tested-by: [email protected] > > > -- > - Joonyoung Shim > _______________________________________________ > U-Boot mailing list > [email protected] > http://lists.denx.de/mailman/listinfo/u-boot _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

