public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] avr32: add two new at91 to cpu.h definition
  2009-07-06 10:15 [PATCH] avr32: add two new at91 to cpu.h definition Nicolas Ferre
@ 2009-07-06  9:19 ` Haavard Skinnemoen
  2009-07-06  9:39   ` Nicolas Ferre
  0 siblings, 1 reply; 3+ messages in thread
From: Haavard Skinnemoen @ 2009-07-06  9:19 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: linux-arm-kernel, kernel, patrice.vilchez, linux-kernel,
	nicolas.ferre

Nicolas Ferre wrote:
> Somme common drivers will need those at91 cpu_is_xxx() definitions. As
> at91sam9g10 and at91sam9g45 are on the way to linus' tree, here is the patch
> that adds those chips to cpu.h in AVR32 architecture.
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>

Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>

> ---
> Inclusion in linux-2.6-arm.git/devel:
> 
> at91sam9g10: b784b7c03723891876c9053c589150a4062f9455
> at91sam9g45: fddcc0ae58edefeb7ac1e460411d7dfbe8ebdacc

Do you want me to take this patch, or is it better if it goes in along
the rest through the ARM tree?

Haavard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] avr32: add two new at91 to cpu.h definition
  2009-07-06  9:19 ` Haavard Skinnemoen
@ 2009-07-06  9:39   ` Nicolas Ferre
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Ferre @ 2009-07-06  9:39 UTC (permalink / raw)
  To: Haavard Skinnemoen
  Cc: linux-arm-kernel, kernel, patrice.vilchez, linux-kernel

Haavard Skinnemoen :
> Nicolas Ferre wrote:
>> Somme common drivers will need those at91 cpu_is_xxx() definitions. As
>> at91sam9g10 and at91sam9g45 are on the way to linus' tree, here is the patch
>> that adds those chips to cpu.h in AVR32 architecture.
>>
>> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> 
> Acked-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
> 
>> ---
>> Inclusion in linux-2.6-arm.git/devel:
>>
>> at91sam9g10: b784b7c03723891876c9053c589150a4062f9455
>> at91sam9g45: fddcc0ae58edefeb7ac1e460411d7dfbe8ebdacc
> 
> Do you want me to take this patch, or is it better if it goes in along
> the rest through the ARM tree?

You can take this patch as it will still go in linux-next.

I try to collect all patches that are related to those products
introduction in linux-next (for 2.6.32).

Thanks Haavard. Bye,
-- 
Nicolas Ferre


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] avr32: add two new at91 to cpu.h definition
@ 2009-07-06 10:15 Nicolas Ferre
  2009-07-06  9:19 ` Haavard Skinnemoen
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Ferre @ 2009-07-06 10:15 UTC (permalink / raw)
  To: linux-arm-kernel, haavard.skinnemoen, kernel
  Cc: patrice.vilchez, linux-kernel, nicolas.ferre

Somme common drivers will need those at91 cpu_is_xxx() definitions. As
at91sam9g10 and at91sam9g45 are on the way to linus' tree, here is the patch
that adds those chips to cpu.h in AVR32 architecture.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
Inclusion in linux-2.6-arm.git/devel:

at91sam9g10: b784b7c03723891876c9053c589150a4062f9455
at91sam9g45: fddcc0ae58edefeb7ac1e460411d7dfbe8ebdacc


 arch/avr32/mach-at32ap/include/mach/cpu.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/avr32/mach-at32ap/include/mach/cpu.h b/arch/avr32/mach-at32ap/include/mach/cpu.h
index 44d0bfa..c253e9b 100644
--- a/arch/avr32/mach-at32ap/include/mach/cpu.h
+++ b/arch/avr32/mach-at32ap/include/mach/cpu.h
@@ -31,5 +31,7 @@
 #define cpu_is_at91sam9263()	(0)
 #define cpu_is_at91sam9rl()	(0)
 #define cpu_is_at91cap9()	(0)
+#define cpu_is_at91sam9g10()	(0)
+#define cpu_is_at91sam9g45()	(0)
 
 #endif /* __ASM_ARCH_CPU_H */
-- 
1.5.3.7


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-07-06  9:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-06 10:15 [PATCH] avr32: add two new at91 to cpu.h definition Nicolas Ferre
2009-07-06  9:19 ` Haavard Skinnemoen
2009-07-06  9:39   ` Nicolas Ferre

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox