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

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to