All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] AT91: dm9000 initialization update
Date: Fri, 10 Sep 2010 11:51:38 +0200	[thread overview]
Message-ID: <4C89FFAA.3010503@atmel.com> (raw)
In-Reply-To: <20100910092344.GN9112@game.jcrosoft.org>

Le 10/09/2010 11:23, Jean-Christophe PLAGNIOL-VILLARD :
> On 12:13 Fri 10 Sep     , Nicolas Ferre wrote:
>> Add information in dm9000 mac/phy chip initialization:
>> - irq resource details
>> - platform data details
>>
>> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>> ---
>>  arch/arm/mach-at91/board-sam9261ek.c |    3 ++-
>>  1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/mach-at91/board-sam9261ek.c b/arch/arm/mach-at91/board-sam9261ek.c
>> index c4c8865..b4307ab 100644
>> --- a/arch/arm/mach-at91/board-sam9261ek.c
>> +++ b/arch/arm/mach-at91/board-sam9261ek.c
>> @@ -93,11 +93,12 @@ static struct resource dm9000_resource[] = {
>>  		.start	= AT91_PIN_PC11,
>>  		.end	= AT91_PIN_PC11,
>>  		.flags	= IORESOURCE_IRQ
>> +			| IORESOURCE_IRQ_LOWEDGE | IORESOURCE_IRQ_HIGHEDGE,
> both?

Yes, only configuration supported by GPIO irqs...

Regards,
-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, avictor.za@gmail.com
Subject: Re: [PATCH] AT91: dm9000 initialization update
Date: Fri, 10 Sep 2010 11:51:38 +0200	[thread overview]
Message-ID: <4C89FFAA.3010503@atmel.com> (raw)
In-Reply-To: <20100910092344.GN9112@game.jcrosoft.org>

Le 10/09/2010 11:23, Jean-Christophe PLAGNIOL-VILLARD :
> On 12:13 Fri 10 Sep     , Nicolas Ferre wrote:
>> Add information in dm9000 mac/phy chip initialization:
>> - irq resource details
>> - platform data details
>>
>> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>> ---
>>  arch/arm/mach-at91/board-sam9261ek.c |    3 ++-
>>  1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/arch/arm/mach-at91/board-sam9261ek.c b/arch/arm/mach-at91/board-sam9261ek.c
>> index c4c8865..b4307ab 100644
>> --- a/arch/arm/mach-at91/board-sam9261ek.c
>> +++ b/arch/arm/mach-at91/board-sam9261ek.c
>> @@ -93,11 +93,12 @@ static struct resource dm9000_resource[] = {
>>  		.start	= AT91_PIN_PC11,
>>  		.end	= AT91_PIN_PC11,
>>  		.flags	= IORESOURCE_IRQ
>> +			| IORESOURCE_IRQ_LOWEDGE | IORESOURCE_IRQ_HIGHEDGE,
> both?

Yes, only configuration supported by GPIO irqs...

Regards,
-- 
Nicolas Ferre


  reply	other threads:[~2010-09-10  9:51 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-10 10:13 [PATCH] AT91: dm9000 initialization update Nicolas Ferre
2010-09-10 10:13 ` Nicolas Ferre
2010-09-10  9:23 ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-10  9:23   ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-10  9:51   ` Nicolas Ferre [this message]
2010-09-10  9:51     ` Nicolas Ferre
2010-09-10 10:18     ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-10 10:18       ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-10 10:13 ` [PATCH] AT91: at91sam9261ek board: remove warnings related to use of SPI or SD/MMC Nicolas Ferre
2010-09-10 10:13   ` Nicolas Ferre
2010-09-10  9:23   ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-10  9:23     ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-10 10:26   ` Sergei Shtylyov
2010-09-10 10:26     ` Sergei Shtylyov
2010-09-10 11:06     ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-10 11:06       ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-10 11:25       ` Nicolas Ferre
2010-09-10 11:25         ` Nicolas Ferre
2010-09-10 12:42         ` [PATCH] AT91: at91sam9261ek: remove C99 comments but keep information Nicolas Ferre
2010-09-10 12:42           ` Nicolas Ferre
2010-09-10 12:25           ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-10 12:25             ` Jean-Christophe PLAGNIOL-VILLARD
2010-09-10 10:19 ` [PATCH] AT91: dm9000 initialization update Jean-Christophe PLAGNIOL-VILLARD
2010-09-10 10:19   ` Jean-Christophe PLAGNIOL-VILLARD

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=4C89FFAA.3010503@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --cc=linux-arm-kernel@lists.infradead.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.