[U-Boot] [PATCH v3 0/2] Exynos4: add software SPI support on Universal C210 board

Piotr Wilczek p.wilczek at samsung.com
Mon Sep 24 13:56:29 CEST 2012


This patchset add software SPI support on Samsung Universal C210 board.
In SPI software driver #ifdef CONFIG_SYS_IMMR in spi_init function is added.

Changes in v2:
- removed space between # and include;
- changed return in spi_cs_is_valid function;
Changes in v3:
- Patch is split in two patches:
  - the first modifies software SPI driver;
  - the second patch add support for SPI on Universal C210 board

Piotr Wilczek (2):
  drivers: spi: modify soft spi driver
  exynos4: universal_C210: use software SPI

 board/samsung/universal_c210/universal.c |   34 ++++++++++++++++++++++++++++++
 drivers/spi/soft_spi.c                   |    3 ++
 include/configs/s5pc210_universal.h      |   19 ++++++++++++++++
 3 files changed, 56 insertions(+), 0 deletions(-)

-- 
1.7.5.4



More information about the U-Boot mailing list