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: NPaul Mundt <lethal@linux-sh.org>
Showing
drivers/sh/intc.c
已删除
100644 → 0
此差异已折叠。
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
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-debugfs.c
0 → 100644
drivers/sh/intc/virq.c
0 → 100644
想要评论请 注册 或 登录