[U-Boot] [PATCH 5/7 V4] SPI: Add SPI Driver for EXYNOS.

Joonyoung Shim dofmind at gmail.com
Mon Aug 20 08:45:37 CEST 2012


Hi,

2012/8/2 Rajeshwari Shinde <rajeshwari.s at samsung.com>:
> This patch adds SPI driver for EXYNOS.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Padmavathi Venna <padma.v at samsung.com>
> Signed-off-by: Gabe Black <gabeblack at google.com>
> Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>
> ---
> 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: jy0922.shim at samsung.com


-- 
- Joonyoung Shim


More information about the U-Boot mailing list