summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/axon_msi.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely2012-04-301-5/+3
* irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely2012-04-121-1/+1
* irq_domain/powerpc: constify irq_domain_opsGrant Likely2012-02-161-1/+1
* irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely2012-02-161-4/+1
* irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-141-14/+14
* powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
* powerpc/axon_msi: Validate msi irq via chip_dataMilton Miller2011-05-191-1/+2
* powerpc/irq: Stop exporting irq_mapGrant Likely2011-05-041-1/+1
* powerpc: Convert to new irq_* function namesThomas Gleixner2011-03-291-7/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-03-181-1/+2
|\
| * powerpc: platforms/cell irq_data conversion.Lennert Buytenhek2011-03-101-1/+2
* | dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-7/+4
|/
* pci: Convert msi to new irq_chip functionsThomas Gleixner2010-10-121-3/+3
* powerpc: remove references to of_device and to_of_deviceGrant Likely2010-07-241-2/+2
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-3/+4
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-241-1/+1
* powerpc: Fix memory leak in axon_msi.cMichael Ellerman2009-10-141-1/+1
* powerpc/cell: Use pr_devel() in axon_msi.cMichael Ellerman2009-07-081-11/+11
* powerpc/cell: Use driver_data acessors, not platform_data in Axon MSIMichael Ellerman2009-06-151-2/+2
* powerpc/cell/axon-msi: Fix MSI after kexecArnd Bergmann2008-12-161-0/+3
* powerpc/cell/axon-msi: Retry on missing interruptArnd Bergmann2008-12-011-5/+31
* powerpc: Fix irq_alloc_host() reference counting and callersMichael Ellerman2008-06-091-1/+1
* powerpc: Rework Axon MSI setup so we can avoid freeing the irq_hostMichael Ellerman2008-06-091-9/+7
* [POWERPC] Add debugging trigger to Axon MSI codeMichael Ellerman2008-05-231-0/+58
* [POWERPC] Use of_get_next_parent() in platforms/cell/axon_msi.cMichael Ellerman2008-04-241-3/+3
* [POWERPC] Avoid possible extra of_node_put in axon_msi.cStephen Rothwell2008-02-061-1/+1
* [POWERPC] Avoid DMA exception when using axon_msi with IOMMUMichael Ellerman2008-02-061-11/+10
* [POWERPC] Convert axon_msi to an of_platform driverMichael Ellerman2008-02-061-42/+34
* Remove msic_dcr_read() in axon_msi.cMichael Ellerman2007-10-151-7/+2
* Add dcr_host_t.base in dcr_read()/dcr_write()Michael Ellerman2007-10-151-2/+2
* [POWERPC] Update axon_msi to use dcr_host_t.baseMichael Ellerman2007-10-031-7/+6
* [POWERPC] Make sure to of_node_get() the result of pci_device_to_OF_node()Michael Ellerman2007-10-031-2/+2
* [POWERPC] Provide a default irq_host match, which matches on an exact of_nodeMichael Ellerman2007-09-141-6/+0
* [POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman2007-09-141-9/+5
* [CELL] add support for MSI on Axon-based Cell systemsMichael Ellerman2007-07-201-0/+445