commit | 4bacd796ccd6976b03dd490708a1abc291d5521e | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Sat Oct 02 22:02:07 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Sat Oct 02 22:02:07 2010 +0900 |
tree | 0c0c1d242940e9fdf83952a821a20e2bdcdf0927 | |
parent | 742759eae6b58a172d8f79ff0938d1e25dc9abc5 [diff] |
sh: Support early IRQ vector map reservation for delayed controllers. Some controllers will need to be initialized lazily due to pinmux constraints, while others may simply have no need to be brought online if there are no backing devices for them attached. In this case it's still necessary to be able to reserve their hardware vector map before dynamic IRQs get a hold of them. Signed-off-by: Paul Mundt <lethal@linux-sh.org>