public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6 V8] EXYNOS5: Enable SPI support
Date: Fri, 02 Nov 2012 18:05:31 +0900	[thread overview]
Message-ID: <50938CDB.9020707@samsung.com> (raw)
In-Reply-To: <1351488779-22774-1-git-send-email-hatim.rv@samsung.com>

Dear Hatim,

On 29/10/12 14:32, Hatim Ali wrote:
> 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
> 
> Hatim Ali (2):
>   EXYNOS: Add clock for SPI
>   EXYNOS5: Enable SPI
> 
> Rajeshwari Shinde (4):
>   EXYNOS5: Add pinmux support for SPI
>   EXYNOS5: Add base address for SPI.
>   SPI: Add SPI Driver for EXYNOS.
>   EXYNOS5: Enable SPI booting.
> 
>  arch/arm/cpu/armv7/exynos/clock.c         |  125 ++++++++++
>  arch/arm/cpu/armv7/exynos/pinmux.c        |   51 ++++
>  arch/arm/include/asm/arch-exynos/clk.h    |    1 +
>  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/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 ++-
>  13 files changed, 750 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
> 

I'm sorry.
Could you please rebase this patchset once more?

Thanks.
Minkyu Kang.

  parent reply	other threads:[~2012-11-02  9:05 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-29  5:32 [U-Boot] [PATCH 0/6 V8] EXYNOS5: Enable SPI support Hatim Ali
2012-10-29  5:32 ` [U-Boot] [PATCH 1/6 V8] EXYNOS5: Add pinmux support for SPI Hatim Ali
2012-10-29  5:32 ` [U-Boot] [PATCH 2/6 V8] EXYNOS: Add clock " Hatim Ali
2012-10-29  5:32 ` [U-Boot] [PATCH 3/6 V8] EXYNOS5: Add base address " Hatim Ali
2012-10-29  5:32 ` [U-Boot] [PATCH 4/6 V8] SPI: Add SPI Driver for EXYNOS Hatim Ali
2012-10-29  5:32 ` [U-Boot] [PATCH 5/6 V8] EXYNOS5: Enable SPI Hatim Ali
2012-10-29  5:32 ` [U-Boot] [PATCH 6/6 V8] EXYNOS5: Enable SPI booting Hatim Ali
2012-11-02  9:05 ` Minkyu Kang [this message]
2012-11-02 11:26   ` [U-Boot] [PATCH 0/6 V8] EXYNOS5: Enable SPI support Hatim Rv

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50938CDB.9020707@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox