All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfram Sang <w.sang@pengutronix.de>
To: Sascha Hauer <s.hauer@pengutronix.de>
Cc: linux-mmc@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	"Chris Ball" <cjb@laptop.org>, "Eric Bénard" <eric@eukrea.com>,
	kernel@pengutronix.de
Subject: Re: [PATCH] mmc: sdhci / i.MX esdhc buswidth patches
Date: Tue, 25 Sep 2012 08:44:43 +0200	[thread overview]
Message-ID: <20120925064443.GA8655@pengutronix.de> (raw)
In-Reply-To: <1348471345-30785-1-git-send-email-s.hauer@pengutronix.de>

[-- Attachment #1: Type: text/plain, Size: 717 bytes --]

On Mon, Sep 24, 2012 at 09:22:22AM +0200, Sascha Hauer wrote:
> The first patch is a generic sdhci driver cleanup change, the others
> are i.MX specific, adding 8bit bus support and fix version register
> readout.
> 
> Sascha
> 
> ----------------------------------------------------------------
> Sascha Hauer (3):
>       mmc: sdhci: rename platform_8bit_width to platform_bus_width
>       mmc: esdhc i.MX: Fix version register read
>       mmc: esdhc i.MX: Support 8bit mode

Whole series:

Acked-by: Wolfram Sang <w.sang@pengutronix.de>

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: w.sang@pengutronix.de (Wolfram Sang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mmc: sdhci / i.MX esdhc buswidth patches
Date: Tue, 25 Sep 2012 08:44:43 +0200	[thread overview]
Message-ID: <20120925064443.GA8655@pengutronix.de> (raw)
In-Reply-To: <1348471345-30785-1-git-send-email-s.hauer@pengutronix.de>

On Mon, Sep 24, 2012 at 09:22:22AM +0200, Sascha Hauer wrote:
> The first patch is a generic sdhci driver cleanup change, the others
> are i.MX specific, adding 8bit bus support and fix version register
> readout.
> 
> Sascha
> 
> ----------------------------------------------------------------
> Sascha Hauer (3):
>       mmc: sdhci: rename platform_8bit_width to platform_bus_width
>       mmc: esdhc i.MX: Fix version register read
>       mmc: esdhc i.MX: Support 8bit mode

Whole series:

Acked-by: Wolfram Sang <w.sang@pengutronix.de>

-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120925/9d27a5b4/attachment.sig>

  parent reply	other threads:[~2012-09-25  6:44 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-24  7:22 [PATCH] mmc: sdhci / i.MX esdhc buswidth patches Sascha Hauer
2012-09-24  7:22 ` Sascha Hauer
2012-09-24  7:22 ` [PATCH 1/3] mmc: sdhci: rename platform_8bit_width to platform_bus_width Sascha Hauer
2012-09-24  7:22   ` Sascha Hauer
2012-09-25  2:35   ` Jaehoon Chung
2012-09-25  2:35     ` Jaehoon Chung
2012-09-25  6:15     ` Sascha Hauer
2012-09-25  6:15       ` Sascha Hauer
2012-09-25  7:28       ` Jaehoon Chung
2012-09-25  7:28         ` Jaehoon Chung
2012-09-24  7:22 ` [PATCH 2/3] mmc: esdhc i.MX: Fix version register read Sascha Hauer
2012-09-24  7:22   ` Sascha Hauer
2012-09-25  6:41   ` Shawn Guo
2012-09-25  6:41     ` Shawn Guo
2012-12-25 13:00   ` Shawn Guo
2012-12-25 13:00     ` Shawn Guo
2012-09-24  7:22 ` [PATCH 3/3] mmc: esdhc i.MX: Support 8bit mode Sascha Hauer
2012-09-24  7:22   ` Sascha Hauer
2012-09-25  7:15   ` Shawn Guo
2012-09-25  7:15     ` Shawn Guo
2012-09-25  7:27     ` Sascha Hauer
2012-09-25  7:27       ` Sascha Hauer
2012-09-25  7:33       ` Shawn Guo
2012-09-25  7:33         ` Shawn Guo
2012-09-25  7:38         ` Sascha Hauer
2012-09-25  7:38           ` Sascha Hauer
2012-09-25  7:45           ` Shawn Guo
2012-09-25  7:45             ` Shawn Guo
2012-09-25  8:05             ` Sascha Hauer
2012-09-25  8:05               ` Sascha Hauer
2012-09-25  8:50               ` Shawn Guo
2012-09-25  8:50                 ` Shawn Guo
2012-09-25  9:45                 ` Sascha Hauer
2012-09-25  9:45                   ` Sascha Hauer
2012-09-25  7:52           ` Chris Ball
2012-09-25  7:52             ` Chris Ball
2012-09-25  7:53             ` Shawn Guo
2012-09-25  7:53               ` Shawn Guo
2012-09-25  8:00               ` Chris Ball
2012-09-25  8:00                 ` Chris Ball
2012-12-26  2:56                 ` Shawn Guo
2012-12-26  2:56                   ` Shawn Guo
2012-09-25  6:44 ` Wolfram Sang [this message]
2012-09-25  6:44   ` [PATCH] mmc: sdhci / i.MX esdhc buswidth patches Wolfram Sang

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=20120925064443.GA8655@pengutronix.de \
    --to=w.sang@pengutronix.de \
    --cc=cjb@laptop.org \
    --cc=eric@eukrea.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=s.hauer@pengutronix.de \
    /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.