summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/pic.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* powerpc: Use of_node_name_eq for node name comparisonsRob Herring2018-12-221-2/+2
* powerpc: Use device_type helpers to access the node typeRob Herring2018-11-261-1/+1
* powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov2018-01-161-3/+4
* powerpc/powermac: fix OF node refcount leakDmitry Torokhov2017-12-041-0/+1
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-4/+4
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-3/+3
* powerpc/powermac: set IRQF_NO_THREAD for xmon/cascade handlersJohn Ogness2015-11-261-1/+2
* genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-301-1/+2
* powerpc/pmac: Fix DT refcount imbalance in pmac_pic_probe_oldstyleGeert Uytterhoeven2015-03-251-0/+3
* of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-241-4/+4
* of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-241-1/+1
* Fix misspellings of "whether" in comments.Adam Buchbinder2012-11-191-1/+1
* powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely2012-04-301-3/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-221-1/+0Star
|\
| * powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett2012-02-231-1/+0Star
* | irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely2012-02-161-12/+1Star
* | irq_domain/powerpc: constify irq_domain_opsGrant Likely2012-02-161-1/+1
* | irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-161-3/+2Star
* | irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-141-6/+6
|/
* powerpc/pmac: Simplify old pmac PIC interrupt handlingBenjamin Herrenschmidt2011-12-161-28/+6Star
* powerpc/mpic: Add in-core support for cascaded MPICsKyle Moffett2011-12-071-31/+5Star
* powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett2011-12-071-1/+1
* powerpc: Consolidate mpic_alloc() OF address translationKyle Moffett2011-12-071-7/+1Star
* powerpc/irq: Remove IRQF_DISABLEDYong Zhang2011-11-081-1/+0Star
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-11-011-1/+0Star
* powerpc/pmac: Don't register pmac PIC syscore ops when HW not presentBenjamin Herrenschmidt2011-05-311-1/+2
* Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-201-31/+11Star
|\
| * PM / PowerPC: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki2011-05-111-31/+11Star
* | powerpc/psurge: Create a irq_host for secondary cpusMilton Miller2011-05-191-6/+3Star
* | powerpc: Add kconfig for muxed smp ipi supportMilton Miller2011-05-191-2/+2
* | powerpc/irq: Stop exporting irq_mapGrant Likely2011-05-041-6/+6
|/
* powerpc: Convert to new irq_* function namesThomas Gleixner2011-03-291-6/+6
* powerpc: mac: pic: Use irqd_is_level_type()Thomas Gleixner2011-03-291-1/+1
* powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner2011-03-291-2/+1Star
* powerpc: platforms/powermac irq_data conversion.Lennert Buytenhek2011-03-101-23/+25
* of/powerpc: Move Powermac irq quirk code into powermac pic driver codeGrant Likely2010-07-061-6/+66
* powerpc: Convert pmac_pic_lock to raw_spinlockThomas Gleixner2010-02-191-19/+19
* powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard2010-02-171-1/+1
* powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze2009-12-091-1/+1
* powerpc: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-241-1/+1
* powerpc: Remove get_irq_desc()Michael Ellerman2009-10-301-4/+4
* powerpc: Remove unnecessary semicolonsJoe Perches2009-07-081-1/+1
* powerpc/powermac: Use generic_handle_irq() in gatwick_action()Michael Ellerman2009-05-211-1/+1
* cpumask: remove references to struct irqaction's mask field.Rusty Russell2009-03-301-2/+0Star
* [POWERPC] Move xmon_irq() declaration into xmon.hMichael Ellerman2008-05-141-7/+1Star
* [POWERPC] Fix arch/powerpc/platforms/powermac/pic.c when !CONFIG_ADB_PMUTony Breeds2008-03-131-1/+1
* Merge branch 'linux-2.6'Paul Mackerras2008-01-311-1/+1
|\
| * Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-251-1/+1
* | [POWERPC] powermac: Use machine_*_initcall() hooks in platform codeGrant Likely2008-01-171-2/+1Star
|/