diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-02-21 06:58:31 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-02-21 06:58:31 -0500 |
commit | 3dda927fdbaac926c50b550ccb51ed18c184468b (patch) | |
tree | aca7a7aed54a496bb15d50169353b96c25c19452 /include/linux/irqdomain.h | |
parent | 9aac1e336c3ab3824f646224f4b2309b63c51668 (diff) | |
parent | 79890c2ec4860c3b715f89248c51abcc76a1fa39 (diff) |
Merge branch 'ib-qcom-ssbi' into devel
Diffstat (limited to 'include/linux/irqdomain.h')
-rw-r--r-- | include/linux/irqdomain.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/irqdomain.h b/include/linux/irqdomain.h index 35965f41d7be..fcefe0c7263f 100644 --- a/include/linux/irqdomain.h +++ b/include/linux/irqdomain.h | |||
@@ -419,6 +419,11 @@ int irq_domain_xlate_onetwocell(struct irq_domain *d, struct device_node *ctrlr, | |||
419 | const u32 *intspec, unsigned int intsize, | 419 | const u32 *intspec, unsigned int intsize, |
420 | irq_hw_number_t *out_hwirq, unsigned int *out_type); | 420 | irq_hw_number_t *out_hwirq, unsigned int *out_type); |
421 | 421 | ||
422 | int irq_domain_translate_twocell(struct irq_domain *d, | ||
423 | struct irq_fwspec *fwspec, | ||
424 | unsigned long *out_hwirq, | ||
425 | unsigned int *out_type); | ||
426 | |||
422 | /* IPI functions */ | 427 | /* IPI functions */ |
423 | int irq_reserve_ipi(struct irq_domain *domain, const struct cpumask *dest); | 428 | int irq_reserve_ipi(struct irq_domain *domain, const struct cpumask *dest); |
424 | int irq_destroy_ipi(unsigned int irq, const struct cpumask *dest); | 429 | int irq_destroy_ipi(unsigned int irq, const struct cpumask *dest); |