mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-01 23:53:16 -04:00
sh: extend INTC with force_enable
Extend the shared INTC code with force_enable support to allow keeping mask bits statically enabled. Needed by upcoming INTC SDHI patches that mux together a bunch of vectors to a single linux interrupt which is masked by a priority register, but needs individual mask bits constantly enabled. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
577cd7584c
commit
d519095344
2 changed files with 133 additions and 19 deletions
|
@ -71,6 +71,7 @@ struct intc_hw_desc {
|
|||
|
||||
struct intc_desc {
|
||||
char *name;
|
||||
intc_enum force_enable;
|
||||
struct intc_hw_desc hw;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue