Re: [PATCH -mm] AVR32: fix build breakage

2007-01-15 Thread Ben Nizette

On Mon, 15 Jan 2007 09:37:35 +0100
Haavard Skinnemoen <[EMAIL PROTECTED]> wrote:
>
> On Mon, 15 Jan 2007 14:48:57 +1100
> Ben Nizette <[EMAIL PROTECTED]> wrote:
>
>> Remove an unwanted remnant of the recent revert of AVR32/AT91 SPI 
patches in -mm.  Without this patch, the AVR32 build of 
2.6.20-rc[34]-mm1 breaks.

>
> Actually, this is broken in my tree. Wonder how I managed to do that
> and not even notice it.
>

Interestly git://www.atmel.no/~hskinnemoen/linux/kernel/avr32.git master 
is still fine


> I'll apply this patch and push out a new avr32-arch branch for Andrew.
> Thanks for testing.

Sounds good, no worries.

--Ben
>
> Haavard
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH -mm] AVR32: fix build breakage

2007-01-15 Thread Haavard Skinnemoen
On Mon, 15 Jan 2007 14:48:57 +1100
Ben Nizette <[EMAIL PROTECTED]> wrote:

> Remove an unwanted remnant of the recent revert of AVR32/AT91 SPI 
> patches in -mm.  Without this patch, the AVR32 build of 
> 2.6.20-rc[34]-mm1 breaks.

Actually, this is broken in my tree. Wonder how I managed to do that
and not even notice it.

I'll apply this patch and push out a new avr32-arch branch for Andrew.
Thanks for testing.

Haavard
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH -mm] AVR32: fix build breakage

2007-01-15 Thread Haavard Skinnemoen
On Mon, 15 Jan 2007 14:48:57 +1100
Ben Nizette [EMAIL PROTECTED] wrote:

 Remove an unwanted remnant of the recent revert of AVR32/AT91 SPI 
 patches in -mm.  Without this patch, the AVR32 build of 
 2.6.20-rc[34]-mm1 breaks.

Actually, this is broken in my tree. Wonder how I managed to do that
and not even notice it.

I'll apply this patch and push out a new avr32-arch branch for Andrew.
Thanks for testing.

Haavard
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH -mm] AVR32: fix build breakage

2007-01-15 Thread Ben Nizette

On Mon, 15 Jan 2007 09:37:35 +0100
Haavard Skinnemoen [EMAIL PROTECTED] wrote:

 On Mon, 15 Jan 2007 14:48:57 +1100
 Ben Nizette [EMAIL PROTECTED] wrote:

 Remove an unwanted remnant of the recent revert of AVR32/AT91 SPI 
patches in -mm.  Without this patch, the AVR32 build of 
2.6.20-rc[34]-mm1 breaks.


 Actually, this is broken in my tree. Wonder how I managed to do that
 and not even notice it.


Interestly git://www.atmel.no/~hskinnemoen/linux/kernel/avr32.git master 
is still fine


 I'll apply this patch and push out a new avr32-arch branch for Andrew.
 Thanks for testing.

Sounds good, no worries.

--Ben

 Haavard

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH -mm] AVR32: fix build breakage

2007-01-14 Thread Ben Nizette
Remove an unwanted remnant of the recent revert of AVR32/AT91 SPI 
patches in -mm.  Without this patch, the AVR32 build of 
2.6.20-rc[34]-mm1 breaks.


Signed-off-by: Ben Nizette <[EMAIL PROTECTED]>
---
Index: linux-2.6.20-rc3/arch/avr32/mach-at32ap/at32ap7000.c
===
--- linux-2.6.20-rc3.orig/arch/avr32/mach-at32ap/at32ap7000.c	2007-01-11 
17:29:01.0 +1100
+++ linux-2.6.20-rc3/arch/avr32/mach-at32ap/at32ap7000.c	2007-01-11 
17:29:18.0 +1100

@@ -895,7 +895,7 @@
_pclk,
_hclk,
_pclk,
-   _spi0_mck,
+   _spi0_pclk,
_spi1_pclk,
_hclk,
_pixclk,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH -mm] AVR32: fix build breakage

2007-01-14 Thread Ben Nizette
Remove an unwanted remnant of the recent revert of AVR32/AT91 SPI 
patches in -mm.  Without this patch, the AVR32 build of 
2.6.20-rc[34]-mm1 breaks.


Signed-off-by: Ben Nizette [EMAIL PROTECTED]
---
Index: linux-2.6.20-rc3/arch/avr32/mach-at32ap/at32ap7000.c
===
--- linux-2.6.20-rc3.orig/arch/avr32/mach-at32ap/at32ap7000.c	2007-01-11 
17:29:01.0 +1100
+++ linux-2.6.20-rc3/arch/avr32/mach-at32ap/at32ap7000.c	2007-01-11 
17:29:18.0 +1100

@@ -895,7 +895,7 @@
macb0_pclk,
macb1_hclk,
macb1_pclk,
-   atmel_spi0_mck,
+   atmel_spi0_pclk,
atmel_spi1_pclk,
lcdc0_hclk,
lcdc0_pixclk,
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/