summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/axon_msi.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring2018-03-201-1/+1
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-18/+18
* powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman2017-04-111-1/+1
* powerpc: Remove all usages of NO_IRQMichael Ellerman2016-09-201-3/+3
* irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier2015-10-131-1/+1
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu2015-07-221-3/+3
* powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-06-021-1/+1
* powerpc/cell: Move MSI-related ops to pci_controller_opsDaniel Axtens2015-05-221-2/+3
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * powerpc: platforms: cell: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner2014-11-231-3/+3
* | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-1/+1
|/
* PCI/MSI/PPC: Remove arch_msi_check_device()Alexander Gordeev2014-10-011-9/+0
* 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