aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-13irqchip/s3c24xx: pr_err() strings should end with newlinesArvind Yadav1-2/+2
2017-11-12irqchip/gic-v3: Fix ppi-partitions lookupJohan Hovold1-3/+6
2017-11-10irqchip/gic-v4: Clear IRQ_DISABLE_UNLAZY again if mapping failsMarc Zyngier1-1/+6
2017-11-10genirq: Track whether the trigger type has been setMarc Zyngier2-2/+22
2017-11-09irqchip: mips-gic: Print warning if inherited GIC base is usedMatt Redfearn1-0/+2
2017-11-09irqchip/mips-gic: Add pr_fmt and reword pr_* messagesMatt Redfearn1-4/+7
2017-11-07irqchip/stm32: Move the wakeup on interrupt maskLudovic Barre1-5/+5
2017-11-07irqchip/stm32: Fix initial valuesLudovic Barre1-0/+9
2017-11-07irqchip/stm32: Add stm32h7 supportLudovic Barre1-0/+42
2017-11-07dt-bindings/interrupt-controllers: Add compatible string for stm32h7Ludovic Barre1-1/+3
2017-11-07irqchip/stm32: Add multi-bank managementLudovic Barre1-46/+103
2017-11-07irqchip/stm32: Select GENERIC_IRQ_CHIPLudovic Barre1-0/+1
2017-11-07irqchip/exiu: Add support for Socionext Synquacer EXIU controllerArd Biesheuvel3-0/+231
2017-11-07dt-bindings: Add description of Socionext EXIU interrupt controllerArd Biesheuvel1-0/+32
2017-11-07irqchip/gic-v3-its: Fix VPE activate callback return valueMarc Zyngier1-1/+1
2017-11-02irqchip: mips-gic: Make IPI bitmaps staticPaul Burton1-2/+2
2017-11-02irqchip: mips-gic: Share register writes in gic_set_type()Paul Burton1-23/+23
2017-11-02irqchip: mips-gic: Remove gic_vpes variablePaul Burton1-5/+0
2017-11-02irqchip: mips-gic: Use num_possible_cpus() to reserve IPIsPaul Burton1-5/+7
2017-11-02irqchip: mips-gic: Configure EIC when CPUs come onlinePaul Burton1-7/+5
2017-11-02irqchip: mips-gic: Mask local interrupts when CPUs come onlinePaul Burton1-10/+4
2017-11-02irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQsPaul Burton2-16/+57
2017-11-02irqchip: mips-gic: Inline gic_local_irq_domain_map()Paul Burton1-36/+22
2017-11-02irqchip/meson-gpio: add support for Meson8 SoCsMartin Blumenstingl2-0/+6
2017-11-02irqdomain: Update the comments of fwnode field of irq_domain structureDou Liyang1-2/+2
2017-11-02irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interfaceMarc Zyngier2-9/+69
2017-11-02irqchip/gic-v3-its: Setup VLPI properties at map timeMarc Zyngier2-2/+18
2017-11-02Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier234-1792/+2881
2017-10-19irqchip/aspeed-i2c-ic: Fix return value check in aspeed_i2c_ic_of_init()Wei Yongjun1-2/+2
2017-10-19irqchip/meson: Add support for gpio interrupt controllerJerome Brunet3-0/+423
2017-10-19dt-bindings: interrupt-controller: Add DT binding for meson GPIO interrupt controllerJerome Brunet1-0/+35
2017-10-19irqchip/gic-v3-its: Update effective affinity on VPE mappingMarc Zyngier1-0/+6
2017-10-19irqchip/gic-v3-its: Only send VINVALL to a single ITSMarc Zyngier1-0/+5
2017-10-19irqchip/gic-v3-its: Limit scope of VPE mapping to be per ITSMarc Zyngier2-0/+76
2017-10-19irqchip/gic-v3-its: Make its_send_vmapp operate on a single ITSMarc Zyngier1-11/+12
2017-10-19irqchip/gic-v3-its: Make its_send_vinvall operate on a single ITSMarc Zyngier1-10/+24
2017-10-19irqchip/gic-v3-its: Make GICv4_ITS_LIST_MAX globally availableMarc Zyngier2-8/+8
2017-10-19irqchip/gic-v3-its: Track per-ITS list numberMarc Zyngier1-0/+3
2017-10-19irqchip/gic-v3-its: Workaround HiSilicon Hip07 redistributor addressingMarc Zyngier3-2/+40
2017-10-19irqchip/gic-v3-its: Pass its_node pointer to each command builderMarc Zyngier1-20/+38
2017-10-19irqchip/gic-v3-its: Add post-mortem info on command timeoutMarc Zyngier1-6/+10
2017-10-19irqchip/gic-v3: Add workaround for Synquacer pre-ITSArd Biesheuvel3-2/+82
2017-10-19irqchip/gic: Make quirks matching conditional on init return valueArd Biesheuvel3-6/+13
2017-10-19irqchip/gic-v3: Probe device ID space before quirks handlingArd Biesheuvel1-12/+6
2017-10-19irqchip/gic-v3: Add support for Range Selector (RS) featureShanker Donthineni4-9/+55
2017-10-19irqchip/brcmstb-l2: Add support for the BCM7271 L2 controllerDoug Berger2-23/+66
2017-10-19irqchip/brcmstb-l2: Abstract register accessesDoug Berger1-9/+20
2017-10-19irqchip/brcmstb-l2: Remove some processing from the handlerDoug Berger1-24/+48
2017-10-19irqchip/renesas-intc-irqpin: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+3
2017-10-19dt-bindings: irqchip: renesas-irqc: Document R-Car M3-W, V3M, D3 supportGeert Uytterhoeven1-0/+3