linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] Cleanup irqchip_init calls
@ 2013-05-13  9:43 Maxime Ripard
  2013-05-13  9:44 ` [PATCH 01/14] ARM: sunxi: Remove init_irq declaration in machine description Maxime Ripard
                   ` (13 more replies)
  0 siblings, 14 replies; 28+ messages in thread
From: Maxime Ripard @ 2013-05-13  9:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hi everyone,

This is a splitted up version of the patch I previously sent to
remove the explicit declaration of irqchip_init as the init_irq callback in
the machine descriptions.

Since it was a pretty tricky patch to merge, since it was touching a lot of
different platforms, I splitted it for each platforms, and rebased it on top
of 3.10-rc1.

Thanks,
Maxime

Maxime Ripard (14):
  ARM: sunxi: Remove init_irq declaration in machine description
  ARM: zynq: Remove init_irq declaration in machine description
  ARM: nomadik: Remove init_irq declaration in machine description
  ARM: picoxcell: Remove init_irq declaration in machine description
  ARM: shmobile: Remove init_irq declaration in machine description
  ARM: bcm281xx: Remove init_irq declaration in machine description
  ARM: spear: Remove init_irq declaration in machine description
  ARM: msm: Remove init_irq declaration in machine description
  ARM: mvebu: Remove init_irq declaration in machine description
  ARM: mxs: Remove init_irq declaration in machine description
  ARM: sirf: Remove init_irq declaration in machine description
  ARM: vexpress: Remove init_irq declaration in machine description
  ARM: virt: Remove init_irq declaration in machine description
  ARM: vt8500: Remove init_irq declaration in machine description

 arch/arm/mach-bcm/board_bcm.c                  | 1 -
 arch/arm/mach-msm/board-dt-8660.c              | 1 -
 arch/arm/mach-msm/board-dt-8960.c              | 1 -
 arch/arm/mach-mvebu/armada-370-xp.c            | 1 -
 arch/arm/mach-mxs/mach-mxs.c                   | 1 -
 arch/arm/mach-nomadik/cpu-8815.c               | 1 -
 arch/arm/mach-picoxcell/common.c               | 1 -
 arch/arm/mach-prima2/common.c                  | 3 ---
 arch/arm/mach-shmobile/board-ape6evm.c         | 1 -
 arch/arm/mach-shmobile/board-kzm9g-reference.c | 1 -
 arch/arm/mach-shmobile/board-lager.c           | 1 -
 arch/arm/mach-shmobile/setup-emev2.c           | 1 -
 arch/arm/mach-shmobile/setup-r8a73a4.c         | 1 -
 arch/arm/mach-shmobile/setup-r8a7790.c         | 1 -
 arch/arm/mach-shmobile/setup-sh73a0.c          | 1 -
 arch/arm/mach-spear/spear1310.c                | 1 -
 arch/arm/mach-spear/spear1340.c                | 1 -
 arch/arm/mach-spear/spear300.c                 | 1 -
 arch/arm/mach-spear/spear310.c                 | 1 -
 arch/arm/mach-spear/spear320.c                 | 1 -
 arch/arm/mach-spear/spear6xx.c                 | 1 -
 arch/arm/mach-sunxi/sunxi.c                    | 1 -
 arch/arm/mach-vexpress/v2m.c                   | 1 -
 arch/arm/mach-virt/virt.c                      | 1 -
 arch/arm/mach-vt8500/vt8500.c                  | 1 -
 arch/arm/mach-zynq/common.c                    | 1 -
 26 files changed, 28 deletions(-)

-- 
1.8.1.2

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

end of thread, other threads:[~2013-05-14 14:58 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-13  9:43 [PATCH 00/14] Cleanup irqchip_init calls Maxime Ripard
2013-05-13  9:44 ` [PATCH 01/14] ARM: sunxi: Remove init_irq declaration in machine description Maxime Ripard
2013-05-13  9:44 ` [PATCH 02/14] ARM: zynq: " Maxime Ripard
2013-05-13  9:44 ` [PATCH 03/14] ARM: nomadik: " Maxime Ripard
2013-05-13  9:44 ` [PATCH 04/14] ARM: picoxcell: " Maxime Ripard
2013-05-13  9:44 ` [PATCH 05/14] ARM: shmobile: " Maxime Ripard
2013-05-14  0:35   ` Simon Horman
2013-05-14  8:23     ` Maxime Ripard
2013-05-13  9:44 ` [PATCH 06/14] ARM: bcm281xx: " Maxime Ripard
2013-05-13 20:06   ` Christian Daudt
2013-05-14  8:25     ` Maxime Ripard
2013-05-14 14:58       ` Christian Daudt
2013-05-13  9:44 ` [PATCH 07/14] ARM: spear: " Maxime Ripard
2013-05-13  9:46   ` Viresh Kumar
2013-05-13  9:44 ` [PATCH 08/14] ARM: msm: " Maxime Ripard
2013-05-13 18:26   ` David Brown
2013-05-14  8:32     ` Maxime Ripard
2013-05-13  9:44 ` [PATCH 09/14] ARM: mvebu: " Maxime Ripard
2013-05-13 15:19   ` Jason Cooper
2013-05-13 15:53     ` Maxime Ripard
2013-05-13 17:09       ` Olof Johansson
2013-05-13  9:44 ` [PATCH 10/14] ARM: mxs: " Maxime Ripard
2013-05-13  9:44 ` [PATCH 11/14] ARM: sirf: " Maxime Ripard
2013-05-14  9:17   ` Barry Song
2013-05-13  9:44 ` [PATCH 12/14] ARM: vexpress: " Maxime Ripard
2013-05-13 12:35   ` Pawel Moll
2013-05-13  9:44 ` [PATCH 13/14] ARM: virt: " Maxime Ripard
2013-05-13  9:44 ` [PATCH 14/14] ARM: vt8500: " Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).