public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RESEND PATCH v6 0/4] mmc: support sdhci instead of s5p_mmc
Date: Mon, 30 Apr 2012 18:06:16 +0900	[thread overview]
Message-ID: <4F9E5608.8010308@samsung.com> (raw)
In-Reply-To: <4F954CC8.2050608@samsung.com>

Hi Andy.

How about these series?
I want to merge these series..So if you have some plan or
some opinion for these series, let me know plz.

Best Regards,
Jaehoon Chung

On 04/23/2012 09:36 PM, Jaehoon Chung wrote:

> This patchset is supported the sdhci controller for Samsung-SoC.
> In mmc driver, already implemented the generic sdhci.
> There is no reason that didn't use sdhci.c.
> So, use the sdhci instead of s5p_mmc.
> 
> Changelog-v6:
> 	- Fix typo
> 	- Code clean for #define
> 
> Changelog-v5:
> 	- Tested with goni/trats board
> 	- Fixed wrong condition checking
> 	- Increased retry time
> 	- Add the quirk_broken_r1b in s5p_sdhci.c
> Changelog-v4:
> 	- seperate the device driver and SoC patch.
> 
> Changelog-v3:
> 	- Add the quirks for broken R1b response.
> 	- Add the timeout to prevent infinite loop.
> 
> Changelog-v2:
> 	- removed the s5p_mmc.c
> 	- based-on u-boot-samsung repository.
> 
> Jaehoon Chung (4):
>   mmc: sdhci: add the quirk for broken r1b response
>   mmc: add the quirk to use the sdhci for samsung-soc
>   mmc: support the sdhci intead of s5p_mmc for samsung-soc
>   ARM: SAMSUNG: support sdhci controller
> 
>  arch/arm/include/asm/arch-exynos/mmc.h  |   93 +++---
>  arch/arm/include/asm/arch-s5pc1xx/mmc.h |   93 +++---
>  drivers/mmc/Makefile                    |    2 +-
>  drivers/mmc/s5p_mmc.c                   |  490 -------------------------------
>  drivers/mmc/s5p_sdhci.c                 |   98 ++++++
>  drivers/mmc/sdhci.c                     |   24 ++
>  include/configs/origen.h                |    7 +-
>  include/configs/s5p_goni.h              |    7 +-
>  include/configs/s5pc210_universal.h     |    7 +-
>  include/configs/smdk5250.h              |    3 +-
>  include/configs/smdkv310.h              |    7 +-
>  include/configs/trats.h                 |    3 +-
>  include/sdhci.h                         |    7 +
>  13 files changed, 244 insertions(+), 597 deletions(-)
>  delete mode 100644 drivers/mmc/s5p_mmc.c
>  create mode 100644 drivers/mmc/s5p_sdhci.c
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 

      reply	other threads:[~2012-04-30  9:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-23 12:36 [U-Boot] [RESEND PATCH v6 0/4] mmc: support sdhci instead of s5p_mmc Jaehoon Chung
2012-04-30  9:06 ` Jaehoon Chung [this message]

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=4F9E5608.8010308@samsung.com \
    --to=jh80.chung@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