All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/4] mmc: support sdhci instead of s5p_mmc
@ 2012-04-10  2:04 Jaehoon Chung
  2012-04-11  1:26 ` Lei Wen
  0 siblings, 1 reply; 2+ messages in thread
From: Jaehoon Chung @ 2012-04-10  2:04 UTC (permalink / raw)
  To: u-boot

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-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 instead 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                |    3 +-
 include/configs/s5p_goni.h              |    3 +-
 include/configs/s5pc210_universal.h     |    3 +-
 include/configs/smdk5250.h              |    3 +-
 include/configs/smdkv310.h              |    3 +-
 include/configs/trats.h                 |    3 +-
 include/sdhci.h                         |    7 +
 13 files changed, 236 insertions(+), 589 deletions(-)
 delete mode 100644 drivers/mmc/s5p_mmc.c
 create mode 100644 drivers/mmc/s5p_sdhci.c

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

* [U-Boot] [PATCH v4 0/4] mmc: support sdhci instead of s5p_mmc
  2012-04-10  2:04 [U-Boot] [PATCH v4 0/4] mmc: support sdhci instead of s5p_mmc Jaehoon Chung
@ 2012-04-11  1:26 ` Lei Wen
  0 siblings, 0 replies; 2+ messages in thread
From: Lei Wen @ 2012-04-11  1:26 UTC (permalink / raw)
  To: u-boot

Hi Jaehoon,

On Tue, Apr 10, 2012 at 10:04 AM, Jaehoon Chung <jh80.chung@samsung.com> 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-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 instead 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 ? ? ? ? ? ? ? ?| ? ?3 +-
> ?include/configs/s5p_goni.h ? ? ? ? ? ? ?| ? ?3 +-
> ?include/configs/s5pc210_universal.h ? ? | ? ?3 +-
> ?include/configs/smdk5250.h ? ? ? ? ? ? ?| ? ?3 +-
> ?include/configs/smdkv310.h ? ? ? ? ? ? ?| ? ?3 +-
> ?include/configs/trats.h ? ? ? ? ? ? ? ? | ? ?3 +-
> ?include/sdhci.h ? ? ? ? ? ? ? ? ? ? ? ? | ? ?7 +
> ?13 files changed, 236 insertions(+), 589 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

Ack to this series.

Acked-by: Lei Wen<leiwen@marvell.com>

Thanks,
Lei

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

end of thread, other threads:[~2012-04-11  1:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-10  2:04 [U-Boot] [PATCH v4 0/4] mmc: support sdhci instead of s5p_mmc Jaehoon Chung
2012-04-11  1:26 ` Lei Wen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.