public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V8 0/2] HS200 Mode support for device and host
@ 2011-12-23  7:12 Girish K S
  2011-12-23  7:12 ` [PATCH V8 1/2] mmc: core: HS200 mode support for eMMC 4.5 Girish K S
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Girish K S @ 2011-12-23  7:12 UTC (permalink / raw)
  To: linux-mmc; +Cc: patches, linux-samsung-soc, Girish K S

changes in v7:
	Updated with review comments for minor changes in host conditional
	handling. added the handling for 4 bit bus width. 
Changes in v6:
       split the patch into 2 and classified them as a patch for device
       and host. Modified to include the review comments.
Changes in v5:
       Reduced the case statements for better code readability. Removed
       unused macro definitions. Modified the tuning function prototype
       and definition to support tuning for both SD and eMMC cards.
Changes in v4:
       Rebased onto chris-mmc/mmc-next branch. This patch is successfully
       applied on commit with id de022ed3fdc14808299b2fa66dbb1ed5ab921912.
Changes in v3:
       In the previous commits of chris-mmc/mmc-next branch, the patch with
       commit id (c0f22a2c92e357e7cb3988b0b13034d70b7461f9) defines caps2 for
       more capabilities. This patch version deletes the member ext_caps(created
       in my earlier patch) from struct mmc_host and reuses already accepted
       caps2 member.
Changes in v2:
       Rebased to latest chris-mmc/mmc-next branch. Resolved indentation
       problems identified in review. This patch has to be applied before
       the patch released for modifying the printk messages.
Changes in v1:
       Case statements in switch that produce same result have
       been combined to reduce repeated assignments.
       patch recreated after rebase to chris balls mmc-next branch.

Girish K S (2):
  mmc: core: HS200 mode support for eMMC 4.5
  mmc: host: Adds support for eMMC 4.5 HS200 mode

 drivers/mmc/core/bus.c     |    3 +-
 drivers/mmc/core/debugfs.c |    3 +
 drivers/mmc/core/mmc.c     |  163 +++++++++++++++++++++++++++++++++++++++++---
 drivers/mmc/core/sd.c      |    3 +-
 drivers/mmc/core/sdio.c    |    4 +-
 drivers/mmc/host/sdhci.c   |   45 +++++++++---
 drivers/mmc/host/sdhci.h   |    1 +
 include/linux/mmc/card.h   |    3 +
 include/linux/mmc/host.h   |   11 +++-
 include/linux/mmc/mmc.h    |   66 +++++++++++++++++-
 include/linux/mmc/sdhci.h  |    1 +
 11 files changed, 278 insertions(+), 25 deletions(-)

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

end of thread, other threads:[~2012-01-03  6:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-23  7:12 [PATCH V8 0/2] HS200 Mode support for device and host Girish K S
2011-12-23  7:12 ` [PATCH V8 1/2] mmc: core: HS200 mode support for eMMC 4.5 Girish K S
2011-12-23  9:06   ` Subhash Jadavani
2012-01-02 22:51   ` Chris Ball
2012-01-03  6:14     ` Girish K S
2011-12-23  7:12 ` [PATCH V8 2/2] mmc: host: Adds support for eMMC 4.5 HS200 mode Girish K S
2011-12-29 11:49 ` [PATCH V8 0/2] HS200 Mode support for device and host Girish K S

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox