linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 00/20] Cleanup irqchip_init calls
@ 2013-05-14 15:38 Maxime Ripard
  2013-05-14 15:38 ` [PATCH 01/20] ARM: sunxi: Remove init_irq declaration in machine description Maxime Ripard
                   ` (20 more replies)
  0 siblings, 21 replies; 45+ messages in thread
From: Maxime Ripard @ 2013-05-14 15:38 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.

The best way to merge it is probably that each one of us take into their tree
the patches that are relevant for our architecture and send them to arm-soc
later on.

Thanks,
Maxime

Changes from v1:
  - Removed the dead include of linux/irqchip.h
  - Splitted the shmobile changes into several patches

Maxime Ripard (20):
  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: ape6evm: Remove init_irq declaration in machine
    description
  ARM: shmobile: kzm9g: Remove init_irq declaration in machine
    description
  ARM: shmobile: lager: Remove init_irq declaration in machine
    description
  ARM: shmobile: emev2: Remove init_irq declaration in machine
    description
  ARM: shmobile: r8a73a4: Remove init_irq declaration in machine
    description
  ARM: shmobile: r8a7790: Remove init_irq declaration in machine
    description
  ARM: shmobile: sh73a0: 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                  | 2 --
 arch/arm/mach-msm/board-dt-8660.c              | 2 --
 arch/arm/mach-msm/board-dt-8960.c              | 2 --
 arch/arm/mach-mvebu/armada-370-xp.c            | 2 --
 arch/arm/mach-mxs/mach-mxs.c                   | 2 --
 arch/arm/mach-nomadik/cpu-8815.c               | 2 --
 arch/arm/mach-picoxcell/common.c               | 2 --
 arch/arm/mach-prima2/common.c                  | 4 ----
 arch/arm/mach-shmobile/board-ape6evm.c         | 2 --
 arch/arm/mach-shmobile/board-kzm9g-reference.c | 2 --
 arch/arm/mach-shmobile/board-lager.c           | 2 --
 arch/arm/mach-shmobile/setup-emev2.c           | 2 --
 arch/arm/mach-shmobile/setup-r8a73a4.c         | 2 --
 arch/arm/mach-shmobile/setup-r8a7790.c         | 2 --
 arch/arm/mach-shmobile/setup-sh73a0.c          | 2 --
 arch/arm/mach-spear/spear1310.c                | 2 --
 arch/arm/mach-spear/spear1340.c                | 2 --
 arch/arm/mach-spear/spear300.c                 | 2 --
 arch/arm/mach-spear/spear310.c                 | 2 --
 arch/arm/mach-spear/spear320.c                 | 2 --
 arch/arm/mach-spear/spear6xx.c                 | 2 --
 arch/arm/mach-sunxi/sunxi.c                    | 2 --
 arch/arm/mach-vexpress/v2m.c                   | 2 --
 arch/arm/mach-virt/virt.c                      | 2 --
 arch/arm/mach-vt8500/vt8500.c                  | 2 --
 arch/arm/mach-zynq/common.c                    | 2 --
 26 files changed, 54 deletions(-)

-- 
1.8.1.2

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

end of thread, other threads:[~2013-05-20 22:42 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 15:38 [PATCHv2 00/20] Cleanup irqchip_init calls Maxime Ripard
2013-05-14 15:38 ` [PATCH 01/20] ARM: sunxi: Remove init_irq declaration in machine description Maxime Ripard
2013-05-14 15:38 ` [PATCH 02/20] ARM: zynq: " Maxime Ripard
2013-05-14 15:49   ` Michal Simek
2013-05-14 15:38 ` [PATCH 03/20] ARM: nomadik: " Maxime Ripard
2013-05-14 15:38 ` [PATCH 04/20] ARM: picoxcell: " Maxime Ripard
2013-05-14 16:20   ` Jamie Iles
2013-05-16  8:19     ` Maxime Ripard
2013-05-20 22:42       ` Jamie Iles
2013-05-14 15:38 ` [PATCH 05/20] ARM: shmobile: ape6evm: " Maxime Ripard
2013-05-15  0:59   ` Simon Horman
2013-05-15  1:46     ` Simon Horman
2013-05-15  1:49       ` Simon Horman
2013-05-14 15:38 ` [PATCH 06/20] ARM: shmobile: kzm9g: " Maxime Ripard
2013-05-15  0:59   ` Simon Horman
2013-05-15  1:46     ` Simon Horman
2013-05-14 15:38 ` [PATCH 07/20] ARM: shmobile: lager: " Maxime Ripard
2013-05-15  0:59   ` Simon Horman
2013-05-15  1:46   ` Simon Horman
2013-05-14 15:38 ` [PATCH 08/20] ARM: shmobile: emev2: " Maxime Ripard
2013-05-15  0:59   ` Simon Horman
2013-05-15  1:47     ` Simon Horman
2013-05-14 15:38 ` [PATCH 09/20] ARM: shmobile: r8a73a4: " Maxime Ripard
2013-05-15  1:47   ` Simon Horman
2013-05-14 15:38 ` [PATCH 10/20] ARM: shmobile: r8a7790: " Maxime Ripard
2013-05-15  1:48   ` Simon Horman
2013-05-14 15:38 ` [PATCH 11/20] ARM: shmobile: sh73a0: " Maxime Ripard
2013-05-15  1:48   ` Simon Horman
2013-05-14 15:38 ` [PATCH 12/20] ARM: bcm281xx: " Maxime Ripard
2013-05-14 18:04   ` Christian Daudt
2013-05-14 15:38 ` [PATCH 13/20] ARM: spear: " Maxime Ripard
2013-05-14 15:38 ` [PATCH 14/20] ARM: msm: " Maxime Ripard
2013-05-15 17:12   ` David Brown
2013-05-14 15:38 ` [PATCH 15/20] ARM: mvebu: " Maxime Ripard
2013-05-19 20:17   ` Jason Cooper
2013-05-14 15:38 ` [PATCH 16/20] ARM: mxs: " Maxime Ripard
2013-05-17  1:53   ` Shawn Guo
2013-05-14 15:38 ` [PATCH 17/20] ARM: sirf: " Maxime Ripard
2013-05-14 15:38 ` [PATCH 18/20] ARM: vexpress: " Maxime Ripard
2013-05-14 15:38 ` [PATCH 19/20] ARM: virt: " Maxime Ripard
2013-05-14 15:38 ` [PATCH 20/20] ARM: vt8500: " Maxime Ripard
2013-05-15 18:52   ` Tony Prisk
2013-05-16  8:18     ` Maxime Ripard
2013-05-15 12:55 ` [PATCHv2 00/20] Cleanup irqchip_init calls Arnd Bergmann
2013-05-16  8:18   ` 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).