summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/ipic.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/ipic: Fix status get and status clearChristophe Leroy2017-11-061-2/+2
* powerpc/ipic: Support edge on IRQ0Scott Wood2017-07-241-0/+1
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-2/+2
* irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-131-1/+2
* powerpc/ipic: Use irq_set_handler_locked()Thomas Gleixner2015-09-161-2/+2
* genirq/irqdomain: Allow irq domain aliasingMarc Zyngier2015-07-301-1/+2
* powerpc: Constify irq_domain_opsKrzysztof Kozlowski2015-05-111-1/+1
* powerpc: Remove superfluous bootmem includesAnton Blanchard2014-11-101-1/+0
* irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely2012-02-161-17/+1
* 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-5/+5
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-201-27/+9
|\
| * PM / PowerPC: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki2011-05-111-27/+9
* | powerpc/irq: Stop exporting irq_mapGrant Likely2011-05-041-9/+7
|/
* powerpc: Convert to new irq_* function namesThomas Gleixner2011-03-291-3/+3
* powerpc: ipic: Cleanup flow type handlingThomas Gleixner2011-03-291-9/+7
* powerpc: sysdev/ipic irq_data conversion.Lennert Buytenhek2011-03-101-27/+27
* powerpc: Convert ipic_lock to raw_spinlockThomas Gleixner2010-02-191-9/+9
* powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard2010-02-171-2/+2
* 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-2/+2
* powerpc: Remove get_irq_desc()Michael Ellerman2009-10-301-1/+1
* powerpc/ipic: introduce missing kfreeJulia Lawall2009-08-201-1/+3
* powerpc/ipic: unmask all interrupt sourcesSebastian Andrzej Siewior2009-08-201-0/+3
* powerpc: Don't use alloc_bootmem() in init_IRQ() pathAnton Vorontsov2009-07-081-3/+1
* powerpc/83xx: Fix the interrupt loss problem on ipicdayu@datangmobile.cn2009-03-091-4/+2
* powerpc/83xx: Build breakage for CONFIG_PM but no CONFIG_SUSPENDMichael Neuling2009-02-061-1/+1
* powerpc/mpc83xx: Power Management supportScott Wood2008-07-161-0/+71
* powerpc: Fix irq_alloc_host() reference counting and callersMichael Ellerman2008-06-091-4/+2
* powerpc: Rework ipic_init() so we can avoid freeing the irq_hostMichael Ellerman2008-06-091-6/+4
* [POWERPC] Fix crash in init_ipic_sysfs on efikaOlaf Hering2008-03-241-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-241-1/+1
* | [POWERPC] 83xx: ipic: add interrupt vector 94Kim Phillips2008-01-281-0/+6
* | [POWERPC] Add support for mpc512x interrupts to ipicJohn Rigby2008-01-231-0/+62
* | [POWERPC] ipic: ack only for edge interruptsLi Yang2007-12-121-70/+43
* | [POWERPC] ipic: add new interrupts introduced by new chipLi Yang2007-12-111-5/+133
|/
* [POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman2007-09-141-5/+2
* [POWERPC] 83xx: Return a point to the struct ipic from ipic_init()Kumar Gala2007-01-261-6/+9
* [POWERPC] arch/powerpc/sysdev/ipic.c of_node_get cleanupMariusz Kozlowski2007-01-241-1/+1
* [POWERPC] IPIC: Fix spinlock recursion in set_irq_handlerScott Wood2006-10-251-2/+2
* [POWERPC] Fix up after irq changesOlaf Hering2006-10-071-1/+1
* fix file specification in commentsUwe Zeisberger2006-10-031-1/+1
* [POWERPC] Fix IPIC pending register assignmentsScott Wood2006-09-221-21/+21
* [POWERPC] Adapt ipic driver to new host_ops interface, add set_irq_type to se...Kim Phillips2006-08-301-96/+207
* [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-1/+1
* [PATCH] powerpc: moved ipic code to arch/powerpcKumar Gala2006-01-091-0/+646
OpenPOWER on IntegriCloud