public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/7 V4] EXYNOS5: Enable SPI support
@ 2012-08-02  7:25 Rajeshwari Shinde
  2012-08-02  7:25 ` [U-Boot] [PATCH 1/7 V4] EXYNOS5: Add pinmux support for SPI Rajeshwari Shinde
                   ` (7 more replies)
  0 siblings, 8 replies; 19+ messages in thread
From: Rajeshwari Shinde @ 2012-08-02  7:25 UTC (permalink / raw)
  To: u-boot

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

Changes in V2:
        - Correted the Commit message.
Changes in V3:
        - Removed SPI_SLAVE Flag.
        - Corrected warning messages.
Changes on V4:
	- Rebased on mainline u-boot.git
	- Incorporated review comments for SPI driver.

Rajeshwari Shinde (7):
  EXYNOS5: Add pinmux support for SPI
  SPI: Add W25Q32 to Winbond SPI flash table
  EXYNOS: Add clock for SPI.
  EXYNOS5: Add base address for SPI.
  SPI: Add SPI Driver for EXYNOS.
  EXYNOS5: Enable SPI
  EXYNOS5: Enable SPI booting.

 arch/arm/cpu/armv7/exynos/clock.c                 |  124 +++++++
 arch/arm/cpu/armv7/exynos/pinmux.c                |   51 +++-
 arch/arm/include/asm/arch-exynos/clk.h            |    4 +-
 arch/arm/include/asm/arch-exynos/cpu.h            |    6 +
 arch/arm/include/asm/arch-exynos/periph.h         |    5 +
 arch/arm/include/asm/arch-exynos/spi.h            |   78 +++++
 board/samsung/smdk5250/Makefile                   |    2 +-
 board/samsung/smdk5250/smdk5250.c                 |    4 +
 board/samsung/smdk5250/{mmc_boot.c => spl_boot.c} |   31 ++-
 drivers/mtd/spi/winbond.c                         |    8 +
 drivers/spi/Makefile                              |    1 +
 drivers/spi/exynos_spi.c                          |  364 +++++++++++++++++++++
 include/configs/smdk5250.h                        |   28 ++-
 13 files changed, 700 insertions(+), 6 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-exynos/spi.h
 rename board/samsung/smdk5250/{mmc_boot.c => spl_boot.c} (66%)
 create mode 100644 drivers/spi/exynos_spi.c

-- 
1.7.4.4

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

end of thread, other threads:[~2012-09-04 10:00 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-02  7:25 [U-Boot] [PATCH 0/7 V4] EXYNOS5: Enable SPI support Rajeshwari Shinde
2012-08-02  7:25 ` [U-Boot] [PATCH 1/7 V4] EXYNOS5: Add pinmux support for SPI Rajeshwari Shinde
2012-08-02  7:25 ` [U-Boot] [PATCH 2/7 V4] SPI: Add W25Q32 to Winbond SPI flash table Rajeshwari Shinde
2012-08-02 15:19   ` Mike Frysinger
2012-08-02 21:35     ` Mike Frysinger
2012-08-17  8:28   ` Joonyoung Shim
2012-08-18  2:30     ` Mike Frysinger
2012-08-02  7:25 ` [U-Boot] [PATCH 3/7 V4] EXYNOS: Add clock for SPI Rajeshwari Shinde
2012-08-02  7:25 ` [U-Boot] [PATCH 4/7 V4] EXYNOS5: Add base address " Rajeshwari Shinde
2012-08-02  7:25 ` [U-Boot] [PATCH 5/7 V4] SPI: Add SPI Driver for EXYNOS Rajeshwari Shinde
2012-08-02 15:19   ` Mike Frysinger
2012-08-20  6:45   ` Joonyoung Shim
2012-08-22  4:19     ` Rajeshwari Birje
2012-08-02  7:25 ` [U-Boot] [PATCH 6/7 V4] EXYNOS5: Enable SPI Rajeshwari Shinde
2012-08-02  7:25 ` [U-Boot] [PATCH 7/7] EXYNOS5: Enable SPI booting Rajeshwari Shinde
2012-08-14  6:36 ` [U-Boot] [PATCH 0/7 V4] EXYNOS5: Enable SPI support Rajeshwari Birje
2012-09-04  6:28   ` Rajeshwari Birje
2012-09-04  7:10     ` Minkyu Kang
2012-09-04 10:00       ` Rajeshwari Birje

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