summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip (follow)
Commit message (Expand)AuthorAgeFilesLines
* irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALLZenghui Yu2020-02-031-1/+1
* irqchip: Some Kconfig cleanup for C-SKYRandy Dunlap2020-01-291-2/+2
* irqchip/gic-v3: Only provision redistributors that are enabled in ACPIMarc Zyngier2020-01-281-2/+7
* irqchip/gic-v4.1: Allow direct invalidation of VLPIsMarc Zyngier2020-01-221-19/+36
* irqchip/gic-v4.1: Suppress per-VLPI doorbellMarc Zyngier2020-01-221-2/+9
* irqchip/gic-v4.1: Add VPE INVALL callbackMarc Zyngier2020-01-221-0/+14
* irqchip/gic-v4.1: Add VPE eviction callbackMarc Zyngier2020-01-221-11/+42
* irqchip/gic-v4.1: Add VPE residency callbackMarc Zyngier2020-01-221-0/+17
* irqchip/gic-v4.1: Add mask/unmask doorbell callbacksMarc Zyngier2020-01-221-0/+73
* irqchip/gic-v4.1: Plumb skeletal VPE irqchipMarc Zyngier2020-01-221-1/+31
* irqchip/gic-v4.1: Implement the v4.1 flavour of VMOVPMarc Zyngier2020-01-221-7/+33
* irqchip/gic-v4.1: Don't use the VPE proxy if RVPEID is setMarc Zyngier2020-01-221-1/+24
* irqchip/gic-v4.1: Implement the v4.1 flavour of VMAPPMarc Zyngier2020-01-221-5/+55
* irqchip/gic-v4.1: VPE table (aka GICR_VPROPBASER) allocationMarc Zyngier2020-01-221-3/+307
* irqchip/gic-v3: Add GICv4.1 VPEID size discoveryMarc Zyngier2020-01-222-1/+13
* irqchip/gic-v3: Detect GICv4.1 supporting RVPEIDMarc Zyngier2020-01-221-3/+18
* irqchip/gic-v3-its: Fix get_vlpi_map() breakage with doorbellsMarc Zyngier2020-01-221-5/+6
* irqchip: Add NXP INTMUX interrupt multiplexer supportJoakim Zhang2020-01-203-0/+316
* irqchip: Define EXYNOS_IRQ_COMBINERHyunki Koo2020-01-202-1/+8
* irqchip/meson-gpio: Add support for meson a1 SoCsQianggui Song2020-01-201-0/+42
* irqchip/meson-gpio: Rework meson irqchip driver to support meson-A1 SoCsQianggui Song2020-01-201-25/+70
* irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problemsJohn Garry2020-01-201-0/+1
* irqchip: Add Aspeed SCU interrupt controllerEddie James2020-01-202-1/+240
* irqchip/sifive-plic: Support irq domain hierarchyYash Shah2020-01-202-4/+27
* irqchip/nvic: Use irq_domain_translate_onecell instead of custom funcYash Shah2020-01-201-13/+2
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-032-0/+2
|\
| * Merge branch 'pci/misc'Bjorn Helgaas2019-11-282-0/+2
| |\
| | * PCI: Remove unused includes and superfluous struct declarationKrzysztof Wilczynski2019-11-212-0/+2
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-0310-139/+733
|\ \ \
| * | | irqchip/qcom-pdc: Add irqchip set/get state callsMaulik Shah2019-11-161-0/+23
| * | | irqchip/qcom-pdc: Add irqdomain for wakeup capable GPIOsLina Iyer2019-11-161-9/+95
| * | | irqchip/qcom-pdc: Do not toggle IRQ_ENABLE during mask/unmaskLina Iyer2019-11-161-2/+14
| * | | irqchip/qcom-pdc: Update max PDC interruptsLina Iyer2019-11-161-2/+2
| * | | irqchip/ti-sci-inta: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR...Markus Elfring2019-11-111-2/+3
| * | | irqchip: Ingenic: Add process for more than one irq at the same time.Zhou Yanjie2019-11-101-6/+11
| * | | irqchip: ingenic: Alloc generic chips from IRQ domainPaul Cercueil2019-11-101-13/+17
| * | | irqchip: ingenic: Get virq number from IRQ domainPaul Cercueil2019-11-101-1/+6
| * | | irqchip: ingenic: Error out if IRQ domain creation failedPaul Cercueil2019-11-101-5/+10
| * | | irqchip: ingenic: Drop redundant irq_suspend / irq_resume functionsPaul Cercueil2019-11-101-23/+1
| * | | irqchip: Place CONFIG_SIFIVE_PLIC into the menuJonathan Neuschäfer2019-11-101-2/+2
| * | | irqchip/gic-v3-its: Make vlpi_lock a spinlockMarc Zyngier2019-11-101-9/+9
| * | | irqchip/gic-v3-its: Lock VLPI map array before translating itMarc Zyngier2019-11-101-2/+4
| * | | irqchip/gic-v3-its: Synchronise INT/CLEAR commands targetting a VLPI using VSYNCMarc Zyngier2019-11-101-4/+75
| * | | irqchip/gic-v3-its: Synchronise INV command targetting a VLPI using VSYNCMarc Zyngier2019-11-101-1/+35
| * | | irqchip/gic-v3-its: Add its_vlpi_map helpersMarc Zyngier2019-11-101-15/+32
| * | | irqchip/gic-v3-its: Kill its->device_ids and use TYPER copy insteadMarc Zyngier2019-11-101-11/+13
| * | | irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy insteadMarc Zyngier2019-11-101-4/+4
| * | | irqchip/gic-v3-its: Make is_v4 use a TYPER copyMarc Zyngier2019-11-101-12/+14
| * | | irqchip/gic-v3-its: Allow LPI invalidation via the DirectLPI interfaceMarc Zyngier2019-11-101-8/+32
| * | | irqchip/gic-v3-its: Factor out wait_for_syncr primitiveMarc Zyngier2019-11-101-6/+9