public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/5 V9]  EXYNOS5: Enable SPI support
@ 2012-11-02 11:15 Hatim Ali
  2012-11-02 11:15 ` [U-Boot] [PATCH 1/5 V9] EXYNOS: Add clock for SPI Hatim Ali
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Hatim Ali @ 2012-11-02 11:15 UTC (permalink / raw)
  To: u-boot

This patch set adds SPI driver for EXYNOS5 and enables same.
This patch set is based on latest u-boot-samsung.git tree.

Changes in V2:
	- Correted the Commit message.
Changes in V3:
	- Removed SPI_SLAVE Flag.
	- Corrected warning messages.
Changes in V4:
	- Rebased on mainline u-boot.git
	- Incorporated review comments for SPI driver.
Changes in V5:
	- Rebased on u-boot-samsung.git
	- Incorporated review comments by Simon Glass
Changes in V6:
	- Incorporated review comments by Minkyu Kang
Changes in V7:
	- Incorporated review comments by Minkyu Kang & Simon Glass
Changes in V8:
	- Rebased on u-boot-samsung.git
Changes in V9:
	- Rebased on u-boot-samsung.git

Hatim Ali (3):
  EXYNOS: Add clock for SPI
  EXYNOS5: Add base address for SPI
  EXYNOS5: Enable SPI

Rajeshwari Shinde (2):
  SPI: Add SPI Driver for EXYNOS.
  EXYNOS5: Enable SPI booting.

 arch/arm/cpu/armv7/exynos/clock.c      |  125 +++++++++++
 arch/arm/include/asm/arch-exynos/clk.h |    1 +
 arch/arm/include/asm/arch-exynos/cpu.h |    6 +
 arch/arm/include/asm/arch-exynos/spi.h |   78 +++++++
 board/samsung/smdk5250/Makefile        |    2 +-
 board/samsung/smdk5250/mmc_boot.c      |   58 -----
 board/samsung/smdk5250/smdk5250.c      |    4 +
 board/samsung/smdk5250/spl_boot.c      |   85 ++++++++
 drivers/spi/Makefile                   |    1 +
 drivers/spi/exynos_spi.c               |  367 ++++++++++++++++++++++++++++++++
 include/configs/smdk5250.h             |   27 +++-
 11 files changed, 694 insertions(+), 60 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-exynos/spi.h
 delete mode 100644 board/samsung/smdk5250/mmc_boot.c
 create mode 100644 board/samsung/smdk5250/spl_boot.c
 create mode 100644 drivers/spi/exynos_spi.c

-- 
1.7.2.3

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-11-05  2:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-02 11:15 [U-Boot] [PATCH 0/5 V9] EXYNOS5: Enable SPI support Hatim Ali
2012-11-02 11:15 ` [U-Boot] [PATCH 1/5 V9] EXYNOS: Add clock for SPI Hatim Ali
2012-11-02 11:15 ` [U-Boot] [PATCH 2/5 V9] EXYNOS5: Add base address " Hatim Ali
2012-11-02 11:15 ` [U-Boot] [PATCH 3/5 V9] SPI: Add SPI Driver for EXYNOS Hatim Ali
2012-11-02 11:15 ` [U-Boot] [PATCH 4/5 V9] EXYNOS5: Enable SPI Hatim Ali
2012-11-02 11:15 ` [U-Boot] [PATCH 5/5 V9] EXYNOS5: Enable SPI booting Hatim Ali
2012-11-05  2:25 ` [U-Boot] [PATCH 0/5 V9] EXYNOS5: Enable SPI support Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox