All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Josh Wu <josh.wu@atmel.com>,
	Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Jonathan Cameron <jic23@kernel.org>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Maxime Ripard <maxime.ripard@free-electrons.com>,
	Ludovic Desroches <ludovic.desroches@atmel.com>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <linux-iio@vger.kernel.org>
Subject: Re: [PATCH 0/3] iio: adc: at91 fixes
Date: Mon, 10 Mar 2014 11:52:02 +0100	[thread overview]
Message-ID: <531D9952.5070405@atmel.com> (raw)
In-Reply-To: <531823BB.4080106@atmel.com>

On 06/03/2014 08:28, Josh Wu :
> Hi, Alexandre
> 
> On 3/6/2014 12:57 AM, Alexandre Belloni wrote:
>> This series fixes a kernel crash at probe time when using the at91_adc driver
>> through platform_data. This crash appeared in 3.13.
>>
>> The first patch fixes the crash. While it is already quite late, I think it
>> would be good to get it in 3.14.
>>
>> The next patches restore support for at91_adc on the at91sam9g45 and at91sam9260
>> based boards. It would be great if they could make it in 3.14. But I'm not sure
>> it is worth applying them to 3.13.
>>
>> Alexandre Belloni (3):
>>    iio: adc: at91_adc: Repair broken platform_data support
>>    ARM: at91: at91sam9g45: change at91_adc name
>>    ARM: at91: at91sam9260: change at91_adc name
>>
>>   arch/arm/mach-at91/at91sam9260_devices.c |  2 +-
>>   arch/arm/mach-at91/at91sam9g45_devices.c |  2 +-
>>   drivers/iio/adc/at91_adc.c               | 26 ++++++++++++++++++++++----
>>   3 files changed, 24 insertions(+), 6 deletions(-)
>>
> 
> Thank you for the fixes.
> I tested the patch series in at91sam9m10g45ek and works fine.
> 
> so here is my:
> Tested-by: Josh Wu <josh.wu@atmel.com>
> Acked-by: Josh Wu <josh.wu@atmel.com>

Ok, fine with me:

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] iio: adc: at91 fixes
Date: Mon, 10 Mar 2014 11:52:02 +0100	[thread overview]
Message-ID: <531D9952.5070405@atmel.com> (raw)
In-Reply-To: <531823BB.4080106@atmel.com>

On 06/03/2014 08:28, Josh Wu :
> Hi, Alexandre
> 
> On 3/6/2014 12:57 AM, Alexandre Belloni wrote:
>> This series fixes a kernel crash at probe time when using the at91_adc driver
>> through platform_data. This crash appeared in 3.13.
>>
>> The first patch fixes the crash. While it is already quite late, I think it
>> would be good to get it in 3.14.
>>
>> The next patches restore support for at91_adc on the at91sam9g45 and at91sam9260
>> based boards. It would be great if they could make it in 3.14. But I'm not sure
>> it is worth applying them to 3.13.
>>
>> Alexandre Belloni (3):
>>    iio: adc: at91_adc: Repair broken platform_data support
>>    ARM: at91: at91sam9g45: change at91_adc name
>>    ARM: at91: at91sam9260: change at91_adc name
>>
>>   arch/arm/mach-at91/at91sam9260_devices.c |  2 +-
>>   arch/arm/mach-at91/at91sam9g45_devices.c |  2 +-
>>   drivers/iio/adc/at91_adc.c               | 26 ++++++++++++++++++++++----
>>   3 files changed, 24 insertions(+), 6 deletions(-)
>>
> 
> Thank you for the fixes.
> I tested the patch series in at91sam9m10g45ek and works fine.
> 
> so here is my:
> Tested-by: Josh Wu <josh.wu@atmel.com>
> Acked-by: Josh Wu <josh.wu@atmel.com>

Ok, fine with me:

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>


-- 
Nicolas Ferre

  reply	other threads:[~2014-03-10 10:51 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-05 16:57 [PATCH 0/3] iio: adc: at91 fixes Alexandre Belloni
2014-03-05 16:57 ` Alexandre Belloni
2014-03-05 16:57 ` [PATCH 1/3] iio: adc: at91_adc: Repair broken platform_data support Alexandre Belloni
2014-03-05 16:57   ` Alexandre Belloni
2014-03-06 19:15   ` Jonathan Cameron
2014-03-06 19:15     ` Jonathan Cameron
2014-03-12 10:57     ` Alexandre Belloni
2014-03-12 10:57       ` Alexandre Belloni
2014-03-12 17:21       ` Jonathan Cameron
2014-03-12 17:21         ` Jonathan Cameron
2014-03-05 16:57 ` [PATCH 2/3] ARM: at91: at91sam9g45: change at91_adc name Alexandre Belloni
2014-03-05 16:57   ` Alexandre Belloni
2014-03-06 19:16   ` Jonathan Cameron
2014-03-06 19:16     ` Jonathan Cameron
2014-03-10 13:26     ` Nicolas Ferre
2014-03-10 13:26       ` Nicolas Ferre
2014-03-15 15:33       ` Jonathan Cameron
2014-03-15 15:33         ` Jonathan Cameron
2014-04-22 21:49         ` Nicolas Ferre
2014-04-22 21:49           ` Nicolas Ferre
2014-04-23  0:01           ` Greg Kroah-Hartman
2014-04-23  0:01             ` Greg Kroah-Hartman
2014-03-05 16:57 ` [PATCH 3/3] ARM: at91: at91sam9260: " Alexandre Belloni
2014-03-05 16:57   ` Alexandre Belloni
2014-03-06  7:28 ` [PATCH 0/3] iio: adc: at91 fixes Josh Wu
2014-03-06  7:28   ` Josh Wu
2014-03-10 10:52   ` Nicolas Ferre [this message]
2014-03-10 10:52     ` Nicolas Ferre

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=531D9952.5070405@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=jic23@kernel.org \
    --cc=josh.wu@atmel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ludovic.desroches@atmel.com \
    --cc=maxime.ripard@free-electrons.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.