summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-061-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-0423-90/+1015
|\ \ \
| * \ \ Merge tag 'irqchip-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-06-303-3/+6
| |\ \ \ | | | |/ | | |/|
| | * | irqchip/or1k-pic: Fix interrupt acknowledgementPedro H. Penna2017-06-301-1/+1
| | * | irqchip/irq-mvebu-gicp: Allocate enough memory for spi_bitmapDan Carpenter2017-06-301-2/+2
| | * | irqchip/gic-v3: Fix out-of-bound access in gic_set_affinitySuzuki K Poulose2017-06-301-0/+3
| * | | Merge tag 'irqchip-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-06-2319-84/+1006
| |\| |
| | * | irqchip/gic-v3-its: Don't assume GICv3 hardware supports 16bit INTIDShanker Donthineni2017-06-231-14/+10
| | * | irqchip/gic-v3-its: Add ACPI NUMA node mappingGanapatrao Kulkarni2017-06-231-1/+75
| | * | irqchip/gic-v3-its-platform-msi: Make of_device_ids constArvind Yadav2017-06-231-1/+1
| | * | irqchip/gic-v3-its: Make of_device_ids constArvind Yadav2017-06-231-1/+1
| | * | irqchip/irq-mvebu-icu: Add new driver for Marvell ICUThomas Petazzoni2017-06-233-0/+293
| | * | irqchip/irq-mvebu-gicp: Add new driver for Marvell GICPThomas Petazzoni2017-06-234-0/+294
| | * | irqchip/qcom: Use builtin_platform_driver to simplify the codeWei Yongjun2017-06-221-6/+1
| | * | irqchip/aspeed-i2c-ic: Add I2C IRQ controller for AspeedBrendan Higgins2017-06-222-1/+116
| | * | irqchip/aspeed-vic: Add AST2500 compatible stringAndrew Jeffery2017-06-221-1/+2