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

2013-02-19 Thread Harninder Rai
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 --- arch/powerpc/boot/dts/bsc9131rdb.dtsi |2 +- 1 files changed, 1

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

2013-02-19 Thread Harninder Rai
Signed-off-by: Harninder Rai harninder@freescale.com --- arch/powerpc/sysdev/fsl_85xx_l2ctlr.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c b/arch/powerpc/sysdev/fsl_85xx_l2ctlr.c index 8cf93f0..afc2dbf 100644 ---

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

2013-02-19 Thread Harninder Rai
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 (Application Specific Fastpath) are enabled in this config *

Re: [PATCH v6 08/46] CPU hotplug: Provide APIs to prevent CPU offline from atomic context

2013-02-19 Thread Michel Lespinasse
On Tue, Feb 19, 2013 at 2:50 AM, Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com wrote: But, the whole intention behind removing the parts depending on the recursive property of rwlocks would be to make it easier to make rwlocks fair (going forward) right? Then, that won't work for CPU

Re: [PATCH v6 08/46] CPU hotplug: Provide APIs to prevent CPU offline from atomic context

2013-02-19 Thread Srivatsa S. Bhat
On 02/19/2013 03:10 PM, Michel Lespinasse wrote: On Tue, Feb 19, 2013 at 2:50 AM, Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com wrote: But, the whole intention behind removing the parts depending on the recursive property of rwlocks would be to make it easier to make rwlocks fair (going

Re: [PATCH 6/6 v8] iommu/fsl: Freescale PAMU driver and IOMMU API implementation.

2013-02-19 Thread Diana Craciun
On 02/18/2013 02:52 PM, Varun Sethi wrote: + +#define PAACE_TCEF_FORMAT0_8B 0x00 +#define PAACE_TCEF_FORMAT1_RSVD 0x01 + +#define PAACE_NUMBER_ENTRIES0x1FF Where is this number coming from? Diana ___ Linuxppc-dev mailing list

RE: [PATCH 6/6 v8] iommu/fsl: Freescale PAMU driver and IOMMU API implementation.

2013-02-19 Thread Sethi Varun-B16395
-Original Message- From: Craciun Diana Madalina-STFD002 Sent: Tuesday, February 19, 2013 3:34 PM To: Sethi Varun-B16395 Cc: io...@lists.linux-foundation.org; linuxppc-dev@lists.ozlabs.org; linux-ker...@vger.kernel.org; Wood Scott-B07421; j...@8bytes.org; Yoder Stuart-B08248

Re: [PATCH v5 00/45] CPU hotplug: stop_machine()-free CPU hotplug

2013-02-19 Thread Vincent Guittot
On 18 February 2013 20:53, Steven Rostedt rost...@goodmis.org wrote: On Mon, 2013-02-18 at 17:50 +0100, Vincent Guittot wrote: yes for sure. The problem is more linked to cpuidle and function tracer. cpu hotplug and function tracer work when cpuidle is disable. cpu hotplug and cpuidle works

RE: [PATCH v6 08/46] CPU hotplug: Provide APIs to prevent CPU offline from atomic context

2013-02-19 Thread David Laight
I wouldn't go that far... ;-) Unfairness is not a show-stopper right? IMHO, the warning/documentation should suffice for anybody wanting to try out this locking scheme for other use-cases. I presume that by 'fairness' you mean 'write preference'? I'd not sure how difficult it would be, but

Re: [PATCH v6 08/46] CPU hotplug: Provide APIs to prevent CPU offline from atomic context

2013-02-19 Thread Srivatsa S. Bhat
On 02/19/2013 04:12 PM, David Laight wrote: I wouldn't go that far... ;-) Unfairness is not a show-stopper right? IMHO, the warning/documentation should suffice for anybody wanting to try out this locking scheme for other use-cases. I presume that by 'fairness' you mean 'write preference'?

Re: [PATCH 6/6 v8] iommu/fsl: Freescale PAMU driver and IOMMU API implementation.

2013-02-19 Thread Diana Craciun
On 02/18/2013 02:52 PM, Varun Sethi wrote: +/** + * pamu_get_ppaace() - Return the primary PACCE + * @liodn: liodn PAACT index for desired PAACE + * + * Returns the ppace pointer upon success else return + * null. + */ +static struct paace *pamu_get_ppaace(int liodn) +{ + if (!ppaact ||

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

[git pull] Please pull powerpc.git next branch

2013-02-19 Thread Kumar Gala
Mostly misc code cleanups in various board ports and adding support for a new MPC85xx board - ppa8548. - k The following changes since commit 2468dcf641e4f3e1b0153e3e11ca20740b2f4ce8: Ian Munsie (1): powerpc: Add support for context switching the TAR register are available in the git

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: PS3: Strange issue with kexec and FreeBSD loader

2013-02-19 Thread Phileas Fogg
I could finally find the commit which broke FreeBSD booting in linux-stable.git repository. The Linux 3.4-rc1 seems to have this problem already. -- commit 5375871d432ae9fc581014ac117b96aaee3cd0c7 Merge: b57cb72 dfbc2d7 Author: Linus Torvalds torva...@linux-foundation.org Date:

Re: [PATCH v5 29/45] x86/xen: Use get/put_online_cpus_atomic() to prevent CPU offline

2013-02-19 Thread Srivatsa S. Bhat
On 02/19/2013 11:40 PM, Konrad Rzeszutek Wilk wrote: On Tue, Jan 22, 2013 at 01:10:51PM +0530, Srivatsa S. Bhat wrote: Once stop_machine() is gone from the CPU offline path, we won't be able to depend on preempt_disable() or local_irq_disable() to prevent CPUs from going offline from under us.

Re: PS3: Strange issue with kexec and FreeBSD loader

2013-02-19 Thread Phileas Fogg
Phileas Fogg wrote: I could finally find the commit which broke FreeBSD booting in linux-stable.git repository. The Linux 3.4-rc1 seems to have this problem already. -- commit 5375871d432ae9fc581014ac117b96aaee3cd0c7 Merge: b57cb72 dfbc2d7 Author: Linus Torvalds

Re: [PATCH 2/2] of: use platform_device_add

2013-02-19 Thread Jason Gunthorpe
On Sun, Feb 17, 2013 at 10:49:08AM +, Grant Likely wrote: The patch introduce a regression on imx6q boot. The IOMUXC block on imx6q is special. It acts not only a pin controller but also a system controller with a bunch of system level registers in there. That's why we currently

Re: [PATCH][RFC] Replaced tlbilx with tlbwe in the initialization code

2013-02-19 Thread Scott Wood
On 02/15/2013 09:16:15 AM, Diana Craciun wrote: On 02/15/2013 02:11 AM, Benjamin Herrenschmidt wrote: On Thu, 2013-02-14 at 14:56 +0200, Diana Craciun wrote: From: Diana Craciun diana.crac...@freescale.com On Freescale e6500 cores EPCR[DGTMI] controls whether guest supervisor state can

Re: [PATCH v5 29/45] x86/xen: Use get/put_online_cpus_atomic() to prevent CPU offline

2013-02-19 Thread Konrad Rzeszutek Wilk
On Tue, Jan 22, 2013 at 01:10:51PM +0530, Srivatsa S. Bhat wrote: Once stop_machine() is gone from the CPU offline path, we won't be able to depend on preempt_disable() or local_irq_disable() to prevent CPUs from going offline from under us. Use the get/put_online_cpus_atomic() APIs to

Please pull 'next' branch of 5xxx tree

2013-02-19 Thread Anatolij Gustschin
Hi Ben ! Please pull mpc5xxx patches for v3.9. The bestcomm driver is moved to drivers/dma (so it will be usable for ColdFire). mpc5121 now provides common dtsi file and existing mpc5121 device trees use it. There are some minor clock init and sparse fixes and updates for various 5200 device tree

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

2013-02-19 Thread Liu Po-B43644
Thanks again for the fix. Just ignore this post. Best regards, Liu Po - 8038 -Original Message- From: Gala Kumar-B11780 Sent: Wednesday, February 20, 2013 12:01 AM To: Liu Po-B43644 Cc: linuxppc-...@ozlabs.org Subject: Re: [PATCH] powerpc/85xx: dts - add ranges property for SEC On

RE: [PATCH][UPSTEAM] powerpc/mpic: add irq_set_wake support

2013-02-19 Thread Wang Dongsheng-B40534
-Original Message- From: Kumar Gala [mailto:ga...@kernel.crashing.org] Sent: Tuesday, February 19, 2013 3:43 AM To: Wang Dongsheng-B40534 Cc: linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH][UPSTEAM] powerpc/mpic: add irq_set_wake support On Jan 30, 2013, at 9:10 PM, Wang