All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] add dw_mmc-k3.c
@ 2013-10-10 14:36 ` Zhangfei Gao
  0 siblings, 0 replies; 10+ messages in thread
From: Zhangfei Gao @ 2013-10-10 14:36 UTC (permalink / raw)
  To: Chris Ball, Jaehoon Chung, Ulf Hansson
  Cc: linux-mmc, linux-arm-kernel, devicetree-discuss, Zhangfei Gao

Support mmc for k3v2, base on dw_mmc.c

Zhangfei Gao (2):
  mmc: dw_mmc: change definition of get_cd
  mmc: add dw-mmc-k3

 .../devicetree/bindings/mmc/k3-dw-mshc.txt         |   66 ++++
 drivers/mmc/host/Kconfig                           |   10 +
 drivers/mmc/host/Makefile                          |    1 +
 drivers/mmc/host/dw_mmc-k3.c                       |  392 ++++++++++++++++++++
 drivers/mmc/host/dw_mmc.c                          |    2 +-
 include/linux/mmc/dw_mmc.h                         |    2 +-
 6 files changed, 471 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/mmc/k3-dw-mshc.txt
 create mode 100644 drivers/mmc/host/dw_mmc-k3.c

-- 
1.7.9.5


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

end of thread, other threads:[~2013-10-18  9:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10 14:36 [PATCH 0/2] add dw_mmc-k3.c Zhangfei Gao
2013-10-10 14:36 ` Zhangfei Gao
2013-10-10 14:36 ` [PATCH 1/2] mmc: dw_mmc: change definition of get_cd Zhangfei Gao
2013-10-10 14:36   ` Zhangfei Gao
2013-10-10 14:36 ` [PATCH 2/2] mmc: add dw-mmc-k3 Zhangfei Gao
2013-10-10 14:36   ` Zhangfei Gao
2013-10-14  9:27   ` Jaehoon Chung
2013-10-14  9:27     ` Jaehoon Chung
2013-10-18  9:07     ` zhangfei gao
2013-10-18  9:07       ` zhangfei gao

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.