* [PULL] arm-soc fixes for 3.0
@ 2011-07-08 16:15 ` Arnd Bergmann
0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2011-07-08 16:15 UTC (permalink / raw)
To: linux-arm-kernel
Hi Linus,
Another round of fixes from the arm-soc tree. The three patches for pxa are for
long-standing bugs and will go in the stable trees. The other two are fixing
fallout from the generic irqchip conversion.
Arnd
---
The following changes since commit f1bb20a8365f6753e0f7b6e94981ca2b662bae13:
Merge branch 'for-30-rc5/all-i2c' of git://git.fluff.org/bjdooks/linux (2011-07-07 16:29:29 -0700)
are available in the git repository at:
git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc.git fixes
Lei Wen (2):
ARM: pxa910: correct nand pmu setting
ARM: pxa168: correct nand pmu setting
Paul Parsons (1):
ARM: pxa: fix PGSR register address calculation
Simon Guinot (1):
genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)
Wolfram Sang (1):
arm: mach-vt8500: add forgotten irq_data conversion
arch/arm/mach-davinci/irq.c | 2 +-
arch/arm/mach-mmp/pxa168.c | 2 +-
arch/arm/mach-mmp/pxa910.c | 2 +-
arch/arm/mach-pxa/mfp-pxa2xx.c | 4 ++--
arch/arm/mach-vt8500/irq.c | 21 ++++++++++++---------
arch/arm/plat-orion/gpio.c | 2 +-
arch/arm/plat-s5p/irq-gpioint.c | 2 +-
arch/arm/plat-samsung/irq-uart.c | 2 +-
include/linux/irq.h | 3 ++-
kernel/irq/generic-chip.c | 18 ++++++++++++++++--
10 files changed, 38 insertions(+), 20 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PULL] arm-soc fixes for 3.0
@ 2011-07-08 16:15 ` Arnd Bergmann
0 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2011-07-08 16:15 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-arm-kernel, linux-kernel, Thomas Gleixner, Simon Guinot,
Wolfram Sang, Lei Wen, Eric Miao
Hi Linus,
Another round of fixes from the arm-soc tree. The three patches for pxa are for
long-standing bugs and will go in the stable trees. The other two are fixing
fallout from the generic irqchip conversion.
Arnd
---
The following changes since commit f1bb20a8365f6753e0f7b6e94981ca2b662bae13:
Merge branch 'for-30-rc5/all-i2c' of git://git.fluff.org/bjdooks/linux (2011-07-07 16:29:29 -0700)
are available in the git repository at:
git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc.git fixes
Lei Wen (2):
ARM: pxa910: correct nand pmu setting
ARM: pxa168: correct nand pmu setting
Paul Parsons (1):
ARM: pxa: fix PGSR register address calculation
Simon Guinot (1):
genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)
Wolfram Sang (1):
arm: mach-vt8500: add forgotten irq_data conversion
arch/arm/mach-davinci/irq.c | 2 +-
arch/arm/mach-mmp/pxa168.c | 2 +-
arch/arm/mach-mmp/pxa910.c | 2 +-
arch/arm/mach-pxa/mfp-pxa2xx.c | 4 ++--
arch/arm/mach-vt8500/irq.c | 21 ++++++++++++---------
arch/arm/plat-orion/gpio.c | 2 +-
arch/arm/plat-s5p/irq-gpioint.c | 2 +-
arch/arm/plat-samsung/irq-uart.c | 2 +-
include/linux/irq.h | 3 ++-
kernel/irq/generic-chip.c | 18 ++++++++++++++++--
10 files changed, 38 insertions(+), 20 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [GIT PULL] arm-soc fixes for 3.0, second try
2011-07-08 16:15 ` Arnd Bergmann
(?)
@ 2011-07-12 19:34 ` Arnd Bergmann
-1 siblings, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2011-07-12 19:34 UTC (permalink / raw)
To: Linus Torvalds
Cc: linux-arm-kernel, linux-kernel, Thomas Gleixner, Simon Guinot,
Wolfram Sang, Lei Wen, Eric Miao
Hi Linus,
I received a few more PXA bug fixes from Eric since last week, so here is an
updated list. Please pull for 3.0.
Thanks,
Arnd
On Friday 08 July 2011 18:15:14 Arnd Bergmann wrote:
> Another round of fixes from the arm-soc tree. The three patches for pxa are for
> long-standing bugs and will go in the stable trees. The other two are fixing
> fallout from the generic irqchip conversion.
The following changes since commit fe0d42203cb5616eeff68b14576a0f7e2dd56625:
Linux 3.0-rc6 (2011-07-04 15:56:24 -0700)
are available in the git repository at:
git+ssh://master.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc.git/ fixes
Arnd Bergmann (1):
Merge branch 'fix' of git://git.kernel.org/.../ycmiao/pxa-linux-2.6 into fixes
Daniel Mack (1):
ARM: pxa/raumfeld: fix device name for codec ak4104
Jonathan Cameron (1):
pcmcia: pxa2xx/vpac270: free gpios on exist rather than requesting
Lei Wen (2):
ARM: pxa910: correct nand pmu setting
ARM: pxa168: correct nand pmu setting
Linus Walleij (1):
ARM: pxa: fix gpio_to_chip() clash with gpiolib namespace
Paul Parsons (1):
ARM: pxa: fix PGSR register address calculation
Simon Guinot (1):
genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)
Sven Neumann (2):
ARM: pxa/raumfeld: adapt to upcoming hardware change
ARM: pxa/raumfeld: display initialisation fixes
Wolfram Sang (1):
arm: mach-vt8500: add forgotten irq_data conversion
arch/arm/mach-davinci/irq.c | 2 +-
arch/arm/mach-mmp/pxa168.c | 2 +-
arch/arm/mach-mmp/pxa910.c | 2 +-
arch/arm/mach-pxa/mfp-pxa2xx.c | 4 ++--
arch/arm/mach-pxa/raumfeld.c | 36 +++++++++++++++++++-----------------
arch/arm/mach-vt8500/irq.c | 21 ++++++++++++---------
arch/arm/plat-orion/gpio.c | 2 +-
arch/arm/plat-pxa/gpio.c | 10 +++++-----
arch/arm/plat-s5p/irq-gpioint.c | 2 +-
arch/arm/plat-samsung/irq-uart.c | 2 +-
drivers/pcmcia/pxa2xx_vpac270.c | 4 ++--
include/linux/irq.h | 3 ++-
kernel/irq/generic-chip.c | 18 ++++++++++++++++--
13 files changed, 64 insertions(+), 44 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-07-12 19:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-08 16:15 [PULL] arm-soc fixes for 3.0 Arnd Bergmann
2011-07-08 16:15 ` Arnd Bergmann
2011-07-12 19:34 ` [GIT PULL] arm-soc fixes for 3.0, second try Arnd Bergmann
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.