kernel_optimize_test/arch/arc
Vineet Gupta c93d8b8c78 ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchy
arc-intc is initialized in arc common code as it is applicable to all
platforms. However platforms with their own external intc still need to
refer to it for correct DT interrupt tree hierarchy setup,

e.g.
static struct of_device_id __initdata tb10x_irq_ids[] = {
	{ .compatible = "snps,arc700-intc", .data = dummy_init_irq },
	{ .compatible = "abilis,tb10x_ictl", .data = tb10x_init_irq },
	{},
};

The fix is to use the generic irqchip framework to tie all irqchips in
a special linker section and then call irqchip_init() which calls the
DT of_irq_init() for all the intc in one go.

That way the platform code need not be aware of arc-intc at all.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
2013-05-07 13:43:57 +05:30
..
boot ARC: [kbuild] Avoid DTB rebuilds if DTS are untouched 2013-04-17 18:19:14 +05:30
configs ARC: [plat-arcfpga] defconfig update 2013-05-07 13:43:56 +05:30
include ARC: Add implicit compiler barrier to raw_local_irq* functions 2013-04-08 16:10:26 -07:00
kernel ARC: Allow embedded arc-intc to be properly placed in DT intc hierarchy 2013-05-07 13:43:57 +05:30
lib ARC: String library 2013-02-11 20:00:35 +05:30
mm ARC: Respect the cpu_id passed for fetching correct cpu info 2013-05-07 13:43:54 +05:30
oprofile ARC: OProfile support 2013-02-15 23:16:00 +05:30
plat-arcfpga ARC: [Review] Multi-platform image #8: platform registers SMP callbacks 2013-02-15 23:16:17 +05:30
Kbuild
Kconfig ARC: [cmdline] Remove CONFIG_CMDLINE 2013-05-07 13:43:56 +05:30
Kconfig.debug
Makefile ARC: [build] Allow uncompressed uImage 2013-04-09 12:21:15 +05:30