All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] mmc: fixed the mmc_of_parse for dwmmc
@ 2014-05-23 10:25 Jaehoon Chung
       [not found] ` <1400840721-11050-1-git-send-email-jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Jaehoon Chung @ 2014-05-23 10:25 UTC (permalink / raw)
  To: linux-mmc
  Cc: Chris Ball, Ulf Hansson, Ludovic Desroches, Seungwon Jeon,
	devicetree, linux-kernel, linux-samsung-soc, Jaehoon Chung

This patch-set is fixed the dw-mmc controller problem.
dw-mmc controller have the slot, but mmc_of_parse didn't parse the slot sub-node.
So dw-mmc controller didn't work correctly.

Jaehoon Chung (2):
  mmc: dw_mmc: use the __mmc_of_parse to parse the slot node
  ARM: dts: replace the broken-cd property into slot node for dwmmc.

Ludovic Desroches (1):
  mmc: host: add slot argument to mmc_of_parse

 arch/arm/boot/dts/exynos4412-odroidx.dts      |    2 +-
 arch/arm/boot/dts/exynos4412-origen.dts       |    2 +-
 arch/arm/boot/dts/exynos4412-trats2.dts       |    4 ++--
 arch/arm/boot/dts/exynos5250-arndale.dts      |    2 +-
 arch/arm/boot/dts/exynos5250-cros-common.dtsi |    4 ++--
 arch/arm/boot/dts/exynos5250-smdk5250.dts     |    2 +-
 arch/arm/boot/dts/exynos5420-arndale-octa.dts |    2 +-
 arch/arm/boot/dts/rk3066a-bqcurie2.dts        |    2 +-
 arch/arm/boot/dts/socfpga_arria5.dtsi         |    2 +-
 arch/arm/boot/dts/socfpga_cyclone5.dtsi       |    2 +-
 arch/arm/boot/dts/socfpga_vt.dts              |    2 +-
 drivers/mmc/core/host.c                       |   13 +++++++++----
 drivers/mmc/host/dw_mmc.c                     |   25 ++++++-------------------
 include/linux/mmc/host.h                      |   10 +++++++++-
 14 files changed, 37 insertions(+), 37 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-05-26  9:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-23 10:25 [PATCH 0/3] mmc: fixed the mmc_of_parse for dwmmc Jaehoon Chung
     [not found] ` <1400840721-11050-1-git-send-email-jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-05-23 10:25   ` [PATCH 1/3] mmc: host: add slot argument to mmc_of_parse Jaehoon Chung
2014-05-23 10:25     ` Jaehoon Chung
2014-05-23 10:44     ` Tushar Behera
2014-05-26  8:09     ` Ludovic Desroches
2014-05-26  8:09       ` Ludovic Desroches
2014-05-26  8:38       ` Jaehoon Chung
2014-05-26  8:44         ` Ulf Hansson
2014-05-26  9:11           ` Jaehoon Chung
2014-05-23 10:25 ` [PATCH 2/3] mmc: dw_mmc: use the __mmc_of_parse to parse the slot node Jaehoon Chung
2014-05-23 10:25 ` [PATCH 3/3] ARM: dts: replace the broken-cd property into slot node for dwmmc Jaehoon Chung

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.