aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/qe_lib/qe_ic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang1-502/+0
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-1/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas 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-11-15powerpc: Fix typos in Freescale copyright claimsYang Li1-1/+1
2012-02-16irq_domain/powerpc: Replace custom xlate functions with library functionsGrant Likely1-14/+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-5/+5
2011-12-21power: qe_ic - convert sysdev_class to a regular subsystemKay Sievers1-6/+6
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely1-4/+2
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-7/+7
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner1-1/+1
2011-03-10powerpc: sysdev/qe_lib/qe_ic irq_data conversion.Lennert Buytenhek1-10/+15
2010-03-04powerpc/qe: Convert qe_ic_lock to raw_spinlockAnton Vorontsov1-5/+5
2010-02-17powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard1-1/+1
2010-02-09powerpc: Remove trailing space in messagesFrans Pop1-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-2/+2
2009-08-20powerpc/qe: introduce missing kfreeJulia Lawall1-1/+4
2009-07-08powerpc: Don't use alloc_bootmem() in init_IRQ() pathAnton Vorontsov1-3/+1
2008-06-09powerpc: Fix irq_alloc_host() reference counting and callersMichael Ellerman1-4/+2
2008-06-09powerpc: Rework qe_ic_init() so we can avoid freeing the irq_hostMichael Ellerman1-4/+4
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2007-10-08[POWERPC] QEIC: Implement pluggable handlers, fix MPIC cascadingAnton Vorontsov1-22/+7
2007-10-08[POWERPC] qe: miscellaneous code improvements and fixes to the QE libraryTimur Tabi1-2/+0
2007-09-14[POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman1-5/+2
2007-01-26[POWERPC] Remove fastcall function attributeKumar Gala1-2/+2
2007-01-24[POWERPC] arch/powerpc/sysdev/qe_lib of_node_get cleanupMariusz Kozlowski1-1/+1
2006-12-08[POWERPC] qe_ic: Do a sync when masking interruptsScott Wood1-30/+10
2006-10-07[POWERPC] Fix up after irq changesOlaf Hering1-8/+6
2006-10-05[PATCH] powerpc: irq change build breaksOlof Johansson1-2/+2
2006-10-04[POWERPC] Add QUICC Engine (QE) infrastructureLi Yang1-0/+555