[PATCH v4 2/4] x86/devicetree: Fix device IRQ settings in DT

2018-03-07 Thread Ivan Gorinov
IRQ parameters for the SoC devices connected directly to I/O APIC lines (without PCI IRQ routing) may be specified in the Device Tree. Called from DT IRQ parser, irq_create_fwspec_mapping() calls irq_domain_alloc_irqs() with a pointer to irq_fwspec structure as @arg. But x86-specific DT IRQ

[PATCH v4 2/4] x86/devicetree: Fix device IRQ settings in DT

2018-03-07 Thread Ivan Gorinov
IRQ parameters for the SoC devices connected directly to I/O APIC lines (without PCI IRQ routing) may be specified in the Device Tree. Called from DT IRQ parser, irq_create_fwspec_mapping() calls irq_domain_alloc_irqs() with a pointer to irq_fwspec structure as @arg. But x86-specific DT IRQ