summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/mpic.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-2/+2
* powerpc/mpic: use of_property_read_boolJulia Lawall2016-09-251-1/+1
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-7/+7
* powerpc/mpic: handle subsys_system_register() failureAndrew Donnellan2016-04-271-1/+8
* powerpc: Fix misspellings in comments.Adam Buchbinder2016-03-011-2/+2
* Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2015-11-051-19/+4
|\
| * powerpc: mpic: use IRQCHIP_SKIP_SET_WAKE instead of redundant mpic_irq_set_wakeSudeep Holla2015-10-271-19/+4
* | irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-131-1/+2
|/
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-301-1/+2
* powerpc: Constify irq_domain_opsKrzysztof Kozlowski2015-05-111-1/+1
* powerpc: Drop return value of smp_ops->probe()Michael Ellerman2015-04-101-3/+1
* powerpc/mpic: Remove WHOAMI readback after EOIBogdan Purcareata2015-03-311-1/+0
* powerpc/mpic: Add get_version API both for internal and external useHongtao Jia2015-03-231-0/+10
* powerpc/mpic: remove unused functionsArseny Solokha2015-03-161-35/+0
* powerpc: Replace cpumask_weight(cpu_possible_mask) with num_possible_cpus()Emil Medve2015-01-231-1/+1
* powerpc: Remove superfluous bootmem includesAnton Blanchard2014-11-101-1/+0
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-1/+1
* powerpc/mpic: Don't init the fsl error int until after mpic initScott Wood2014-05-221-4/+4
* powerpc: Fix build failure in sysdev/mpic.c for MPIC_WEIRD=yPaul Gortmaker2014-02-111-19/+19
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-4/+4
|\
| * powerpc: add explicit OF includesRob Herring2013-10-091-4/+4
* | powerpc/mpic: Disable preemption when calling mpic_processor_id()Scott Wood2013-10-111-1/+7
|/
* powerpc/mpic: create mpic subsystem objectDongsheng.wang@freescale.com2013-07-011-0/+8
* powerpc/mpic: add irq_set_wake supportDongsheng.wang@freescale.com2013-07-011-0/+18
* powerpc/mpic: Add get_version API both for internal and external useHongtao Jia2013-07-011-7/+25
* powerpc/mpic: Fix irq distribution problem when MPIC_SINGLE_DEST_CPUchenhui zhao2013-06-011-2/+2
* powerpc: Fix irq_set_affinity() return valuesAlexander Gordeev2013-05-141-1/+1
* irqdomain: Allow quiet failure modeBenjamin Herrenschmidt2013-05-061-3/+11
* powerpc/mpic: allow coreint to be determined by MPIC versionScott Wood2013-02-151-3/+23
* powerpc/mpic: Make distribute_irqs obey MPIC_SINGLE_DEST_CPUScott Wood2013-01-291-1/+1
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* powerpc/mpic: FSL MPIC error interrupt support.Varun Sethi2012-09-121-1/+43
* powerpc/mpic: finish supporting timer group B on Freescale chipsVarun Sethi2012-09-121-16/+42
* powerpc/mpic: Create a revmap with enough entries for IPIs and timersBenjamin Herrenschmidt2012-07-231-1/+1
* powerpc/mpic: Use the MPIC_LARGE_VECTORS flag for FSL MPIC.Varun Sethi2012-07-101-1/+1
* powerpc/mpic: Properly set default triggersBenjamin Herrenschmidt2012-04-231-12/+30
* powerpc/mpic: Fix confusion between hw_irq and virqBenjamin Herrenschmidt2012-04-231-8/+4
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-211-49/+55
|\
| * powerpc/mpic: Fix allocation of reverse-map for multi-ISU mpicsBenjamin Herrenschmidt2012-02-271-2/+6
| * powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett2012-02-231-1/+1
| * powerpc/mpic: Add "last-interrupt-source" property to override hardwareKyle Moffett2012-02-231-20/+26
| * powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_countKyle Moffett2012-02-231-11/+6
| * fsl/mpic: Create and document the "single-cpu-affinity" device-tree flagKyle Moffett2012-02-231-0/+2
| * powerpc/mpic: Fix use of "flags" variable in mpic_alloc()Kyle Moffett2012-02-231-24/+22
* | irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-161-5/+2
* | irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-141-6/+6
|/
* powerpc/mpic: Add in-core support for cascaded MPICsKyle Moffett2011-12-071-2/+28
* powerpc/mpic: Cache the device-tree node in "struct mpic"Kyle Moffett2011-12-071-17/+16
* powerpc/mpic: Put "pic-no-reset" test back into the MPIC codeKyle Moffett2011-12-071-6/+1
OpenPOWER on IntegriCloud