RE: [PATCH 4/4] booting-without-of for Freescale MSI

2008-05-07 Thread Jin Zhengxiong
> > > > Thanks for your input. I think the name "fsl,MPIC-MSI" and > > "fsl,IPIC-MSI" > > is somethind specific. > > This is the third MSI-on-MPIC I've seen, and I doubt it will > be the last. It is likely FSL will make some different one > in the future, as well. > This is the first patch f

Re: [PATCH 4/4] booting-without-of for Freescale MSI

2008-05-06 Thread Segher Boessenkool
+- compatible : should be "fsl,MPIC-MSI" for 85xx/86xx cpu, + and "fsl,IPIC-MSI" for 83xx cpu. Please use a more specific name, "fsl,8599-msi" or similar? Thanks for your input. I think the name "fsl,MPIC-MSI" and "fsl,IPIC-MSI" is somethind specific. This is the third MSI-on-MPIC

RE: [PATCH 4/4] booting-without-of for Freescale MSI

2008-05-06 Thread Jin Zhengxiong
> > > +- compatible : should be "fsl,MPIC-MSI" for 85xx/86xx cpu, > > + and "fsl,IPIC-MSI" for 83xx cpu. > > Please use a more specific name, "fsl,8599-msi" or similar? > Thanks for your input. I think the name "fsl,MPIC-MSI" and "fsl,IPIC-MSI" is somethind specific. Actually, from th

Re: [PATCH 4/4] booting-without-of for Freescale MSI

2008-05-05 Thread Segher Boessenkool
+- compatible : should be "fsl,MPIC-MSI" for 85xx/86xx cpu, + and "fsl,IPIC-MSI" for 83xx cpu. Please use a more specific name, "fsl,8599-msi" or similar? +- interrupts : should contain the msi interrupts cascade to the host + interrupt controller. You should describe that

[PATCH 4/4] booting-without-of for Freescale MSI

2008-05-05 Thread Jason Jin
Binding document adding for Freescale MSI support. Signed-off-by: Jason Jin <[EMAIL PROTECTED]> --- Documentation/powerpc/booting-without-of.txt | 37 +- 1 files changed, 36 insertions(+), 1 deletions(-) diff --git a/Documentation/powerpc/booting-without-of.txt b/Docum