From: Timur Tabi Date: Tue, 13 Dec 2011 20:51:59 +0000 (-0600) Subject: powerpc/fsl: add MSI support for the Freescale hypervisor X-Git-Tag: v3.3-rc1~181^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=446bc1ffe4f2cac228909fe0ac48884d12700d81;p=pandora-kernel.git powerpc/fsl: add MSI support for the Freescale hypervisor Add support for vmpic-msi nodes to the fsl_msi driver. The MSI is virtualized by the hypervisor, so the vmpic-msi does not contain a 'reg' property. Instead, the driver uses hcalls. Add support for the "msi-address-64" property to the fsl_pci driver. The Freescale hypervisor typically puts the virtualized MSIIR register in the page after the end of DDR, so we extend the DDR ATMU to cover it. Any other location for MSIIR is not supported, for now. Signed-off-by: Timur Tabi Signed-off-by: Kumar Gala --- Reading git-diff-tree failed