summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_msi.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/fsl_msi: add MSIIR1 support for MPIC v4.3Minghuan Lian2013-08-081-38/+94
* powerpc/fsl_msi: fix error return code in fsl_of_msi_probe()Wei Yongjun2013-07-301-3/+2Star
* powerpc/fsl-msi: use a different lockclass for the cascade interruptSebastian Andrzej Siewior2013-04-031-1/+3
* powerpc/fsl: msi: sparse fixesKim Phillips2013-02-121-2/+2
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-4/+3Star
* Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queueMarcelo Tosatti2012-10-111-2/+7
|\
| * powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcallsScott Wood2012-10-051-2/+7
* | powerpc/fsl_msi: drop unneeded cast to non-const pointerArnd Bergmann2012-09-111-3/+3
* | powerpc/fsl_msi: add a const qualifierUwe Kleine-König2012-09-111-1/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-221-0/+1
|\
| * powerpc/fsl_msi: return proper error value when ioremap failed.Liu Shuo2012-03-161-0/+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/+2Star
* | irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-141-3/+3
|/
* powerpc/fsl: add MSI support for the Freescale hypervisorTimur Tabi2012-01-041-20/+48
* powerpc/fsl_msi: add support for the fsl, msi property in PCI nodesTimur Tabi2011-11-241-0/+39
* powerpc/fsl_msi: add support for "msi-address-64" propertyTimur Tabi2011-10-141-6/+14
* powerpc/fsl_msi: fix support for multiple MSI rangesTimur Tabi2011-10-111-3/+5
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* Merge branch 'merge' into nextBenjamin Herrenschmidt2011-05-191-2/+5
|\
| * drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
* | powerpc/fsl_msi: Use chip_data not handler_dataMilton Miller2011-05-191-3/+3
* | powerpc/fsl_msi: Don't abuse platform_data for driver_dataMilton Miller2011-05-191-2/+2
|/
* powerpc: Convert to new irq_* function namesThomas Gleixner2011-03-291-10/+10
* powerpc-fsl-msi-use-irqd.patchThomas Gleixner2011-03-291-10/+11
* powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner2011-03-291-1/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-03-181-45/+66
|\
| * powerpc/fsl_msi: Handle msi-available-ranges betterScott Wood2011-03-151-36/+56
| * powerpc: sysdev/fsl_msi irq_data conversion.Lennert Buytenhek2011-03-101-9/+10
* | dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-5/+8
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2010-10-221-5/+4Star
|\
| * powerpc/fsl-pci: Fix MSI support on 83xx platformsKumar Gala2010-10-141-5/+4Star
* | pci: Convert msi to new irq_chip functionsThomas Gleixner2010-10-121-2/+2
|/
* powerpc: remove references to of_device and to_of_deviceGrant Likely2010-07-241-2/+2
* of/powerpc: fix fsl_msi device node pointerWolfram Sang2010-06-031-1/+1
* Merge commit 'kumar/next' into nextBenjamin Herrenschmidt2010-05-311-24/+93
|\
| * powerpc/fsl_msi: add removal path and probe failing pathLi Yang2010-05-251-6/+30
| * powerpc/fsl_msi: enable msi sharing through AMP OSesLi Yang2010-05-251-1/+7
| * powerpc/fsl_msi: enable msi allocation in all banksLi Yang2010-05-251-3/+11
| * powerpc/fsl_msi: fix the conflict of virt_msir's chip_dataLi Yang2010-05-251-6/+27
| * powerpc/fsl_msi: Add multiple MSI bank supportLan Chunhe-B258062010-05-251-15/+25
* | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-191-7/+7
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc: Remove whitespace in irq chip name fieldsAnton Blanchard2010-02-171-1/+1
* genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner2009-12-141-2/+2
* powerpc: Fixup last users of irq_chip->typenameThomas Gleixner2009-11-241-1/+1
* powerpc: Remove get_irq_desc()Michael Ellerman2009-10-301-1/+1
* powerpc/fsl: Support unique MSI addresses per PCIe Root ComplexKumar Gala2009-05-191-2/+7
* powerpc: Convert the FSL MSI code to use msi_bitmapMichael Ellerman2008-08-201-89/+14Star