All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ludovic Desroches <ludovic.desroches@atmel.com>
To: <linux-mmc@vger.kernel.org>, <linux-kernel@vger.kernel.org>,
	<devicetree@vger.kernel.org>
Cc: <ulf.hansson@linaro.org>, <nicolas.ferre@atmel.com>,
	<alexandre.belloni@free-electrons.com>, <pebolle@tiscali.nl>,
	<arnd@arndb.de>, Ludovic Desroches <ludovic.desroches@atmel.com>
Subject: Re: [PATCH v2 0/3] introduce driver for the Atmel SDMMC
Date: Tue, 18 Aug 2015 10:32:35 +0200	[thread overview]
Message-ID: <20150818083235.GL7268@odux.rfo.atmel.com> (raw)
In-Reply-To: <1438179768-818-1-git-send-email-ludovic.desroches@atmel.com>

Hi,

On Wed, Jul 29, 2015 at 04:22:45PM +0200, Ludovic Desroches wrote:
> Hi,
> 
> This set of patches introduce a driver for the new Atmel SDMMC device avaible
> on SAMA5D2 SoC.
> 
> There is also a resend of an old patch which has not been taken. Ulf asked
> for some reviews since it could impact all sdhci devices but nobody did it...
> This patch is not necessary for patch 2/3. It only fixes a special use case. If
> there are objections about it, drop it, I don't want to delay the Atmel SDMMC
> driver inclusion only for this patch.

Ping, any objections about this driver?

> 
> Changes:
> - from v1:
>   - update license
> 
> Ludovic Desroches (3):
>   mmc: sdhci: switch from programmable clock mode to divided one if
>     needed
>   mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC
>   MAINTAINERS: add entry for Atmel sdhci-of-at91 driver
> 
>  .../devicetree/bindings/mmc/sdhci-atmel.txt        |  21 +++
>  MAINTAINERS                                        |   6 +
>  drivers/mmc/host/Kconfig                           |   8 +
>  drivers/mmc/host/Makefile                          |   1 +
>  drivers/mmc/host/sdhci-of-at91.c                   | 192 +++++++++++++++++++++
>  drivers/mmc/host/sdhci.c                           |  29 +++-
>  6 files changed, 248 insertions(+), 9 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-atmel.txt
>  create mode 100644 drivers/mmc/host/sdhci-of-at91.c
> 
> -- 
> 2.5.0
> 

WARNING: multiple messages have this Message-ID (diff)
From: Ludovic Desroches <ludovic.desroches@atmel.com>
To: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org
Cc: ulf.hansson@linaro.org, nicolas.ferre@atmel.com,
	alexandre.belloni@free-electrons.com, pebolle@tiscali.nl,
	arnd@arndb.de, Ludovic Desroches <ludovic.desroches@atmel.com>
Subject: Re: [PATCH v2 0/3] introduce driver for the Atmel SDMMC
Date: Tue, 18 Aug 2015 10:32:35 +0200	[thread overview]
Message-ID: <20150818083235.GL7268@odux.rfo.atmel.com> (raw)
In-Reply-To: <1438179768-818-1-git-send-email-ludovic.desroches@atmel.com>

Hi,

On Wed, Jul 29, 2015 at 04:22:45PM +0200, Ludovic Desroches wrote:
> Hi,
> 
> This set of patches introduce a driver for the new Atmel SDMMC device avaible
> on SAMA5D2 SoC.
> 
> There is also a resend of an old patch which has not been taken. Ulf asked
> for some reviews since it could impact all sdhci devices but nobody did it...
> This patch is not necessary for patch 2/3. It only fixes a special use case. If
> there are objections about it, drop it, I don't want to delay the Atmel SDMMC
> driver inclusion only for this patch.

Ping, any objections about this driver?

> 
> Changes:
> - from v1:
>   - update license
> 
> Ludovic Desroches (3):
>   mmc: sdhci: switch from programmable clock mode to divided one if
>     needed
>   mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC
>   MAINTAINERS: add entry for Atmel sdhci-of-at91 driver
> 
>  .../devicetree/bindings/mmc/sdhci-atmel.txt        |  21 +++
>  MAINTAINERS                                        |   6 +
>  drivers/mmc/host/Kconfig                           |   8 +
>  drivers/mmc/host/Makefile                          |   1 +
>  drivers/mmc/host/sdhci-of-at91.c                   | 192 +++++++++++++++++++++
>  drivers/mmc/host/sdhci.c                           |  29 +++-
>  6 files changed, 248 insertions(+), 9 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-atmel.txt
>  create mode 100644 drivers/mmc/host/sdhci-of-at91.c
> 
> -- 
> 2.5.0
> 

  parent reply	other threads:[~2015-08-18  8:33 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-29 14:22 [PATCH v2 0/3] introduce driver for the Atmel SDMMC Ludovic Desroches
2015-07-29 14:22 ` Ludovic Desroches
2015-07-29 14:22 ` [PATCH v2 1/3] mmc: sdhci: switch from programmable clock mode to divided one if needed Ludovic Desroches
2015-07-29 14:22   ` Ludovic Desroches
2015-07-29 14:22 ` [PATCH v2 2/3] mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC Ludovic Desroches
2015-07-29 14:22   ` Ludovic Desroches
2015-07-29 14:22 ` [PATCH v2 3/3] MAINTAINERS: add entry for Atmel sdhci-of-at91 driver Ludovic Desroches
2015-07-29 14:22   ` Ludovic Desroches
2015-08-18  8:32 ` Ludovic Desroches [this message]
2015-08-18  8:32   ` [PATCH v2 0/3] introduce driver for the Atmel SDMMC Ludovic Desroches
2015-08-25 12:07 ` Ulf Hansson

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=20150818083235.GL7268@odux.rfo.atmel.com \
    --to=ludovic.desroches@atmel.com \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=arnd@arndb.de \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=nicolas.ferre@atmel.com \
    --cc=pebolle@tiscali.nl \
    --cc=ulf.hansson@linaro.org \
    /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.