summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/ipic.c
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-01-14powerpc/ipic: drop unused functionsChristophe Leroy-35/+0
2018-12-17powerpc/ipic: Remove unused ipic_set_priority()Michael Ellerman-28/+0
2018-10-20powerpc/sysdev/ipic: check primary_ipic NULL pointer before using itChristophe Leroy-1/+1
2017-11-06powerpc/ipic: Fix status get and status clearChristophe Leroy-2/+2
2017-07-24powerpc/ipic: Support edge on IRQ0Scott Wood-0/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman-2/+2
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier-1/+2
2015-09-16powerpc/ipic: Use irq_set_handler_locked()Thomas Gleixner-2/+2
2015-07-30genirq/irqdomain: Allow irq domain aliasingMarc Zyngier-1/+2
2015-05-11powerpc: Constify irq_domain_opsKrzysztof Kozlowski-1/+1
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard-1/+0
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely-17/+1
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely-5/+2
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely-5/+5
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches-1/+1
2011-05-20Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt-27/+9
2011-05-11PM / PowerPC: Use struct syscore_ops instead of sysdevs for PMRafael J. Wysocki-27/+9
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely-9/+7
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner-3/+3
2011-03-29powerpc: ipic: Cleanup flow type handlingThomas Gleixner-9/+7
2011-03-10powerpc: sysdev/ipic irq_data conversion.Lennert Buytenhek-27/+27
2010-02-19powerpc: Convert ipic_lock to raw_spinlockThomas Gleixner-9/+9
2010-02-17powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard-2/+2
2009-12-09powerpc: Make "intspec" pointers in irq_host->xlate() constRoman Fietze-1/+1
2009-11-24powerpc: Fixup last users of irq_chip->typenameThomas Gleixner-2/+2
2009-10-30powerpc: Remove get_irq_desc()Michael Ellerman-1/+1
2009-08-20powerpc/ipic: introduce missing kfreeJulia Lawall-1/+3
2009-08-20powerpc/ipic: unmask all interrupt sourcesSebastian Andrzej Siewior-0/+3
2009-07-08powerpc: Don't use alloc_bootmem() in init_IRQ() pathAnton Vorontsov-3/+1
2009-03-09powerpc/83xx: Fix the interrupt loss problem on ipicdayu@datangmobile.cn-4/+2
2009-02-06powerpc/83xx: Build breakage for CONFIG_PM but no CONFIG_SUSPENDMichael Neuling-1/+1
2008-07-16powerpc/mpc83xx: Power Management supportScott Wood-0/+71
2008-06-09powerpc: Fix irq_alloc_host() reference counting and callersMichael Ellerman-4/+2
2008-06-09powerpc: Rework ipic_init() so we can avoid freeing the irq_hostMichael Ellerman-6/+4
2008-03-24[POWERPC] Fix crash in init_ipic_sysfs on efikaOlaf Hering-1/+1
2008-01-31Merge branch 'linux-2.6'Paul Mackerras-1/+1
2008-01-28[POWERPC] 83xx: ipic: add interrupt vector 94Kim Phillips-0/+6
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers-1/+1
2008-01-23[POWERPC] Add support for mpc512x interrupts to ipicJohn Rigby-0/+62
2007-12-12[POWERPC] ipic: ack only for edge interruptsLi Yang-70/+43
2007-12-11[POWERPC] ipic: add new interrupts introduced by new chipLi Yang-5/+133
2007-09-14[POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman-5/+2
2007-01-26[POWERPC] 83xx: Return a point to the struct ipic from ipic_init()Kumar Gala-6/+9
2007-01-24[POWERPC] arch/powerpc/sysdev/ipic.c of_node_get cleanupMariusz Kozlowski-1/+1
2006-10-25[POWERPC] IPIC: Fix spinlock recursion in set_irq_handlerScott Wood-2/+2
2006-10-07[POWERPC] Fix up after irq changesOlaf Hering-1/+1
2006-10-03fix file specification in commentsUwe Zeisberger-1/+1
2006-09-22[POWERPC] Fix IPIC pending register assignmentsScott Wood-21/+21
2006-08-30[POWERPC] Adapt ipic driver to new host_ops interface, add set_irq_type to se...Kim Phillips-96/+207