sh: intc: Split up the INTC code.
This splits up the sh intc core in to something more vaguely resembling
a subsystem. Most of the functionality was alread fairly well
compartmentalized, and there were only a handful of interdependencies
that needed to be resolved in the process.
This also serves as future-proofing for the genirq and sparseirq rework,
which will make some of the split out functionality wholly generic,
allowing things to be killed off in place with minimal migration pain.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Showing
drivers/sh/intc.c
deleted
100644 → 0
This diff is collapsed.
drivers/sh/intc/access.c
0 → 100644
drivers/sh/intc/balancing.c
0 → 100644
drivers/sh/intc/chip.c
0 → 100644
drivers/sh/intc/core.c
0 → 100644
This diff is collapsed.
drivers/sh/intc/dynamic.c
0 → 100644
drivers/sh/intc/handle.c
0 → 100644
drivers/sh/intc/internals.h
0 → 100644
drivers/sh/intc/userimask.c
0 → 100644
drivers/sh/intc/virq.c
0 → 100644
Please register or sign in to comment