aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_msi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linuxLinus Torvalds1-45/+50
2014-10-01PCI/MSI/PPC: Remove arch_msi_check_device()Alexander Gordeev1-9/+3
2014-09-19Revert "powerpc/fsl_msi: spread msi ints across different MSIRs"Scott Wood1-30/+1
2014-09-04powerpc/fsl_msi: spread msi ints across different MSIRsTudor Laurentiu1-1/+30
2014-09-04powerpc/fsl_msi: show more meaningful names in /proc/interruptsTudor Laurentiu1-1/+15
2014-09-04powerpc/fsl_msi: change the irq handler from chained to normalTudor Laurentiu1-38/+18
2014-09-04powerpc/fsl_msi: reorganize structs to improve clarity and flexibilityTudor Laurentiu1-6/+11
2014-09-03powerpc/fsl_msi: support vmpic msi with mpic 4.3Tudor Laurentiu1-2/+8
2013-08-07powerpc/fsl_msi: add MSIIR1 support for MPIC v4.3Minghuan Lian1-38/+94
2013-07-30powerpc/fsl_msi: fix error return code in fsl_of_msi_probe()Wei Yongjun1-3/+2
2013-04-03powerpc/fsl-msi: use a different lockclass for the cascade interruptSebastian Andrzej Siewior1-1/+3
2013-02-12powerpc/fsl: msi: sparse fixesKim Phillips1-2/+2
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-4/+3
2012-10-10Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queueMarcelo Tosatti1-2/+7
2012-10-05powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcallsScott Wood1-2/+7
2012-09-11powerpc/fsl_msi: drop unneeded cast to non-const pointerArnd Bergmann1-3/+3
2012-09-11powerpc/fsl_msi: add a const qualifierUwe Kleine-König1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+1
2012-03-16powerpc/fsl_msi: return proper error value when ioremap failed.Liu Shuo1-0/+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/+2
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-3/+3
2012-01-04powerpc/fsl: add MSI support for the Freescale hypervisorTimur Tabi1-20/+48
2011-11-24powerpc/fsl_msi: add support for the fsl, msi property in PCI nodesTimur Tabi1-0/+39
2011-10-14powerpc/fsl_msi: add support for "msi-address-64" propertyTimur Tabi1-6/+14
2011-10-11powerpc/fsl_msi: fix support for multiple MSI rangesTimur Tabi1-3/+5
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-19Merge branch 'merge' into nextBenjamin Herrenschmidt1-2/+5
2011-05-19powerpc/fsl_msi: Use chip_data not handler_dataMilton Miller1-3/+3
2011-05-19powerpc/fsl_msi: Don't abuse platform_data for driver_dataMilton Miller1-2/+2
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner1-10/+10
2011-03-29powerpc-fsl-msi-use-irqd.patchThomas Gleixner1-10/+11
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner1-1/+1
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-45/+66
2011-03-15powerpc/fsl_msi: Handle msi-available-ranges betterScott Wood1-36/+56
2011-03-10powerpc: sysdev/fsl_msi irq_data conversion.Lennert Buytenhek1-9/+10
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-5/+8
2010-10-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-5/+4
2010-10-14powerpc/fsl-pci: Fix MSI support on 83xx platformsKumar Gala1-5/+4
2010-10-12pci: Convert msi to new irq_chip functionsThomas Gleixner1-2/+2
2010-07-24powerpc: remove references to of_device and to_of_deviceGrant Likely1-2/+2
2010-06-02of/powerpc: fix fsl_msi device node pointerWolfram Sang1-1/+1
2010-05-31Merge commit 'kumar/next' into nextBenjamin Herrenschmidt1-24/+93
2010-05-24powerpc/fsl_msi: add removal path and probe failing pathLi Yang1-6/+30
2010-05-24powerpc/fsl_msi: enable msi sharing through AMP OSesLi Yang1-1/+7
2010-05-24powerpc/fsl_msi: enable msi allocation in all banksLi Yang1-3/+11
2010-05-24powerpc/fsl_msi: fix the conflict of virt_msir's chip_dataLi Yang1-6/+27
2010-05-24powerpc/fsl_msi: Add multiple MSI bank supportLan Chunhe-B258061-15/+25
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5