aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/ipic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-14powerpc/ipic: drop unused functionsChristophe Leroy1-35/+0
2018-12-17powerpc/ipic: Remove unused ipic_set_priority()Michael Ellerman1-28/+0
2018-10-20powerpc/sysdev/ipic: check primary_ipic NULL pointer before using itChristophe Leroy1-1/+1
2017-11-06powerpc/ipic: Fix status get and status clearChristophe Leroy1-2/+2
2017-07-24powerpc/ipic: Support edge on IRQ0Scott Wood1-0/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-2/+2
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-1/+2
2015-09-16powerpc/ipic: Use irq_set_handler_locked()Thomas Gleixner1-2/+2
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier1-1/+2
2015-05-11powerpc: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard1-1/+0
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely1-17/+1
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-5/+5
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-20Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt1-27/+9
2011-05-11PM / PowerPC: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki1-27/+9
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely1-9/+7
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-3/+3
2011-03-29powerpc: ipic: Cleanup flow type handlingThomas Gleixner1-9/+7
2011-03-10powerpc: sysdev/ipic irq_data conversion.Lennert Buytenhek1-27/+27
2010-02-19powerpc: Convert ipic_lock to raw_spinlockThomas Gleixner1-9/+9
2010-02-17powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard1-2/+2
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-2/+2
2009-10-30powerpc: Remove get_irq_desc()Michael Ellerman1-1/+1
2009-08-20powerpc/ipic: introduce missing kfreeJulia Lawall1-1/+3
2009-08-20powerpc/ipic: unmask all interrupt sourcesSebastian Andrzej Siewior1-0/+3
2009-07-08powerpc: Don't use alloc_bootmem() in init_IRQ() pathAnton Vorontsov1-3/+1
2009-03-09powerpc/83xx: Fix the interrupt loss problem on ipicdayu@datangmobile.cn1-4/+2
2009-02-06powerpc/83xx: Build breakage for CONFIG_PM but no CONFIG_SUSPENDMichael Neuling1-1/+1
2008-07-16powerpc/mpc83xx: Power Management supportScott Wood1-0/+71
2008-06-09powerpc: Fix irq_alloc_host() reference counting and callersMichael Ellerman1-4/+2
2008-06-09powerpc: Rework ipic_init() so we can avoid freeing the irq_hostMichael Ellerman1-6/+4
2008-03-24[POWERPC] Fix crash in init_ipic_sysfs on efikaOlaf Hering1-1/+1
2008-01-31Merge branch 'linux-2.6'Paul Mackerras1-1/+1
2008-01-28[POWERPC] 83xx: ipic: add interrupt vector 94Kim Phillips1-0/+6
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2008-01-23[POWERPC] Add support for mpc512x interrupts to ipicJohn Rigby1-0/+62
2007-12-12[POWERPC] ipic: ack only for edge interruptsLi Yang1-70/+43
2007-12-11[POWERPC] ipic: add new interrupts introduced by new chipLi Yang1-5/+133
2007-09-14[POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman1-5/+2
2007-01-26[POWERPC] 83xx: Return a point to the struct ipic from ipic_init()Kumar Gala1-6/+9
2007-01-24[POWERPC] arch/powerpc/sysdev/ipic.c of_node_get cleanupMariusz Kozlowski1-1/+1
2006-10-25[POWERPC] IPIC: Fix spinlock recursion in set_irq_handlerScott Wood1-2/+2
2006-10-07[POWERPC] Fix up after irq changesOlaf Hering1-1/+1
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-09-22[POWERPC] Fix IPIC pending register assignmentsScott Wood1-21/+21
2006-08-30[POWERPC] Adapt ipic driver to new host_ops interface, add set_irq_type to set IRQ senseKim Phillips1-96/+207
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-1/+1