summaryrefslogtreecommitdiff
path: root/arch/powerpc/sysdev/fsl_msi.c
AgeCommit message (Expand)Author
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring
2016-09-20powerpc: Remove all usages of NO_IRQMichael Ellerman
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier
2015-09-10powerpc/MSI: Fix race condition in tearing down MSI interruptsPaul Mackerras
2015-07-22powerpc/PCI: Use for_pci_msi_entry() to access MSI device listJiang Liu
2015-06-02powerpc/fsl_msi: Move MSI-related ops to pci_controller_opsDaniel Axtens
2015-03-23powerpc/85xx: workaround for chips with MSI hardware errataHongtao Jia
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-11Merge tag 'powerpc-3.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2014-12-10Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu
2014-11-17powerpc/fsl_msi: mark the msi cascade handler IRQF_NO_THREADKevin Hao
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard
2014-10-20powerpc: sysdev: drop owner assignment from platform_driversWolfram Sang
2014-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds
2014-10-01PCI/MSI/PPC: Remove arch_msi_check_device()Alexander Gordeev
2014-09-19Revert "powerpc/fsl_msi: spread msi ints across different MSIRs"Scott Wood
2014-09-04powerpc/fsl_msi: spread msi ints across different MSIRsTudor Laurentiu
2014-09-04powerpc/fsl_msi: show more meaningful names in /proc/interruptsTudor Laurentiu
2014-09-04powerpc/fsl_msi: change the irq handler from chained to normalTudor Laurentiu
2014-09-04powerpc/fsl_msi: reorganize structs to improve clarity and flexibilityTudor Laurentiu
2014-09-03powerpc/fsl_msi: support vmpic msi with mpic 4.3Tudor Laurentiu
2013-08-07powerpc/fsl_msi: add MSIIR1 support for MPIC v4.3Minghuan Lian
2013-07-30powerpc/fsl_msi: fix error return code in fsl_of_msi_probe()Wei Yongjun
2013-04-03powerpc/fsl-msi: use a different lockclass for the cascade interruptSebastian Andrzej Siewior
2013-02-12powerpc/fsl: msi: sparse fixesKim Phillips
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman
2012-10-10Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queueMarcelo Tosatti
2012-10-05powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcallsScott Wood
2012-09-11powerpc/fsl_msi: drop unneeded cast to non-const pointerArnd Bergmann
2012-09-11powerpc/fsl_msi: add a const qualifierUwe Kleine-König
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-03-16powerpc/fsl_msi: return proper error value when ioremap failed.Liu Shuo
2012-02-16irq_domain/powerpc: constify irq_domain_opsGrant Likely
2012-02-16irq_domain: Replace irq_alloc_host() with revmap-specific initializersGrant Likely
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely
2012-01-04powerpc/fsl: add MSI support for the Freescale hypervisorTimur Tabi
2011-11-24powerpc/fsl_msi: add support for the fsl, msi property in PCI nodesTimur Tabi
2011-10-14powerpc/fsl_msi: add support for "msi-address-64" propertyTimur Tabi
2011-10-11powerpc/fsl_msi: fix support for multiple MSI rangesTimur Tabi
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-05-19Merge branch 'merge' into nextBenjamin Herrenschmidt
2011-05-19powerpc/fsl_msi: Use chip_data not handler_dataMilton Miller
2011-05-19powerpc/fsl_msi: Don't abuse platform_data for driver_dataMilton Miller
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner
2011-03-29powerpc-fsl-msi-use-irqd.patchThomas Gleixner
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds