All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add the dw-mmc patches
@ 2012-08-28  7:55 Jaehoon Chung
  0 siblings, 0 replies; only message in thread
From: Jaehoon Chung @ 2012-08-28  7:55 UTC (permalink / raw)
  To: linux-mmc
  Cc: Chris Ball, Kyungmin Park, Will Newton, James Hogan,
	Thomas Abraham, Seungwon Jeon

These patches added some feature for dw-mmc.
Maybe specific portion of these patches should conflicted with the Thomas's patches.
(If Thomas's patch is applied, i will fix the latest kernel.)

Changelog v2:
	- add the fix the present flags for card detect.
	- applied with Will and Suengwon's comments

Jaehoon Chung (5):
  mmc: dw-mmc: ensure that the card is not busy when changing clock
  mmc: dw-mmc: add the platdata related with clock
  mmc: dw-mmc: add the header file for exynos specific code.
  mmc: dw-mmc: add the use_hold_reg in CMD register
  mmc: dw-mmc: fix the present flags for card detect

 drivers/mmc/host/dw_mmc.c         |   73 +++++++++++++++++++++++++++++++++----
 drivers/mmc/host/dw_mmc.h         |    2 +
 include/linux/mmc/dw_mmc.h        |   11 ++++++
 include/linux/mmc/exynos-dw_mmc.h |   61 +++++++++++++++++++++++++++++++
 4 files changed, 139 insertions(+), 8 deletions(-)
 create mode 100644 include/linux/mmc/exynos-dw_mmc.h

-- 
1.7.4.1

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-28  7:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-28  7:55 [PATCH v2 0/5] Add the dw-mmc patches 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.