Re: [PATCH] powerpc/fsl_msi: add support for "msi-address-64" property
From: Kumar Gala <hidden>
Date: 2011-10-14 14:15:56
On Sep 23, 2011, at 12:41 PM, Timur Tabi wrote:
Add support for the msi-address-64 property of a PCI node. This =
property
specifies the PCI address of MSIIR (message signaled interrupt index
register).
=20
In commit 3da34aae ("powerpc/fsl: Support unique MSI addresses per =PCIe Root
Complex"), the msi_addr_hi/msi_addr_lo fields of struct fsl_msi were =
redefined
from an actual address to just an offset, but the fields were not =
renamed
accordingly. These fields are replace with a single field, =
msiir_offset,
to reflect the new meaning. =20 Signed-off-by: Timur Tabi <redacted> --- =20 This patch is necessary, but not sufficient, for MSI support under the Freescale hypervisor. Future patches will add full support. =20 .../devicetree/bindings/powerpc/fsl/msi-pic.txt | 42 =
++++++++++++++++++++
arch/powerpc/sysdev/fsl_msi.c | 20 +++++++--- arch/powerpc/sysdev/fsl_msi.h | 3 +- 3 files changed, 57 insertions(+), 8 deletions(-)
applied - k=