All of lore.kernel.org
 help / color / mirror / Atom feed
From: ludovic.desroches <ludovic.desroches@atmel.com>
To: ludovic.desroches@atmel.com
Cc: plagnioj@jcrosoft.com, nicolas.ferre@atmel.com,
	linux-i2c@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	w.sang@pengutronix.de
Subject: Re: [PATCH] i2c: at91: fix compilation issue due to header move
Date: Fri, 9 Nov 2012 14:23:48 +0100	[thread overview]
Message-ID: <509D03E4.2040502@atmel.com> (raw)
In-Reply-To: <1352455900-21074-1-git-send-email-ludovic.desroches@atmel.com>

Le 11/09/2012 11:11 AM, ludovic.desroches@atmel.com a écrit :
> From: Ludovic Desroches <ludovic.desroches@atmel.com>
>
> arch/arm/mach-at91/include/mach/at_hdmac.h has been move to
> include/linux/platform_data/dma-atmel.h, commit 7cdc39e.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> ---
>
> Hi,
>
> This is a fix for 3.7.
>
> Regards
>
> Ludovic

Sorry don't take care about this patch, I'll put it into the dma patch 
I've to update.

I have it into my tree for a while, I've forgotten it is not yet included.

Sorry for the noise.

Regards

Ludovic

>
>   drivers/i2c/busses/i2c-at91.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c
> index a9fbad8..e2e9837 100644
> --- a/drivers/i2c/busses/i2c-at91.c
> +++ b/drivers/i2c/busses/i2c-at91.c
> @@ -32,7 +32,7 @@
>   #include <linux/platform_device.h>
>   #include <linux/slab.h>
>
> -#include <mach/at_hdmac.h>
> +#include <linux/platform_data/dma-atmel.h>
>
>   #define TWI_CLK_HZ		100000			/* max 400 Kbits/s */
>   #define AT91_I2C_TIMEOUT	msecs_to_jiffies(100)	/* transfer timeout */
>

WARNING: multiple messages have this Message-ID (diff)
From: ludovic.desroches@atmel.com (ludovic.desroches)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] i2c: at91: fix compilation issue due to header move
Date: Fri, 9 Nov 2012 14:23:48 +0100	[thread overview]
Message-ID: <509D03E4.2040502@atmel.com> (raw)
In-Reply-To: <1352455900-21074-1-git-send-email-ludovic.desroches@atmel.com>

Le 11/09/2012 11:11 AM, ludovic.desroches at atmel.com a ?crit :
> From: Ludovic Desroches <ludovic.desroches@atmel.com>
>
> arch/arm/mach-at91/include/mach/at_hdmac.h has been move to
> include/linux/platform_data/dma-atmel.h, commit 7cdc39e.
>
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
> ---
>
> Hi,
>
> This is a fix for 3.7.
>
> Regards
>
> Ludovic

Sorry don't take care about this patch, I'll put it into the dma patch 
I've to update.

I have it into my tree for a while, I've forgotten it is not yet included.

Sorry for the noise.

Regards

Ludovic

>
>   drivers/i2c/busses/i2c-at91.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/i2c/busses/i2c-at91.c b/drivers/i2c/busses/i2c-at91.c
> index a9fbad8..e2e9837 100644
> --- a/drivers/i2c/busses/i2c-at91.c
> +++ b/drivers/i2c/busses/i2c-at91.c
> @@ -32,7 +32,7 @@
>   #include <linux/platform_device.h>
>   #include <linux/slab.h>
>
> -#include <mach/at_hdmac.h>
> +#include <linux/platform_data/dma-atmel.h>
>
>   #define TWI_CLK_HZ		100000			/* max 400 Kbits/s */
>   #define AT91_I2C_TIMEOUT	msecs_to_jiffies(100)	/* transfer timeout */
>

  parent reply	other threads:[~2012-11-09 13:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-09 10:11 [PATCH] i2c: at91: fix compilation issue due to header move ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w
2012-11-09 10:11 ` ludovic.desroches at atmel.com
     [not found] ` <1352455900-21074-1-git-send-email-ludovic.desroches-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2012-11-09 12:51   ` Sergei Shtylyov
2012-11-09 12:51     ` Sergei Shtylyov
2012-11-09 13:23 ` ludovic.desroches [this message]
2012-11-09 13:23   ` ludovic.desroches

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=509D03E4.2040502@atmel.com \
    --to=ludovic.desroches@atmel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=nicolas.ferre@atmel.com \
    --cc=plagnioj@jcrosoft.com \
    --cc=w.sang@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.