aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/irqchip (follow)
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-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-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 Biesheuvel2-0/+228
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 Burton1-16/+56
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 Blumenstingl1-0/+5
2017-11-02irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interfaceMarc Zyngier1-9/+62
2017-11-02irqchip/gic-v3-its: Setup VLPI properties at map timeMarc Zyngier1-2/+16
2017-11-02Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier1-5/+8
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-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 Zyngier1-0/+75
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 Zyngier1-8/+2
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 Zyngier1-2/+28
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 Biesheuvel1-2/+70
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 Donthineni1-9/+41
2017-10-19irqchip/brcmstb-l2: Add support for the BCM7271 L2 controllerDoug Berger1-22/+64
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-16irqchip: Add Kconfig menuRandy Dunlap1-0/+4
2017-10-16irqchip/irq-omap-intc: Do not statically initialize variablesLadislav Michl1-2/+2
2017-10-16irqchip/irq-omap-intc: Remove omap3_init_irq()Ladislav Michl1-12/+0
2017-09-25irqchip/mips-gic: Use effective affinity to unmaskPaul Burton1-2/+5
2017-09-25irqchip/mips-gic: Fix shifts to extract register fieldsPaul Burton1-3/+3
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner1-4/+6