summaryrefslogtreecommitdiff
path: root/drivers/irqchip
AgeCommit message (Expand)AuthorFilesLines
2024-07-30irqchip/armada-370-xp: Use consistent variable names for hwirqsMarek Behún1-28/+28
2024-07-30irqchip/armada-370-xp: Refactor handling IPI interruptsMarek Behún1-12/+18
2024-07-30irqchip/armada-370-xp: Refactor mpic_handle_msi_irq() codeMarek Behún1-20/+12
2024-07-30irqchip/armada-370-xp: Use FIELD_GET() and named register constantMarek Behún1-5/+6
2024-07-30irqchip/armada-370-xp: Don't read number of supported interrupts multiple timesMarek Behún1-10/+3
2024-07-30irqchip/armada-370-xp: Change symbol prefixes to mpicMarek Behún1-163/+142
2024-07-30irqchip/armada-370-xp: Improve indentationMarek Behún1-30/+26
2024-07-30irqchip/armada-370-xp: Simplify ipi_resume() codeMarek Behún1-8/+6
2024-07-30irqchip/armada-370-xp: Use !virq instead of virq == 0 in conditionMarek Behún1-2/+2
2024-07-30irqchip/armada-370-xp: Use unsigned int type for virqsMarek Behún1-4/+4
2024-07-30irqchip/armada-370-xp: Rename variable for consistencyMarek Behún1-5/+5
2024-07-30irqchip/armada-370-xp: Declare iterators in for loopMarek Behún1-17/+10
2024-07-30irqchip/armada-370-xp: Change to SPDX license identifierMarek Behún1-4/+1
2024-07-30irqchip/armada-370-xp: Simplify is_percpu_irq() codeMarek Behún1-4/+1
2024-07-30irqchip/armada-370-xp: Use correct type for cpu variableMarek Behún1-2/+2
2024-07-30irqchip/armada-370-xp: Change register constants prefix to MPIC_Marek Behún1-79/+69
2024-07-30irqchip/armada-370-xp: Cosmetic fix parentheses in register constant definitionsMarek Behún1-19/+19
2024-07-30irqchip/armada-370-xp: Use BIT() and GENMASK() macrosMarek Behún1-5/+5
2024-07-30irqchip/armada-370-xp: Change spaces to tabsMarek Behún1-7/+7
2024-07-30irqchip/armada-370-xp: Change register constant suffix from _MSK to _MASKMarek Behún1-10/+10
2024-07-30irqchip/armada-370-xp: Drop _OFFS suffix from some register constantsMarek Behún1-57/+48
2024-07-29irqchip/meson-gpio: Convert meson_gpio_irq_controller::lock to 'raw_spinlock_t'Arseniy Krasnov1-7/+7
2024-07-29irqchip/irq-pic32-evic: Add missing 'static' to internal functionLuca Ceresoli1-3/+3
2024-07-28minmax: don't use max() in situations that want a C constant expressionLinus Torvalds1-1/+1
2024-07-26irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq()Huacai Chen1-2/+4
2024-07-25of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2-6/+2
2024-07-22Merge tag 'irq-msi-2024-07-22' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-831/+700
2024-07-22Merge tag 'irq-core-2024-07-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-744/+1349
2024-07-18irqchip/gic-v3-its: Correctly fish out the DID for platform MSIMarc Zyngier1-1/+1
2024-07-18irqchip/gic-v3-its: Correctly honor the RID remappingMarc Zyngier1-1/+1
2024-07-18irqchip/irq-mvebu-icu: Remove platform MSI leftoversThomas Gleixner1-206/+6
2024-07-18irqchip/irq-mvebu-sei: Switch to MSI parentThomas Gleixner1-32/+20
2024-07-18irqchip/mvebu-odmi: Switch to parent MSIThomas Gleixner2-19/+19
2024-07-18irqchip/mvebu-gicp: Switch to MSI parentThomas Gleixner2-25/+20
2024-07-18irqchip/irq-mvebu-icu: Prepare for real per device MSIThomas Gleixner1-11/+170
2024-07-18irqchip/imx-mu-msi: Switch to MSI parentThomas Gleixner3-27/+24
2024-07-18irqchip/gic-v2m: Switch to device MSIThomas Gleixner2-56/+26
2024-07-18irqchip/gic_v3_mbi: Switch over to parent domainThomas Gleixner1-83/+47
2024-07-18irqchip/mbigen: Remove platform_msi_create_device_domain() fallbackThomas Gleixner1-70/+4
2024-07-18irqchip/gic-v3-its: Switch platform MSI to MSI parentThomas Gleixner3-165/+73
2024-07-18irqchip/irq-msi-lib: Prepare for DOMAIN_BUS_WIRED_TO_MSIThomas Gleixner1-0/+2
2024-07-18irqchip/mbigen: Prepare for real per device MSIThomas Gleixner1-28/+70
2024-07-18irqchip/irq-msi-lib: Prepare for DEVICE MSI to replace platform MSIThomas Gleixner2-0/+17
2024-07-18irqchip/gic-v3-its: Provide MSI parent for PCI/MSI[-X]Thomas Gleixner3-206/+111
2024-07-18irqchip/irq-msi-lib: Prepare for PCI MSI/MSIXThomas Gleixner2-1/+16
2024-07-18irqchip/gic-v3-its: Provide MSI parent infrastructureThomas Gleixner5-1/+41
2024-07-18irqchip: Provide irq-msi-libThomas Gleixner4-0/+135
2024-07-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-161/+177
2024-07-15irqchip/imx-irqsteer: Handle runtime power management correctlyShenwei Wang1-3/+21
2024-07-15irqchip/gic-v3: Pass #redistributor-regions to gic_of_setup_kvm_info()Geert Uytterhoeven1-9/+4