aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/axon_msi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-03-20powerpc: Use sizeof(*foo) rather than sizeof(struct foo)Markus Elfring1-1/+1
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-18/+18
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman1-1/+1
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman1-3/+3
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-07-22powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu1-3/+3
2015-06-02powerpc: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-05-22powerpc/cell: Move MSI-related ops to pci_controller_opsDaniel Axtens1-2/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-3/+3
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-1/+1
2014-10-20powerpc: platforms: cell: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-01PCI/MSI/PPC: Remove arch_msi_check_device()Alexander Gordeev1-9/+0
2012-04-30powerpc/irqdomain: Fix broken NR_IRQ referencesGrant Likely1-5/+3
2012-04-12irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely1-1/+1
2012-02-16irq_domain/powerpc: constify irq_domain_opsGrant Likely1-1/+1
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely1-4/+1
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-14/+14
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-05-19powerpc/axon_msi: Validate msi irq via chip_dataMilton Miller1-1/+2
2011-05-04powerpc/irq: Stop exporting irq_mapGrant Likely1-1/+1
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-7/+7
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-1/+2
2011-03-10powerpc: platforms/cell irq_data conversion.Lennert Buytenhek1-1/+2
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-7/+4
2010-10-12pci: Convert msi to new irq_chip functionsThomas Gleixner1-3/+3
2010-07-24powerpc: remove references to of_device and to_of_deviceGrant Likely1-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-3/+4
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-24powerpc: Fixup last users of irq_chip->typenameThomas Gleixner1-1/+1
2009-10-14powerpc: Fix memory leak in axon_msi.cMichael Ellerman1-1/+1
2009-07-08powerpc/cell: Use pr_devel() in axon_msi.cMichael Ellerman1-11/+11
2009-06-15powerpc/cell: Use driver_data acessors, not platform_data in Axon MSIMichael Ellerman1-2/+2
2008-12-16powerpc/cell/axon-msi: Fix MSI after kexecArnd Bergmann1-0/+3
2008-12-01powerpc/cell/axon-msi: Retry on missing interruptArnd Bergmann1-5/+31
2008-06-09powerpc: Fix irq_alloc_host() reference counting and callersMichael Ellerman1-1/+1
2008-06-09powerpc: Rework Axon MSI setup so we can avoid freeing the irq_hostMichael Ellerman1-9/+7
2008-05-23[POWERPC] Add debugging trigger to Axon MSI codeMichael Ellerman1-0/+58
2008-04-24[POWERPC] Use of_get_next_parent() in platforms/cell/axon_msi.cMichael Ellerman1-3/+3
2008-02-06[POWERPC] Avoid possible extra of_node_put in axon_msi.cStephen Rothwell1-1/+1
2008-02-06[POWERPC] Avoid DMA exception when using axon_msi with IOMMUMichael Ellerman1-11/+10
2008-02-06[POWERPC] Convert axon_msi to an of_platform driverMichael Ellerman1-42/+34
2007-10-15Remove msic_dcr_read() in axon_msi.cMichael Ellerman1-7/+2
2007-10-15Add dcr_host_t.base in dcr_read()/dcr_write()Michael Ellerman1-2/+2
2007-10-03[POWERPC] Update axon_msi to use dcr_host_t.baseMichael Ellerman1-7/+6
2007-10-03[POWERPC] Make sure to of_node_get() the result of pci_device_to_OF_node()Michael Ellerman1-2/+2
2007-09-14[POWERPC] Provide a default irq_host match, which matches on an exact of_nodeMichael Ellerman1-6/+0