All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Rapoport <mike@compulab.co.il>
To: linux-mmc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org, Chris Ball <cjb@laptop.org>,
	Saeed Bishara <saeed@marvell.com>,
	Mike Rapoport <mike@compulab.co.il>
Subject: [PATCH v3 0/2] add support for the Marvell Dove SDHCI controller
Date: Thu, 28 Oct 2010 14:25:07 +0200	[thread overview]
Message-ID: <cover.1288268453.git.mike@compulab.co.il> (raw)

These patches add support for the Marvell Dove SDHCI controller.

v3 changes:
* finally remove unneeded includes from the driver

v2 changes:
* rename drivers/mmc/host/sdhci-mv.c to drivers/mmc/host/sdhci-dove.c and
update Kconfig and Makefile respectively
* add dependancy on ARCH_DOVE
* remove unneeded includes from the driver

Mike Rapoport (2):
  MMC: add support for the Marvell Dove SDHCI controller
  [ARM] Dove: rename SDCHI devices to "sdhci-dove"

 arch/arm/mach-dove/common.c    |    4 +-
 drivers/mmc/host/Kconfig       |   13 +++++++
 drivers/mmc/host/Makefile      |    1 +
 drivers/mmc/host/sdhci-dove.c  |   70 ++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/host/sdhci-pltfm.c |    3 ++
 drivers/mmc/host/sdhci-pltfm.h |    1 +
 6 files changed, 90 insertions(+), 2 deletions(-)
 create mode 100644 drivers/mmc/host/sdhci-dove.c

-- 
1.7.3.1


WARNING: multiple messages have this Message-ID (diff)
From: mike@compulab.co.il (Mike Rapoport)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/2] add support for the Marvell Dove SDHCI controller
Date: Thu, 28 Oct 2010 14:25:07 +0200	[thread overview]
Message-ID: <cover.1288268453.git.mike@compulab.co.il> (raw)

These patches add support for the Marvell Dove SDHCI controller.

v3 changes:
* finally remove unneeded includes from the driver

v2 changes:
* rename drivers/mmc/host/sdhci-mv.c to drivers/mmc/host/sdhci-dove.c and
update Kconfig and Makefile respectively
* add dependancy on ARCH_DOVE
* remove unneeded includes from the driver

Mike Rapoport (2):
  MMC: add support for the Marvell Dove SDHCI controller
  [ARM] Dove: rename SDCHI devices to "sdhci-dove"

 arch/arm/mach-dove/common.c    |    4 +-
 drivers/mmc/host/Kconfig       |   13 +++++++
 drivers/mmc/host/Makefile      |    1 +
 drivers/mmc/host/sdhci-dove.c  |   70 ++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/host/sdhci-pltfm.c |    3 ++
 drivers/mmc/host/sdhci-pltfm.h |    1 +
 6 files changed, 90 insertions(+), 2 deletions(-)
 create mode 100644 drivers/mmc/host/sdhci-dove.c

-- 
1.7.3.1

             reply	other threads:[~2010-10-28 12:25 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-28 12:25 Mike Rapoport [this message]
2010-10-28 12:25 ` [PATCH v3 0/2] add support for the Marvell Dove SDHCI controller Mike Rapoport
2010-10-28 12:25 ` [PATCH v3 1/2] MMC: " Mike Rapoport
2010-10-28 12:25   ` Mike Rapoport
2010-10-28 12:28   ` Saeed Bishara
2010-10-28 12:28     ` Saeed Bishara
2010-10-28 12:25 ` [PATCH v3 2/2] [ARM] Dove: rename SDCHI devices to "sdhci-dove" Mike Rapoport
2010-10-28 12:25   ` Mike Rapoport
2010-10-28 12:28   ` Saeed Bishara
2010-10-28 12:28     ` Saeed Bishara
2010-10-28 14:49     ` saeed bishara
2010-10-28 14:49       ` saeed bishara

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=cover.1288268453.git.mike@compulab.co.il \
    --to=mike@compulab.co.il \
    --cc=cjb@laptop.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=saeed@marvell.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.