All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Nicolas Ferre <nicolas.ferre@atmel.com>,
	Chris Ball <chris@printf.net>,
	Hans-Christian Egtvedt <egtvedt@samfundet.no>
Cc: linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Ludovic Desroches <ludovic.desroches@atmel.com>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	linux-arm-kernel@lists.infradead.org,
	Haavard Skinnemoen <hskinnemoen@gmail.com>
Subject: Re: [PATCH 2/3] ARM: at91: remove mach/atmel-mci.h
Date: Fri, 17 Oct 2014 10:04:45 +0200	[thread overview]
Message-ID: <20141017080445.GA32723@piout.net> (raw)
In-Reply-To: <1413532366-1317-3-git-send-email-alexandre.belloni@free-electrons.com>

On 17/10/2014 at 09:52:45 +0200, Alexandre Belloni wrote :
> Use the generic platform_data header file instead of mach/atmel-mci.h
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
>  arch/arm/mach-at91/at91sam9g45_devices.c    |  2 +-
>  arch/arm/mach-at91/include/mach/atmel-mci.h | 17 -----------------
>  2 files changed, 1 insertion(+), 18 deletions(-)
>  delete mode 100644 arch/arm/mach-at91/include/mach/atmel-mci.h
> 
> diff --git a/arch/arm/mach-at91/at91sam9g45_devices.c b/arch/arm/mach-at91/at91sam9g45_devices.c
> index 21ab782cc8e9..797433a5881a 100644
> --- a/arch/arm/mach-at91/at91sam9g45_devices.c
> +++ b/arch/arm/mach-at91/at91sam9g45_devices.c
> @@ -17,8 +17,8 @@
>  #include <linux/clk.h>
>  #include <linux/platform_device.h>
>  #include <linux/i2c-gpio.h>
> -#include <linux/atmel-mci.h>

I sent the wrong series, I will respin

>  #include <linux/platform_data/crypto-atmel.h>
> +#include <linux/platform_data/mmc-atmel-mci.h>
>  

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

WARNING: multiple messages have this Message-ID (diff)
From: alexandre.belloni@free-electrons.com (Alexandre Belloni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] ARM: at91: remove mach/atmel-mci.h
Date: Fri, 17 Oct 2014 10:04:45 +0200	[thread overview]
Message-ID: <20141017080445.GA32723@piout.net> (raw)
In-Reply-To: <1413532366-1317-3-git-send-email-alexandre.belloni@free-electrons.com>

On 17/10/2014 at 09:52:45 +0200, Alexandre Belloni wrote :
> Use the generic platform_data header file instead of mach/atmel-mci.h
> 
> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> ---
>  arch/arm/mach-at91/at91sam9g45_devices.c    |  2 +-
>  arch/arm/mach-at91/include/mach/atmel-mci.h | 17 -----------------
>  2 files changed, 1 insertion(+), 18 deletions(-)
>  delete mode 100644 arch/arm/mach-at91/include/mach/atmel-mci.h
> 
> diff --git a/arch/arm/mach-at91/at91sam9g45_devices.c b/arch/arm/mach-at91/at91sam9g45_devices.c
> index 21ab782cc8e9..797433a5881a 100644
> --- a/arch/arm/mach-at91/at91sam9g45_devices.c
> +++ b/arch/arm/mach-at91/at91sam9g45_devices.c
> @@ -17,8 +17,8 @@
>  #include <linux/clk.h>
>  #include <linux/platform_device.h>
>  #include <linux/i2c-gpio.h>
> -#include <linux/atmel-mci.h>

I sent the wrong series, I will respin

>  #include <linux/platform_data/crypto-atmel.h>
> +#include <linux/platform_data/mmc-atmel-mci.h>
>  

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2014-10-17  8:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-17  7:52 [PATCH 0/3] Remove mach/atmel-mci.h Alexandre Belloni
2014-10-17  7:52 ` Alexandre Belloni
2014-10-17  7:52 ` [PATCH 1/3] mmc: atmel-mci: move mache header to platform_data Alexandre Belloni
2014-10-17  7:52   ` Alexandre Belloni
2014-10-17  7:52 ` [PATCH 2/3] ARM: at91: remove mach/atmel-mci.h Alexandre Belloni
2014-10-17  7:52   ` Alexandre Belloni
2014-10-17  8:04   ` Alexandre Belloni [this message]
2014-10-17  8:04     ` Alexandre Belloni
2014-10-17  7:52 ` [PATCH 3/3] avr32: " Alexandre Belloni
2014-10-17  7:52   ` Alexandre Belloni

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=20141017080445.GA32723@piout.net \
    --to=alexandre.belloni@free-electrons.com \
    --cc=chris@printf.net \
    --cc=egtvedt@samfundet.no \
    --cc=hskinnemoen@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=ludovic.desroches@atmel.com \
    --cc=nicolas.ferre@atmel.com \
    --cc=plagnioj@jcrosoft.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.