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

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     |  147 +++++++++++++++++++++++++++++++++++++++++---
 drivers/mmc/core/sd.c      |    3 +-
 drivers/mmc/core/sdio.c    |    4 +-
 drivers/mmc/host/sdhci.c   |   43 ++++++++++---
 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, 261 insertions(+), 24 deletions(-)


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

end of thread, other threads:[~2011-12-20  4:40 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-19  6:36 [PATCH V6 0/2] HS200 Mode support for device and host Girish K S
2011-12-19  6:36 ` [PATCH V6 1/2] mmc: core: HS200 mode support for eMMC 4.5 Girish K S
2011-12-19 10:10   ` Subhash Jadavani
2011-12-19 10:49     ` Girish K S
2011-12-19 10:53       ` Subhash Jadavani
2011-12-19 17:01   ` Philip Rakity
2011-12-19  6:36 ` [PATCH V6 2/2] mmc: host: Adds support for eMMC 4.5 HS200 mode Girish K S
2011-12-19 16:54   ` Philip Rakity
2011-12-20  4:40     ` 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