summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
2022-12-14Merge tag 'riscv-for-linus-6.2-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-19/+2
2022-12-08irqchip/riscv-intc: remove user selectability of RISCV_INTCConor Dooley1-10/+1
2022-12-08irqchip/sifive-plic: remove user selectability of SIFIVE_PLICConor Dooley1-9/+1
2022-12-07Merge tag 'irqchip-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner18-108/+450
2022-12-06irqchip/ti-sci-inta: Fix kernel docThomas Gleixner1-1/+1
2022-12-06irqchip/gic-v2m: Mark a few functions __initThomas Gleixner1-5/+5
2022-12-06irqchip/gic-v2m: Include arm-gic-common.hThomas Gleixner1-0/+1
2022-12-06irqchip/irq-mvebu-icu: Fix works by chance pointer assignmentThomas Gleixner1-2/+2
2022-12-05genirq/irqdomain: Rename irq_domain::dev to irq_domain:: Pm_devThomas Gleixner1-2/+2
2022-12-05Merge branch irq/misc-6.2 into irq/irqchip-nextMarc Zyngier12-20/+22
2022-12-05Merge branch irq/cirq-v2 into irq/irqchip-nextMarc Zyngier1-17/+78
2022-12-05Merge branch irq/loongarch-of into irq/irqchip-nextMarc Zyngier1-0/+18
2022-12-05irqchip/loongarch-cpu: Fix a missing prototype warningHuacai Chen1-3/+2
2022-12-05irqchip/ls-extirq: Fix endianness detectionSean Anderson1-1/+1
2022-11-28irqchip/gic: Use kstrtobool() instead of strtobool()Christophe JAILLET2-2/+4
2022-11-28irqchip/loongarch: Adjust acpi_cascade_irqdomain_init() and sub-routinesHuacai Chen3-31/+44
2022-11-28irqchip/irq-mtk-cirq: Add support for System CIRQ on MT8192AngeloGioacchino Del Regno1-0/+13
2022-11-28irqchip/irq-mtk-cirq: Move register offsets to const arrayAngeloGioacchino Del Regno1-17/+65
2022-11-28irqchip/sifive-plic: Support wake IRQsSamuel Holland1-2/+4
2022-11-26irqchip/loongson-liointc: Fix improper error handling in liointc_init()Liu Peibao1-1/+4
2022-11-26irqchip/sl28cpld: Replace irqchip mask_invert with unmask_baseAidan MacDonald1-2/+1
2022-11-26irqchip/wpcm450: Fix memory leak in wpcm450_aic_of_init()Wei Yongjun1-0/+1
2022-11-26irqchip/st: Use device_get_match_data() to simplify the codeye xingchen1-6/+1
2022-11-26irqchip/al-fic: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2022-11-26irqchip: gic-pm: Use pm_runtime_resume_and_get() in gic_probe()Shang XiaoJing1-1/+1
2022-11-26irqchip/mips-gic: Drop repeated word in commentwangjianli1-1/+1
2022-11-26irqchip/apple-aic: Mark aic_info structs __initconstKonrad Dybcio1-3/+3
2022-11-26irqchip/loongson-pch-lpc: Add suspend/resume supportHuacai Chen1-0/+25
2022-11-26irqchip/loongson-pch-pic: Add suspend/resume supportHuacai Chen1-0/+47
2022-11-26irqchip/loongson-eiointc: Add suspend/resume supportHuacai Chen1-0/+33
2022-11-26irqchip/loongson-htvec: Add suspend/resume supportHuacai Chen1-0/+27
2022-11-26irqchip/loongson-htvec: Add ACPI init supportHuacai Chen3-35/+140
2022-11-26irqchip/loongson-liointc: Support to set IRQ type for ACPI pathJianmin Lv1-1/+6
2022-11-26irqchip/loongson-pch-pic: Support to set IRQ type for ACPI pathJianmin Lv1-4/+7
2022-11-26irqchip/loongson-pch-pic: Fix translate callback for DT pathJianmin Lv1-0/+3
2022-11-26irqchip: loongarch-cpu: add DT supportLiu Peibao1-0/+19
2022-11-17genirq: Get rid of GENERIC_MSI_IRQ_DOMAINThomas Gleixner1-3/+3
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-99/+595
2022-10-12irqchip: IMX_MU_MSI should depend on ARCH_MXCGeert Uytterhoeven1-3/+4
2022-10-10Merge tag 'iommu-updates-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-4/+4
2022-10-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2022-10-04irqchip/imx-mu-msi: Fix wrong register offset for 8ulpFrank Li1-1/+1
2022-10-03irqchip/ls-extirq: Fix invalid wait context by avoiding to use regmapVladimir Oltean1-24/+63
2022-09-29Merge branch irq/misc-6.1 into irq/irqchip-nextMarc Zyngier2-2/+2
2022-09-29Merge branch irq/rtl-imap-deprecation into irq/irqchip-nextMarc Zyngier1-73/+61
2022-09-29irqchip: Add IMX MU MSI controller driverFrank Li3-0/+468
2022-09-29irqchip/gic-v3: Fix typo in commentZhiyuan Dai1-1/+1
2022-09-28irqchip/realtek-rtl: use parent interruptsSander Vanheule1-72/+61
2022-09-28irqchip/realtek-rtl: use irq_domain_add_linear()Sander Vanheule1-2/+1
2022-09-28irqchip: Make irqchip_init() usable on pure ACPI systemsHuacai Chen1-1/+1