All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] mmc: sdhci: Use mmc core regulator infrastucture
@ 2014-06-13 17:13 Markus Mayer
  2014-06-13 17:13 ` [PATCH v4 1/2] " Markus Mayer
  2014-06-13 17:13 ` [PATCH v4 2/2] mmc: sdhci: Replace host->mmc with mmc where possible Markus Mayer
  0 siblings, 2 replies; 6+ messages in thread
From: Markus Mayer @ 2014-06-13 17:13 UTC (permalink / raw)
  To: Chris Ball, Ulf Hansson
  Cc: Tim Kryger, Mike Looijmans, Andrew Bresticker, Linux MMC List,
	Linux Kernel Mailing List

This series switches the common SDHCI code over to use mmc_host's
regulator pointers rather than keeping its own set.

In addition, we can now re-use the newly introduced local "mmc" pointer
in several function calls in lieu of using host->mmc.

The first patch in the series has been posted before
(https://lkml.org/lkml/2014/4/24/947). The follow-on patch has not.

This series is based on mainline (commit 16b9057804).

Changes from v3:
  - Squashed patches 2 & 3 together. The series now has only 2 parts,
    but is otherwise unchanged.

Changes from v2:
  - Replaced a few more host->mmc references with mmc in
    sdhci_add_host(). This change affects PATCH 3/3 only. The other two
    patches are unchanged from v2.
  - Rebased the series on mainline (rather than mmc-next). Doing so did
    not affect the patches themselves. They applied cleanly as-is.

Changes from v1:
  - Resolved merge conflicts resulting from RMK's MMC series. The most
    significant conflict was the move of regulator code from
    sdhci_do_set_ios() to sdhci_set_power().
  - Added follow-on patches 2 & 3 of the series.
  - Updated Tim Kryger's e-mail address.

Markus Mayer (1):
  mmc: sdhci: Replace host->mmc with mmc where possible

Tim Kryger (1):
  mmc: sdhci: Use mmc core regulator infrastucture

 drivers/mmc/host/sdhci.c  | 123 ++++++++++++++++++----------------------------
 include/linux/mmc/sdhci.h |   3 --
 2 files changed, 49 insertions(+), 77 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2014-06-16 17:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-13 17:13 [PATCH v4 0/2] mmc: sdhci: Use mmc core regulator infrastucture Markus Mayer
2014-06-13 17:13 ` [PATCH v4 1/2] " Markus Mayer
2014-06-16  8:22   ` Ulf Hansson
2014-06-13 17:13 ` [PATCH v4 2/2] mmc: sdhci: Replace host->mmc with mmc where possible Markus Mayer
2014-06-16  8:23   ` Ulf Hansson
2014-06-16 17:06     ` Markus Mayer

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.