summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/irq-mips-gic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: CM: Use BIT/GENMASK for register fields, order & drop shiftsPaul Burton2017-08-291-2/+2
* irqchip/mips-gic: Remove population of irq domain namesMatt Redfearn2017-07-181-2/+0
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-041-2/+2
|\
| * Merge tag 'irqchip-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-06-231-1/+1
| |\
| | * irqchip/irq-mips-gic: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| * | irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier2017-06-221-1/+1
| |/
* / irqchip/mips-gic: Mark count and compare accessors notraceMarcin Nowakowski2017-06-201-3/+3
|/
* irqchip/mips-gic: Replace static map with dynamicMatt Redfearn2017-04-201-42/+18
* irqchip/mips-gic: Remove device IRQ domainPaul Burton2017-04-201-197/+93
* irqchip/mips-gic: Separate IPI reservation & usage trackingPaul Burton2017-04-201-5/+7
* irqchip/mips-gic: Fix Local compare interruptMatt Redfearn2017-03-311-0/+4
* irqchip/mips-gic: Fix local interruptsMarcin Nowakowski2017-02-081-0/+29
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-8/+8
* Merge tag 'irqchip-core-4.9' of git://git.infradead.org/users/jcooper/linux i...Thomas Gleixner2016-09-221-6/+1
|\
| * irqchip/mips-gic: Use for_each_set_bit to iterate over IRQsPaul Burton2016-08-231-6/+1
* | irqchip/mips-gic: Use for_each_set_bit to iterate over local IRQsPaul Burton2016-09-201-6/+1
* | irqchip/mips-gic: Fix local interruptsPaul Burton2016-09-201-55/+50
* | irqchip/mips-gic: Implement activate op for device domainPaul Burton2016-08-221-0/+7
* | irqchip/mips-gic: Cleanup chip and handler setupPaul Burton2016-08-221-4/+7
|/
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-261-0/+3
|\
| * Merge branch 'irq/for-block' into irq/coreThomas Gleixner2016-07-041-1/+11
| |\
| * | irqchip/mips-gic: Populate irq_domain namesHarvey Hunt2016-06-141-0/+3
* | | irqchip/mips-gic: Match IPI IRQ domain by bus token onlyPaul Burton2016-07-051-1/+1
* | | irqchip/mips-gic: Map to VPs using HW VPNumPaul Burton2016-07-051-1/+1
| |/ |/|
* | irqchip/mips-gic: Fix IRQs in gic_dev_domainHarvey Hunt2016-06-141-1/+11
|/
* irqchip: mips-gic: Setup EIC mode on each CPU if it's in usePaul Burton2016-05-281-1/+9
* irqchip: mips-gic: Provide VP ID accessorPaul Burton2016-05-131-0/+8
* irqchip: mips-gic: Use HW IDs for VPE_OTHER_ADDRPaul Burton2016-05-131-5/+9
* irqchip/mips-gic: Don't overrun pcpu_masks arrayPaul Burton2016-04-211-2/+2
* irqchip/mips-gic: Add new DT property to reserve IPIsQais Yousef2016-02-251-2/+10
* MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef2016-02-251-81/+5
* irqchip/mips-gic: Clear percpu_masks correctly when mappingQais Yousef2016-02-251-0/+3
* irqchip/mips-gic: Use gic_vpes instead of NR_CPUSQais Yousef2016-02-251-3/+3
* irqchip/mips-gic: Add device hierarchy domainQais Yousef2016-02-251-20/+83
* irqchip/mips-gic: Add a IPI hierarchy domainQais Yousef2016-02-251-5/+179