All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: linux-mmc <linux-mmc@vger.kernel.org>
Cc: Chris Ball <cjb@laptop.org>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Will Newton <will.newton@imgtec.com>,
	James Hogan <James.Hogan@imgtec.com>,
	Thomas Abraham <thomas.abraham@linaro.org>,
	Seungwon Jeon <tgih.jun@samsung.com>
Subject: [PATCH v2 0/5] Add the dw-mmc patches
Date: Tue, 28 Aug 2012 16:55:40 +0900	[thread overview]
Message-ID: <503C797C.7060501@samsung.com> (raw)

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

                 reply	other threads:[~2012-08-28  7:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=503C797C.7060501@samsung.com \
    --to=jh80.chung@samsung.com \
    --cc=James.Hogan@imgtec.com \
    --cc=cjb@laptop.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=tgih.jun@samsung.com \
    --cc=thomas.abraham@linaro.org \
    --cc=will.newton@imgtec.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.