aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/mpic_msi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2015-10-13irqdomain: Use irq_domain_get_of_node() instead of direct field accessMarc Zyngier1-1/+1
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely1-3/+3
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+2
2012-02-23powerpc/mpic: Remove MPIC_BROKEN_FRR_NIRQS and duplicate irq_countKyle Moffett1-2/+2
2012-02-16irq_domain: constify irq_domain_opsGrant Likely1-1/+1
2012-02-14irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely1-1/+1
2009-12-18powerpc: Fix MSI support on U4 bridge PCIe slotBenjamin Herrenschmidt1-1/+10
2008-08-20powerpc: Convert the MPIC MSI code to use msi_bitmapMichael Ellerman1-105/+18
2008-05-14[POWERPC] sysdev/mpic_msi.c should include sysdev/mpic.hMichael Ellerman1-0/+1
2007-09-19[POWERPC] Fix section mismatch in PCI codeStephen Rothwell1-5/+1
2007-09-14[POWERPC] Add an optional device_node pointer to the irq_hostMichael Ellerman1-3/+4
2007-05-08[POWERPC] MPIC MSI allocatorMichael Ellerman1-0/+183