summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip
Commit message (Expand)AuthorAgeFilesLines
* irqchip: mips-gic: Let the core set struct irq_common_data affinityPaul Burton2017-09-041-2/+1
* irqchip: mips-gic: Use cpumask_first_and() in gic_set_affinity()Paul Burton2017-09-041-6/+6
* irqchip: mips-gic: Clean up mti, reserved-cpu-vectors handlingPaul Burton2017-09-041-7/+7
* irqchip: mips-gic: Use pcpu_masks to avoid reading GIC_SH_MASK*Paul Burton2017-09-041-21/+31
* irqchip: mips-gic: Make pcpu_masks a per-cpu variablePaul Burton2017-09-041-9/+8
* irqchip: mips-gic: Inline gic_basic_init()Paul Burton2017-09-041-27/+19
* irqchip: mips-gic: Inline __gic_init()Paul Burton2017-09-041-60/+55
* irqchip: mips-gic: Move gic_get_c0_*_int() to asm/mips-gic.hPaul Burton2017-09-041-1/+0
* irqchip: mips-gic: Remove gic_presentPaul Burton2017-09-041-2/+0
* irqchip: mips-gic: Remove gic_init()Paul Burton2017-09-041-7/+0
* irqchip: mips-gic: Remove __gic_irq_dispatch() forward declarationPaul Burton2017-09-041-2/+0
* irqchip: mips-gic: Remove gic_get_usm_range()Paul Burton2017-09-041-14/+0
* irqchip: mips-gic: Move various definitions to the driverPaul Burton2017-09-041-0/+16
* irqchip: mips-gic: Convert remaining local reg access to new accessorsPaul Burton2017-09-041-56/+12
* irqchip: mips-gic: Convert local int mask access to new accessorsPaul Burton2017-09-041-7/+7
* irqchip: mips-gic: Convert remaining shared reg access to new accessorsPaul Burton2017-09-041-8/+8
* irqchip: mips-gic: Remove gic_map_to_vpe()Paul Burton2017-09-041-9/+2
* irqchip: mips-gic: Remove gic_map_to_pin()Paul Burton2017-09-041-7/+1
* irqchip: mips-gic: Remove gic_set_dual_edge()Paul Burton2017-09-041-23/+5
* irqchip: mips-gic: Remove gic_set_trigger()Paul Burton2017-09-041-13/+6
* irqchip: mips-gic: Remove gic_set_polarity()Paul Burton2017-09-041-12/+5
* irqchip: mips-gic: Drop gic_(re)set_mask() functionsPaul Burton2017-09-041-15/+3
* irqchip: mips-gic: Simplify gic_local_irq_domain_map()Paul Burton2017-09-041-41/+16
* irqchip: mips-gic: Simplify shared interrupt pending/mask readsPaul Burton2017-09-041-18/+11
* irqchip: mips-gic: Remove gic_read_local_vp_id()Paul Burton2017-09-041-8/+0
* irqchip: mips-gic: Remove counter access functionsPaul Burton2017-09-041-95/+0
* MIPS: GIC: Introduce asm/mips-gic.h with accessor functionsPaul Burton2017-08-301-7/+6
* irqchip: mips-gic: SYNC after enabling GIC regionJames Hogan2017-08-301-1/+4
* MIPS: CPS: Have asm/mips-cps.h include CM & CPC headersPaul Burton2017-08-301-1/+1
* MIPS: Unify checks for sibling CPUsPaul Burton2017-08-301-1/+1
* MIPS: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton2017-08-291-2/+2
* Merge tag 'irqchip-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-08-149-33/+74
|\
| * irqchip/gic-v3-its-platform-msi: Fix msi-parent parsing loopLorenzo Pieralisi2017-08-101-0/+1
| * irqchip/gic-v3-its: Allow GIC ITS number more than MAX_NUMNODESHanjun Guo2017-08-101-7/+31
| * irqchip: brcmstb-l2: Define an irq_pm_shutdown functionFlorian Fainelli2017-08-071-0/+1
| * irqchip/gic: Ensure we have an ISB between ack and ->handle_irqWill Deacon2017-08-022-2/+7
| * irqchip/gic-v3-its: Remove ACPICA version check for ACPI NUMARobert Richter2017-08-021-1/+1
| * irqchip/gic-v3: Honor forced affinity settingSuzuki K Poulose2017-07-041-1/+6
| * irqchip/gic-v3: Report failures in gic_irq_domain_allocSuzuki K Poulose2017-07-041-2/+5
| * irqchip/gic-v2: Report failures in gic_irq_domain_allocSuzuki K Poulose2017-07-041-2/+5
| * irqchip/atmel-aic: Remove root argument from ->fixup() prototypeBoris Brezillon2017-07-044-15/+15
| * irqchip/atmel-aic: Fix unbalanced refcount in aic_common_rtc_irq_fixup()Boris Brezillon2017-07-041-2/+2
| * irqchip/atmel-aic: Fix unbalanced of_node_put() in aic_common_irq_fixup()Boris Brezillon2017-07-041-1/+0
* | irqchip/digicolor: Drop unnecessary staticJulia Lawall2017-07-181-1/+1
* | irqchip/mips-cpu: Drop unnecessary staticJulia Lawall2017-07-181-1/+1
* | irqchip/gic/realview: Drop unnecessary staticJulia Lawall2017-07-181-1/+1
* | irqchip/mips-gic: Remove population of irq domain namesMatt Redfearn2017-07-181-2/+0
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-051-1/+0
|\ \
| * | ARM64/irqchip: Update ACPI_IORT symbol selection logicLorenzo Pieralisi2017-06-151-1/+0
* | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0323-90/+1015
|\ \ \
OpenPOWER on IntegriCloud