2011-04-13 13:53:52

by Hans-Christian Egtvedt

[permalink] [raw]
Subject: [GIT PULL] AVR32 fixes and minor updates for 2.6.39

Hello Linus,

please pull

git://git.kernel.org/pub/scm/linux/kernel/git/egtvedt/avr32-2.6.git for-linus

to receive the following fixes and minor updates for 2.6.39

Andreas Bießmann (1):
avr32: add ATAG_BOARDINFO

Ben Hutchings (1):
avr32: Fix .size directive for cpu_enter_idle

Jean-Christophe PLAGNIOL-VILLARD (1):
avr32: At32ap: pio fix typo "))" on gpio_irq_unmask prototype

Matt Fleming (1):
avr32: init cannot ignore signals sent by force_sig_info()

Ole Henrik Jahren (1):
avr32: fix deadlock when reading clock list in debugfs

Uwe Kleine-König (1):
don't check platform_get_irq's return value against zero

Wanlong Gao (1):
fix the wrong argument of the functions definition

arch/avr32/include/asm/setup.h | 9 +++++++++
arch/avr32/kernel/setup.c | 15 +++++++++++++++
arch/avr32/kernel/traps.c | 22 ----------------------
arch/avr32/mach-at32ap/clock.c | 24 ++++++++++++++++--------
arch/avr32/mach-at32ap/extint.c | 22 +++++++++++-----------
arch/avr32/mach-at32ap/pio.c | 2 +-
arch/avr32/mach-at32ap/pm-at32ap700x.S | 2 +-
7 files changed, 53 insertions(+), 43 deletions(-)

--
Hans-Christian Egtvedt


2011-04-13 13:59:34

by Andreas Bießmann

[permalink] [raw]
Subject: Re: [GIT PULL] AVR32 fixes and minor updates for 2.6.39

Dear Hans-Christian Egtvedt,

Am 13.04.2011 15:53, schrieb Hans-Christian Egtvedt:
> Jean-Christophe PLAGNIOL-VILLARD (1):
> avr32: At32ap: pio fix typo "))" on gpio_irq_unmask prototype

You may have missed

Jean-Christophe PLAGNIOL-VILLARD:
avr32: At32ap: fix extint irq_chip type from irq_chip to irq_data

It is required for extint.c to compile.

regards

Andreas Bießmann

2011-04-13 18:52:47

by Hans-Christian Egtvedt

[permalink] [raw]
Subject: Re: [GIT PULL] AVR32 fixes and minor updates for 2.6.39

On Wed, 2011-04-13 at 15:59 +0200, Andreas Bießmann wrote:
> Am 13.04.2011 15:53, schrieb Hans-Christian Egtvedt:
> > Jean-Christophe PLAGNIOL-VILLARD (1):
> > avr32: At32ap: pio fix typo "))" on gpio_irq_unmask prototype
>
> You may have missed
>
> Jean-Christophe PLAGNIOL-VILLARD:
> avr32: At32ap: fix extint irq_chip type from irq_chip to irq_data
>
> It is required for extint.c to compile.

Fixed by

Wanlong Gao (1):
fix the wrong argument of the functions definition

Which was pulled in by Andrew.

--
Hans-Christian Egtvedt