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; Gala Kumar; Jin

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 firstly? I've asked Paul to pick up this patch

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

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/arch/powerpc/platforms/86xx/mpc8610_hpcd.c b/arch

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, at 10:29 PM, Jin Zhengxiong wrote

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 On Fri, 2008-05-16 at 17

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 noticed there is the

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 Freescale MSI On Fri, May 9

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 MSI If these MSI devices

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 On May 5,

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 the hardware point,

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@ozlabs.org Subject: Re

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/powerpc/sysdev/ Makefile index

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-04-21 at 18:01 +0800, Jin

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 support On Dec 14, 2007