aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/mpic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-15powerpc/mpic: allow coreint to be determined by MPIC versionScott Wood1-3/+23
2013-01-29powerpc/mpic: Make distribute_irqs obey MPIC_SINGLE_DEST_CPUScott Wood1-1/+1
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-09-12powerpc/mpic: FSL MPIC error interrupt support.Varun Sethi1-1/+43
2012-09-12powerpc/mpic: finish supporting timer group B on Freescale chipsVarun Sethi1-16/+42
2012-07-23powerpc/mpic: Create a revmap with enough entries for IPIs and timersBenjamin Herrenschmidt1-1/+1
2012-07-10powerpc/mpic: Use the MPIC_LARGE_VECTORS flag for FSL MPIC.Varun Sethi1-1/+1
2012-04-23powerpc/mpic: Properly set default triggersBenjamin Herrenschmidt1-12/+30
2012-04-23powerpc/mpic: Fix confusion between hw_irq and virqBenjamin Herrenschmidt1-8/+4
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-49/+55
2012-02-27powerpc/mpic: Fix allocation of reverse-map for multi-ISU mpicsBenjamin Herrenschmidt1-2/+6
2012-02-23powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett1-1/+1
2012-02-23powerpc/mpic: Add "last-interrupt-source" property to override hardwareKyle Moffett1-20/+26
2012-02-23powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_countKyle Moffett1-11/+6
2012-02-23fsl/mpic: Create and document the "single-cpu-affinity" device-tree flagKyle Moffett1-0/+2
2012-02-23powerpc/mpic: Fix use of "flags" variable in mpic_alloc()Kyle Moffett1-24/+22
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-5/+2
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-6/+6
2011-12-07powerpc/mpic: Add in-core support for cascaded MPICsKyle Moffett1-2/+28
2011-12-07powerpc/mpic: Cache the device-tree node in "struct mpic"Kyle Moffett1-17/+16
2011-12-07powerpc/mpic: Put "pic-no-reset" test back into the MPIC codeKyle Moffett1-6/+1
2011-12-07powerpc/mpic: Don't open-code dcr_resource_startKyle Moffett1-5/+2
2011-12-07powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett1-7/+7
2011-12-07powerpc/mpic: Search for open-pic device-tree node if NULLKyle Moffett1-4/+30
2011-12-07powerpc/mpic: Save computed phys_addr for board-specific codeKyle Moffett1-5/+6
2011-12-07powerpc/mpic: Assume a device-node was passed in mpic_alloc()Kyle Moffett1-29/+21
2011-12-07powerpc: Consolidate mpic_alloc() OF address translationKyle Moffett1-27/+34
2011-11-25powerpc/mpic: Remove extra semicolon.Justin P. Mattock1-1/+1
2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang1-2/+0
2011-11-03powerpc/85xx: issue 15 EOI after core reset for FSL CoreNet devicesMatthew McClintock1-0/+10
2011-09-20powerpc/mpic: Add support for discontiguous coresTimur Tabi1-9/+15
2011-06-30Merge remote branch 'origin/master' into nextBenjamin Herrenschmidt1-6/+5
2011-06-29arch/powerpc: use printk_ratelimited instead of printk_ratelimitChristian Dietrich1-6/+5
2011-06-22powerpc: make irq_choose_cpu() available to all PIC driversStuart Yoder1-36/+0
2011-06-20powerpc/mpic: Support compiling with DEBUG enabledDmitry Eremin-Solenikov1-1/+1
2011-05-20Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt1-22/+26
2011-05-20Merge remote branch 'kumar/next' into nextBenjamin Herrenschmidt1-7/+122
2011-05-19powerpc/mpic: add the mpic global timer supportScott Wood1-6/+86
2011-05-19powerpc/mpic: parse 4-cell intspec types other than zeroScott Wood1-1/+36
2011-05-19powerpc/mpic: Simplify ipi cpu mask handlingMilton Miller1-13/+11
2011-05-19powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller1-18/+2
2011-05-19powerpc/mpic: Break cpumask abstraction earlierMilton Miller1-7/+3
2011-05-19powerpc/mpic: Limit NR_CPUS loop to 32 bitMilton Miller1-1/+1
2011-05-11PM / PowerPC: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki1-22/+26
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely1-15/+13
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-7/+7
2011-03-29powerpc: mpic: Cleanup flow type handlingThomas Gleixner1-17/+12
2011-03-21powerpc: Factoring mpic cpu id fetching into a functionMeador Inge1-17/+14
2011-03-21powerpc: Make MPIC honor the "pic-no-reset" device tree propertyMeador Inge1-11/+55
2011-03-10powerpc: mpic irq_data conversion.Lennert Buytenhek1-65/+72