All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Jonathan Cameron <jic23@kernel.org>
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
	Josh Wu <josh.wu@atmel.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 2/3] ARM: at91: at91sam9g45: change at91_adc name
Date: Mon, 10 Mar 2014 14:26:09 +0100	[thread overview]
Message-ID: <531DBD71.8040905@atmel.com> (raw)
In-Reply-To: <5318C98C.1070702@kernel.org>

On 06/03/2014 20:16, Jonathan Cameron :
> On 05/03/14 16:57, Alexandre Belloni wrote:
>> We can't use "at91_adc" to refer to the at91_adc driver anymore as the name is
>> used to match an id_table.
>>
>> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> As stated in previous email, I'll take this along with the fix that 'broke'
> this, if I get an Ack from one of the at91 maintainers.

Jonathan,

It is maybe more clear if I answer here:
- so, yes, you can take the 3 patches yourself (if you do not mind)
- you have, for the whole series::

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

Thanks for your help with this issue.

Bye,

>> ---
>>   arch/arm/mach-at91/at91sam9g45_devices.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/mach-at91/at91sam9g45_devices.c b/arch/arm/mach-at91/at91sam9g45_devices.c
>> index cb36fa872d30..88554024eb2d 100644
>> --- a/arch/arm/mach-at91/at91sam9g45_devices.c
>> +++ b/arch/arm/mach-at91/at91sam9g45_devices.c
>> @@ -1203,7 +1203,7 @@ static struct resource adc_resources[] = {
>>   };
>>
>>   static struct platform_device at91_adc_device = {
>> -	.name		= "at91_adc",
>> +	.name		= "at91sam9g45-adc",
>>   	.id		= -1,
>>   	.dev		= {
>>   				.platform_data	= &adc_data,
>>
> 
> 


-- 
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 2/3] ARM: at91: at91sam9g45: change at91_adc name
Date: Mon, 10 Mar 2014 14:26:09 +0100	[thread overview]
Message-ID: <531DBD71.8040905@atmel.com> (raw)
In-Reply-To: <5318C98C.1070702@kernel.org>

On 06/03/2014 20:16, Jonathan Cameron :
> On 05/03/14 16:57, Alexandre Belloni wrote:
>> We can't use "at91_adc" to refer to the at91_adc driver anymore as the name is
>> used to match an id_table.
>>
>> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> As stated in previous email, I'll take this along with the fix that 'broke'
> this, if I get an Ack from one of the at91 maintainers.

Jonathan,

It is maybe more clear if I answer here:
- so, yes, you can take the 3 patches yourself (if you do not mind)
- you have, for the whole series::

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

Thanks for your help with this issue.

Bye,

>> ---
>>   arch/arm/mach-at91/at91sam9g45_devices.c | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/arm/mach-at91/at91sam9g45_devices.c b/arch/arm/mach-at91/at91sam9g45_devices.c
>> index cb36fa872d30..88554024eb2d 100644
>> --- a/arch/arm/mach-at91/at91sam9g45_devices.c
>> +++ b/arch/arm/mach-at91/at91sam9g45_devices.c
>> @@ -1203,7 +1203,7 @@ static struct resource adc_resources[] = {
>>   };
>>
>>   static struct platform_device at91_adc_device = {
>> -	.name		= "at91_adc",
>> +	.name		= "at91sam9g45-adc",
>>   	.id		= -1,
>>   	.dev		= {
>>   				.platform_data	= &adc_data,
>>
> 
> 


-- 
Nicolas Ferre

  reply	other threads:[~2014-03-10 13:26 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 [this message]
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
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=531DBD71.8040905@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.