RE: [PATCH 1/4] powerpc: fsl_msi doesn't need it's own of_node

2008-07-17 Thread Jin Zhengxiong
Ack, Tested the patch set on Freescale board and working good. Thanks Jason Jin > -Original Message- > From: Michael Ellerman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 15, 2008 10:46 PM > To: Benjamin Herrenschmidt > Cc: linuxppc-dev@ozlabs.org; Olof Johannsson;

RE: [PATCH v2] [POWERPC] mpic: deal with bogus NIRQ in FeatureReporting Register

2008-05-23 Thread Jin Zhengxiong
> On May 22, 2008, at 9:15 PM, Jin Zhengxiong wrote: > > > Hi, Kumar, > > > > So I should change the MSI hwirq num according to this change, The > > patches will be send after this changes updated to your tree. How > > about applying the MSI driver firs

RE: [PATCH v2] [POWERPC] mpic: deal with bogus NIRQ in FeatureReporting Register

2008-05-22 Thread Jin Zhengxiong
Hi, Kumar, So I should change the MSI hwirq num according to this change, The patches will be send after this changes updated to your tree. How about applying the MSI driver firstly? Jason > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > g] On Behalf Of Ben

RE: [PATCH 3/4 V4] Enable MSI support for MPC8610HPCD board

2008-05-20 Thread Jin Zhengxiong
> -Original Message- > From: Kumar Gala [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 21, 2008 11:39 AM > To: Jin Zhengxiong > Cc: linuxppc-dev@ozlabs.org > Subject: Re: [PATCH 3/4 V4] Enable MSI support for MPC8610HPCD board > > > On May 20, 2008,

RE: [PATCH 3/4 V4] Enable MSI support for MPC8610HPCD board

2008-05-20 Thread Jin Zhengxiong
> -Original Message- > From: Kumar Gala [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 20, 2008 9:24 PM > To: Jin Zhengxiong > Cc: linuxppc-dev@ozlabs.org > Subject: Re: [PATCH 3/4 V4] Enable MSI support for MPC8610HPCD board > > > diff --git a/

RE: [PATCH 2/4 V5] MSI support on 83xx/85xx/86xx board

2008-05-19 Thread Jin Zhengxiong
> -Original Message- > From: Michael Ellerman [mailto:[EMAIL PROTECTED] > Sent: Monday, May 19, 2008 10:09 AM > To: Jin Zhengxiong > Cc: [EMAIL PROTECTED]; linuxppc-dev@ozlabs.org; > [EMAIL PROTECTED] > Subject: Re: [PATCH 2/4 V5] MSI support on 83xx/85xx/86xx board

RE: [PATCH 2/4 V5] MSI support on 83xx/85xx/86xx board

2008-05-19 Thread Jin Zhengxiong
Hi Stephen, Thanks for the comments, I'd like to clean up some of the codes by patch after some updates(such as irq_alloc_host you mentioned). Jason > -Original Message- > From: Stephen Rothwell [mailto:[EMAIL PROTECTED] > Sent: Monday, May 19, 2008 11:34 AM > To: Ji

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

2008-05-12 Thread Jin Zhengxiong
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Grant Likely > Sent: Friday, May 09, 2008 9:25 PM > To: Jin Zhengxiong > Cc: [EMAIL PROTECTED]; linuxppc-dev@ozlabs.org > Subject: Re: [PATCH 1/4 V2] booting-without-of for Free

RE: [PATCH 2/4 V4] MSI support on 83xx/85xx/86xx board

2008-05-12 Thread Jin Zhengxiong
> > ... > > > +static int fsl_msi_host_match(struct irq_host *h, struct > device_node > > +*node) { > > + /* Exact match*/ > > + return h->of_node == node; > > +} > > This is the default behaviour, so technically you don't need > this routine - but I'm not fussed. You are right, I notice

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

2008-05-09 Thread Jin Zhengxiong
> -Original Message- > From: Segher Boessenkool [mailto:[EMAIL PROTECTED] > Sent: Friday, May 09, 2008 6:14 PM > To: Jin Zhengxiong > Cc: [EMAIL PROTECTED]; linuxppc-dev@ozlabs.org; > [EMAIL PROTECTED] > Subject: Re: [PATCH 1/4 V2] booting-without-of for Freescale

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

2008-05-09 Thread Jin Zhengxiong
Hi, Segher. Thanks > > +- compatible : set as "fsl,86xx-MSI" for 86xx cpu, > "fsl,85xx-MSI" > > for 85xx > > + cpu and "fsl,83xx-MSI" for 83xx cpu. > > Don't use "xx", use real device names instead. If for > example the oldest 86xx device that implements this is 8600, > and you wri

RE: [PATCH 2/2] [POWERPC] 86xx: mpc8610_hpcd: add support for ULI RTC

2008-05-07 Thread Jin Zhengxiong
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > g] On Behalf Of Kumar Gala > Sent: Tuesday, May 06, 2008 3:12 AM > To: Anton Vorontsov > Cc: linuxppc-dev@ozlabs.org > Subject: Re: [PATCH 2/2] [POWERPC] 86xx: mpc8610_hpcd: add > support for ULI RTC > > > O

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 1/4 V3] MSI support on 83xx/85xx/86xx board

2008-05-06 Thread Jin Zhengxiong
Hi Micheal, Thank you for your comments. I'll send the new version according to feedback. Jason > -Original Message- > From: Michael Ellerman [mailto:[EMAIL PROTECTED] > Sent: Monday, May 05, 2008 7:24 PM > To: Jin Zhengxiong > Cc: [EMAIL PROTECTED]; linuxppc-dev@

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 v2] MSI driver for Freescale 83xx/85xx/86xx cpu

2008-04-28 Thread Jin Zhengxiong
> -Original Message- > From: Gala Kumar > Sent: Tuesday, April 22, 2008 9:38 PM > To: Jin Zhengxiong > Cc: linuxppc-dev@ozlabs.org > Subject: Re: [PATCH v2] MSI driver for Freescale 83xx/85xx/86xx cpu > > > diff --git a/arch/powerpc/sysdev/Makefile b/arch/po

RE: [PATCH 1/3] MSI driver for Freescale 83xx/85xx/86xx cpu

2008-04-21 Thread Jin Zhengxiong
> -Original Message- > From: Michael Ellerman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 22, 2008 12:35 PM > To: Jin Zhengxiong > Cc: linuxppc-dev list; Gala Kumar > Subject: RE: [PATCH 1/3] MSI driver for Freescale 83xx/85xx/86xx cpu > > On Mon, 2008-0

RE: [PATCH 1/3] MSI driver for Freescale 83xx/85xx/86xx cpu

2008-04-21 Thread Jin Zhengxiong
Hi, Michael, Thank you very much for you input, please see my inline answer. B.R Jason > -Original Message- > From: Michael Ellerman [mailto:[EMAIL PROTECTED] > Sent: Monday, April 21, 2008 2:22 PM > To: Jin Zhengxiong > Cc: linuxppc-dev@ozlabs.org; Gala Kumar > Sub

RE: [PATCH 2/2] powerpc: Add IPIC MSI support

2007-12-14 Thread Jin Zhengxiong
> -Original Message- > From: Kumar Gala [mailto:[EMAIL PROTECTED] > Sent: Friday, December 14, 2007 4:52 PM > To: Li Tony > Cc: Phillips Kim; [EMAIL PROTECTED]; linuxppc-dev list; > Jin Zhengxiong; Olof Johansson > Subject: Re: [PATCH 2/2] powerpc: Add IPIC MSI s