Re: ELDK 4.2/kilauea/3.5+ kernel broken

2012-10-19 Thread Mai La
-ENODEV; msi-msi_regs = of_iomap(msi-msi_dev, 0); 1. The first few lines: change from SDR0_WRITE to mtdcri since the old one cause crash. I use ELDK 4.2. 2. The second one should mean that: if not find any node then return error. So it should be !msi-msi_dev Regards, Mai La. On Fri, Oct

Re: [PATCH 1/2] [v4] powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board

2012-04-08 Thread Mai La
Do you have any further comment for this patch? On Mon, Mar 19, 2012 at 10:59 AM, Mai La m...@apm.com wrote: This patch consists of: - Enable PCI MSI as default for Bluestone board - Change definition of number of MSI interrupts as it depends on SoC - Fix returning ENODEV as finding MSI node

Re: [PATCH 2/2] powerpc/44x: Add PCI MSI node for APM821xx SoC and Bluestone board in DTS

2012-04-08 Thread Mai La
This patch is along with patch [1/2, v4] powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board. Do you have any comment for this patch? Thank you! On Wed, Feb 29, 2012 at 3:47 PM, Mai La m...@apm.com wrote: Signed-off-by: Mai La m...@apm.com --- arch/powerpc/boot/dts

[PATCH] [v1] powerpc/44x: Support CPM for Maui APM821xxx SoC and Bluestone board

2012-04-02 Thread Mai La
In this patch: - Add CPM node for Maui APM821xxx SoC and Bluestone board in DTS Signed-off-by: Mai La m...@apm.com --- v1: Per Grant Likely's comment: * Fix typo --- arch/powerpc/boot/dts/bluestone.dts |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch

[PATCH 1/2] [v3] powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board

2012-03-12 Thread Mai La
This patch consists of: - Enable PCI MSI as default for Bluestone board - Change definition of number of MSI interrupt as it depends on SoC - Fix returning ENODEV as finding MSI node - Fix MSI physical high and low address - Keep MSI data logically Signed-off-by: Mai La m...@apm.com --- v3

[PATCH 1/2] powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board

2012-03-11 Thread Mai La
This patch consists of: - Enable PCI MSI as default for Bluestone board - Change definition of number of MSI interrupt as it depends on SoC - Fix returning ENODEV as finding MSI node - Fix MSI physical high and low address - Keep MSI data logically Signed-off-by: Mai La m...@apm.com --- arch

[PATCH 1/2] powerpc/44x: Fix PCI MSI support for Maui APM821xx SoC and Bluestone board

2012-03-08 Thread Mai La
This patch consists of: - Enable PCI MSI as default for Bluestone board - Define number of MSI interrupt for Maui APM821xx SoC using in Bluestone board - Fix returning ENODEV as finding MSI node - Fix MSI physical high and low address - Keep MSI data logically Signed-off-by: Mai La m...@apm.com

[PATCH 2/2] powerpc/44x: Add PCI MSI node for Maui APM821xx SoC and Bluestone board in DTS

2012-03-08 Thread Mai La
Signed-off-by: Mai La m...@apm.com --- arch/powerpc/boot/dts/bluestone.dts | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/bluestone.dts b/arch/powerpc/boot/dts/bluestone.dts index 2a56a0d..8ea6325 100644 --- a/arch/powerpc

Re: [PATCH 1/2] powerpc/44x: Fix PCI MSI support for APM821xx SoC and Bluestone board

2012-03-05 Thread Mai La
Please see my in-line reply. On Wed, Feb 29, 2012 at 9:18 PM, Josh Boyer jwbo...@gmail.com wrote: On Wed, Feb 29, 2012 at 3:47 AM, Mai La m...@apm.com wrote: This patch consists of: - Enable PCI MSI as default for Bluestone board - Define number of MSI interrupt for Maui APM821xx What

[PATCH 1/2] powerpc/44x: Fix PCI MSI support for APM821xx SoC and Bluestone board

2012-03-05 Thread Mai La
This patch consists of: - Enable PCI MSI as default for Bluestone board - Define number of MSI interrupt for Maui APM821xx SoC using in Bluestone board - Fix returning ENODEV as finding MSI node - Fix MSI physical high and low address - Keep MSI data logically Signed-off-by: Mai La m...@apm.com

[PATCH 2/2] powerpc/44x: Add PCI MSI node for APM821xx SoC and Bluestone board in DTS

2012-03-05 Thread Mai La
Signed-off-by: Mai La m...@apm.com --- arch/powerpc/boot/dts/bluestone.dts | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/bluestone.dts b/arch/powerpc/boot/dts/bluestone.dts index 2a56a0d..8ea6325 100644 --- a/arch/powerpc

[PATCH 2/2] powerpc/44x: Add PCI MSI node for APM821xx SoC and Bluestone board in DTS

2012-02-29 Thread Mai La
Signed-off-by: Mai La m...@apm.com --- arch/powerpc/boot/dts/bluestone.dts | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/bluestone.dts b/arch/powerpc/boot/dts/bluestone.dts index 2a56a0d..8ea6325 100644 --- a/arch/powerpc

[PATCH 1/2] powerpc/44x: Fix PCI MSI support for APM821xx SoC and Bluestone board

2012-02-29 Thread Mai La
This patch consists of: - Enable PCI MSI as default for Bluestone board - Define number of MSI interrupt for Maui APM821xx - Fix returning ENODEV as finding MSI node - Fix MSI physical high and low address - Keep MSI data logically Signed-off-by: Mai La m...@apm.com --- arch/powerpc/platforms