Re: [PATCH 1/3] powerpc/mpic: add irq_set_wake support

2013-03-18 Thread Gala Kumar-B11780
support http://patchwork.ozlabs.org/patch/226035/ [3/3] powerpc/fsl: add MPIC timer wakeup support http://patchwork.ozlabs.org/patch/226036/ -Original Message- From: Wang Dongsheng-B40534 Sent: Friday, March 08, 2013 3:39 PM To: Wood Scott-B07421; Gala Kumar-B11780 Cc: linuxppc

Re: [PATCH]qonverge/usb: Add first usb controller node

2013-03-12 Thread Gala Kumar-B11780
On Feb 28, 2013, at 2:46 AM, Ramneek Mehresh wrote: Add first usb controller node for qonverge qoriq platforms like B4860, etc Signed-off-by: Ramneek Mehresh ramneek.mehr...@freescale.com --- Applies on git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git (branch next)

Re: [PATCH] edac/85xx: Add PCIe error interrupt edac support

2013-03-08 Thread Gala Kumar-B11780
On Mar 8, 2013, at 2:32 AM, Chunhe Lan wrote: Adding pcie error interrupt edac support for mpc85xx, p3041, p4080, and p5020. The mpc85xx uses the legacy interrupt report mechanism - the error interrupts are reported directly to mpic. While, the p3041/ p4080/p5020 attaches the most of error

Re: [PATCH] mmc: sdhci-pltfm: Fix timeout on t4240's sdhci controller

2013-03-08 Thread Gala Kumar-B11780
On Mar 7, 2013, at 8:57 PM, Chunhe Lan wrote: On 03/08/2013 12:30 AM, Gala Kumar-B11780 wrote: On Mar 7, 2013, at 2:05 AM, Chunhe Lan wrote: This patch fixes timeout problems on t4240's sdhci controller: mmc0: Too large timeout requested for CMD25! mmc0: Too large timeout

Re: [PATCH] mmc: sdhci-pltfm: Fix timeout on t4240's sdhci controller

2013-03-07 Thread Gala Kumar-B11780
On Mar 7, 2013, at 2:05 AM, Chunhe Lan wrote: This patch fixes timeout problems on t4240's sdhci controller: mmc0: Too large timeout requested for CMD25! mmc0: Too large timeout requested for CMD25! mmc0: Too large timeout requested for CMD25! Signed-off-by: Chunhe Lan

Re: [PATCH] powerpc/85xx: dts - add ranges property for SEC

2013-02-19 Thread Gala Kumar-B11780
On Feb 18, 2013, at 6:29 PM, Po Liu wrote: This facilitates getting the physical address of the SEC node. Signed-off-by: Liu po po@freescale.com --- arch/powerpc/boot/dts/fsl/pq3-sec4.4-0.dtsi |1 + 1 files changed, 1 insertions(+), 0 deletions(-) Why are you reposting this, I

Re: [PATCH] bsc913x:defconfig: Add new defconfig file for BSC913x platforms

2013-02-19 Thread Gala Kumar-B11780
On Feb 19, 2013, at 3:14 AM, Harninder Rai wrote: BSC913x are heterogeneous platforms having DSP and PowerPC. * Lot of new IPs like AIC (Antenna Interface Controller), RF (radio) etc * Such IPs are not present in any other 85xx platform * Lot of optimizations related to ethernet/ASF

Re: [PATCH] bsc9131/dts: Correct typo in SDHC device node

2013-02-19 Thread Gala Kumar-B11780
On Feb 19, 2013, at 3:13 AM, Harninder Rai wrote: BSC9131RDB doesn't have SDHC enabled. As a result of this typo, the node was not getting disabled from the device tree which was leading to linux hang during bootup Signed-off-by: Harninder Rai harninder@freescale.com ---

Re: [PATCH] bsc9131:l2sram: Add compatible string for BSC9131 platform

2013-02-19 Thread Gala Kumar-B11780
On Feb 19, 2013, at 3:14 AM, Harninder Rai wrote: Signed-off-by: Harninder Rai harninder@freescale.com --- arch/powerpc/sysdev/fsl_85xx_l2ctlr.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) applied to next - k ___ Linuxppc-dev

Re: [PATCH] [v2] powerpc/fsl: remove extraneous DIU platform functions

2013-02-15 Thread Gala Kumar-B11780
On Jan 17, 2013, at 5:26 PM, Timur Tabi wrote: From: Timur Tabi ti...@freescale.com The Freescale DIU driver was recently updated to not require every DIU platform function, so now we can remove the unneeded functions from some boards. Signed-off-by: Timur Tabi ti...@freescale.com ---

Re: [PATCH 1/2] powerpc/85xx: fix various PCI node compatible strings

2013-02-12 Thread Gala Kumar-B11780
On Jan 17, 2013, at 4:34 PM, Timur Tabi wrote: From: Timur Tabi ti...@freescale.com Fix and/or improve the compatible strings of the PCI device tree nodes for some Freescale SOCs. This fixes some issues and improves consistency among the SOCs. Specifically: 1) The P1022 has a v1

Re: [PATCH 2/2] powerpc/85xx: describe the PAMU topology in the device tree

2013-02-12 Thread Gala Kumar-B11780
On Jan 17, 2013, at 4:34 PM, Timur Tabi wrote: From: Timur Tabi ti...@freescale.com The PAMU caches use the LIODNs to determine which cache lines hold the entries for the corresponding LIODs. The LIODNs must therefore be carefully assigned to avoid cache thrashing -- two active LIODs with

Re: [PATCH 2/2] powerpc/85xx: describe the PAMU topology in the device tree

2013-01-23 Thread Gala Kumar-B11780
On Jan 17, 2013, at 4:34 PM, Timur Tabi wrote: From: Timur Tabi ti...@freescale.com The PAMU caches use the LIODNs to determine which cache lines hold the entries for the corresponding LIODs. The LIODNs must therefore be carefully assigned to avoid cache thrashing -- two active LIODs with

Re: [PATCH] powerpc/mpc85xx: Change spin table to cached memory

2012-11-25 Thread Gala Kumar-B11780
On Sep 29, 2012, at 6:44 PM, York Sun wrote: ePAPR v1.1 requires the spin table to be in cached memory. So we need to change the call argument of ioremap to enable cache and coherence. We also flush the cache after writing to spin table to keep it compatible with previous cache-inhibit spin

Re: [PATCH 1/3] edac: Use ccsr_pci structure instead of hardcoded define

2012-10-03 Thread Gala Kumar-B11780
On Sep 27, 2012, at 2:02 PM, Chunhe Lan wrote: There are some differences of register offset and definition between pci and pcie error management registers. While, some other pci/pcie error management registers are nearly the same. To merge pci and pcie edac code into one, it is easier to

Re: [PATCH 3/3] edac/85xx: Enable the EDAC PCI err driver by device_initcall

2012-09-27 Thread Gala Kumar-B11780
On Sep 27, 2012, at 11:09 AM, Scott Wood wrote: On 09/27/2012 02:02:03 PM, Chunhe Lan wrote: Original process of call: The mpc85xx_pci_err_probe function completes to been registered and enabled of EDAC PCI err driver at the latter time stage of kernel boot in the

Re: [PATCH] p1023rds_defconfig: Add USB support

2012-09-19 Thread Gala Kumar-B11780
On Sep 14, 2012, at 2:57 PM, Chunhe Lan wrote: Signed-off-by: Chunhe Lan chunhe@freescale.com --- arch/powerpc/configs/85xx/p1023rds_defconfig |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) applied to next - k ___

Re: [PATCH v2 1/2] powerpc/mpic: Add Open-PIC global timer document

2012-08-10 Thread Gala Kumar-B11780
On Aug 10, 2012, at 12:53 AM, dongsheng.w...@freescale.com dongsheng.w...@freescale.com wrote: From: Wang Dongsheng dongsheng.w...@freescale.com Add a description of the OPEN-PIC global timer in the OPEN-PIC document. Moidfy mpic-timer document. 1.Add a TFRR register region. This

Re: [PATCH v2 2/2] powerpc/mpic: add global timer support

2012-08-10 Thread Gala Kumar-B11780
On Aug 10, 2012, at 2:40 PM, Scott Wood wrote: On 08/10/2012 12:54 AM, dongsheng.w...@freescale.com wrote: +static const struct of_device_id mpic_timer_ids[] = { +{ .compatible = open-pic,global-timer, }, +{ .compatible = fsl,global-timer, }, +{}, +}; + +static int __init

Re: [PATCH V5 3/3] powerpc/fsl-pci: Unify pci/pcie initialization code

2012-08-08 Thread Gala Kumar-B11780
As I explained before, this has to be done globally, not from the probe function, so we can assign a default primary bus if there isn't any ISA. There are bugs in the Linux PPC PCI code relating to not having any primary bus. -Scott In my way of searching ISA you can also assign a

Upstream patch status?? (v3.6-rc1 out)

2012-08-03 Thread Gala Kumar-B11780
Guys, As v3.6-rc1 is now out we really need to get some of these simpler patches upstream and accepted NOW. Please provide status updates if the patch is upstream already let me know. [P1025RDB] (some major differences between upstream and internal P1025RDB support) powerpc/85xx: Add Quicc

Re: [PATCH] [v2] powerpc/85xx: clean up FPGA device tree nodes for Freecsale QorIQ boards

2011-09-15 Thread Gala Kumar-B11780
I pulling the p3060qds bit out so drop that change from next patch. - k On Sep 15, 2011, at 11:31 AM, Tabi Timur-B04825 b04...@freescale.com wrote: Kumar Gala wrote: What happened to looking at pixis vs ngpixis ? Doh, I knew I was forgetting something. -- Timur Tabi Linux kernel