aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/powermac/pic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-22powerpc/powermac: constify device_node in of_irq_parse_oldworld()Krzysztof Kozlowski1-1/+1
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+3
2021-12-20powerpc: use swap() to make code cleanerYang Guang1-4/+2
2020-03-25powerpc: Replace setup_irq() by request_irq()afzal mohammed1-18/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-12-22powerpc: Use of_node_name_eq for node name comparisonsRob Herring1-2/+2
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring1-1/+1
2018-01-16powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov1-3/+4
2017-12-04powerpc/powermac: fix OF node refcount leakDmitry Torokhov1-0/+1
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-4/+4
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-3/+3
2015-11-26powerpc/powermac: set IRQF_NO_THREAD for xmon/cascade handlersJohn Ogness1-1/+2
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier1-1/+2
2015-03-25powerpc/pmac: Fix DT refcount imbalance in pmac_pic_probe_oldstyleGeert Uytterhoeven1-0/+3
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely1-4/+4
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely1-1/+1
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder1-1/+1
2012-04-30powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely1-3/+3
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+0
2012-02-23powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett1-1/+0
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely1-12/+1
2012-02-16irq_domain/powerpc: constify irq_domain_opsGrant Likely1-1/+1
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-3/+2
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-6/+6
2011-12-16powerpc/pmac: Simplify old pmac PIC interrupt handlingBenjamin Herrenschmidt1-28/+6
2011-12-07powerpc/mpic: Add in-core support for cascaded MPICsKyle Moffett1-31/+5
2011-12-07powerpc/mpic: Invert the meaning of MPIC_PRIMARYKyle Moffett1-1/+1
2011-12-07powerpc: Consolidate mpic_alloc() OF address translationKyle Moffett1-7/+1
2011-11-08powerpc/irq: Remove IRQF_DISABLEDYong Zhang1-1/+0
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker1-1/+0
2011-05-31powerpc/pmac: Don't register pmac PIC syscore ops when HW not presentBenjamin Herrenschmidt1-1/+2
2011-05-20Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt1-31/+11
2011-05-19powerpc/psurge: Create a irq_host for secondary cpusMilton Miller1-6/+3
2011-05-19powerpc: Add kconfig for muxed smp ipi supportMilton Miller1-2/+2
2011-05-11PM / PowerPC: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki1-31/+11
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely1-6/+6
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-6/+6
2011-03-29powerpc: mac: pic: Use irqd_is_level_type()Thomas Gleixner1-1/+1
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner1-2/+1
2011-03-10powerpc: platforms/powermac irq_data conversion.Lennert Buytenhek1-23/+25
2010-07-05of/powerpc: Move Powermac irq quirk code into powermac pic driver codeGrant Likely1-6/+66
2010-02-19powerpc: Convert pmac_pic_lock to raw_spinlockThomas Gleixner1-19/+19
2010-02-17powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard1-1/+1
2009-12-09powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze1-1/+1
2009-11-24powerpc: Fixup last users of irq_chip->typenameThomas Gleixner1-1/+1
2009-10-30powerpc: Remove get_irq_desc()Michael Ellerman1-4/+4
2009-07-08powerpc: Remove unnecessary semicolonsJoe Perches1-1/+1
2009-05-21powerpc/powermac: Use generic_handle_irq() in gatwick_action()Michael Ellerman1-1/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell1-2/+0
2008-05-14[POWERPC] Move xmon_irq() declaration into xmon.hMichael Ellerman1-7/+1