All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] mmc: dw_mmc: exynos: Add HS400 support
@ 2015-01-14 10:30 ` Alim Akhtar
  0 siblings, 0 replies; 24+ messages in thread
From: Alim Akhtar @ 2015-01-14 10:30 UTC (permalink / raw)
  To: linux-mmc
  Cc: chris, ulf.hansson, jh80.chung, tgih.jun, dianders, alim.akhtar,
	kgene, linux-arm-kernel, devicetree, linux-samsung-soc,
	a.kesavan

This adds HS400 mode support for exynos dw_mmc host controller.

Currently tested on Exynos5800-peach-pi platform for HS400 mode.
Tested HS200 mode with this series applied, HS200 still works.

Appreciate testing on other exynos5/7 platform which supports emmc5.0

Changes in V4:
	* drop the idea of changing existing binding for ciu_div as per [1]
        * addressed comments from Jaehoon Chung [2]

[1] http://www.spinics.net/lists/linux-samsung-soc/msg40923.html
[2] http://www.spinics.net/lists/devicetree/msg64373.html

Changes in V3:
	rebased on ulf's next (commit: 607b448 mmc: core: Make tuning block patterns static)

Seungwon Jeon (2):
  mmc: dw_mmc: exynos: Support eMMC's HS400 mode
  ARM: dts: Add HS400 support for exynos5420 and exynos5800

 .../devicetree/bindings/mmc/exynos-dw-mshc.txt     |    7 +
 arch/arm/boot/dts/exynos5420-peach-pit.dts         |    4 +-
 arch/arm/boot/dts/exynos5420-pinctrl.dtsi          |    7 +
 arch/arm/boot/dts/exynos5420-smdk5420.dts          |    4 +-
 arch/arm/boot/dts/exynos5800-peach-pi.dts          |    4 +-
 drivers/mmc/host/dw_mmc-exynos.c                   |  187 ++++++++++++++++----
 drivers/mmc/host/dw_mmc-exynos.h                   |   19 +-
 drivers/mmc/host/dw_mmc.c                          |   16 +-
 drivers/mmc/host/dw_mmc.h                          |    2 +
 9 files changed, 212 insertions(+), 38 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2015-01-29  2:43 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-14 10:30 [PATCH v4 0/2] mmc: dw_mmc: exynos: Add HS400 support Alim Akhtar
2015-01-14 10:30 ` Alim Akhtar
2015-01-14 10:30 ` [PATCH v4 1/2] mmc: dw_mmc: exynos: Support eMMC's HS400 mode Alim Akhtar
2015-01-14 10:30   ` Alim Akhtar
2015-01-20 23:02   ` Jaehoon Chung
2015-01-20 23:02     ` Jaehoon Chung
2015-01-21 23:42     ` Alim Akhtar
2015-01-21 23:42       ` Alim Akhtar
2015-01-14 10:30 ` [PATCH v4 2/2] ARM: dts: Add HS400 support for exynos5420 and exynos5800 Alim Akhtar
2015-01-14 10:30   ` Alim Akhtar
     [not found]   ` <1421231446-4776-3-git-send-email-alim.akhtar-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-01-20 23:02     ` Jaehoon Chung
2015-01-20 23:02       ` Jaehoon Chung
2015-01-21 14:12       ` Alim Akhtar
2015-01-21 14:12         ` Alim Akhtar
2015-01-22  2:28         ` Jaehoon Chung
2015-01-22  2:28           ` Jaehoon Chung
     [not found]           ` <54C06049.5070106-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2015-01-29  2:43             ` Alim Akhtar
2015-01-29  2:43               ` Alim Akhtar
2015-01-14 13:32 ` [PATCH v4 0/2] mmc: dw_mmc: exynos: Add HS400 support Jaehoon Chung
2015-01-14 13:32   ` Jaehoon Chung
2015-01-14 15:35   ` Kukjin Kim
2015-01-14 15:35     ` Kukjin Kim
2015-01-14 15:56     ` Ulf Hansson
2015-01-14 15:56       ` Ulf Hansson

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.