diff options
| author | 2019-02-21 12:58:31 +0100 | |
|---|---|---|
| committer | 2019-02-21 12:58:31 +0100 | |
| commit | 3dda927fdbaac926c50b550ccb51ed18c184468b (patch) | |
| tree | aca7a7aed54a496bb15d50169353b96c25c19452 /include/linux/irqdomain.h | |
| parent | Documentation: gpio: legacy: Don't use POLLERR for poll(2) (diff) | |
| parent | qcom: ssbi-gpio: correct boundary conditions in pm8xxx_domain_translate (diff) | |
| download | wireguard-linux-3dda927fdbaac926c50b550ccb51ed18c184468b.tar.xz wireguard-linux-3dda927fdbaac926c50b550ccb51ed18c184468b.zip | |
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, const u32 *intspec, unsigned int intsize, irq_hw_number_t *out_hwirq, unsigned int *out_type); +int irq_domain_translate_twocell(struct irq_domain *d, + struct irq_fwspec *fwspec, + unsigned long *out_hwirq, + unsigned int *out_type); + /* IPI functions */ int irq_reserve_ipi(struct irq_domain *domain, const struct cpumask *dest); int irq_destroy_ipi(unsigned int irq, const struct cpumask *dest); |
