Re: PS3 platform is broken on Linux 3.7.0

2013-01-11 Thread Geoff Levand
Hi, On Thu, 2012-12-20 at 08:53 +1100, Benjamin Herrenschmidt wrote: > On Fri, 2012-12-14 at 16:35 +0400, Phileas Fogg wrote: > > Hi, > > > > I wanted to bring to your attention the fact that the PS3 platform is > > broken on Linux 3.7.0. > > > > i'm not able to boot Linux 3.7.0 on my PS3 slim.

Re: Build regressions/improvements in v3.8-rc3

2013-01-11 Thread Anca Emanuel
Spark mantainer ? "To make this mail fit in the lkml limit, I deleted - 3996 lines about __mcount_loc on sparc64" On Fri, Jan 11, 2013 at 6:07 PM, Geert Uytterhoeven wrote: > On Fri, 11 Jan 2013, Geert Uytterhoeven wrote: >> JFYI, when comparing v3.8-rc3 to v3.8-rc2[3], the summaries are: >>

[PATCH 1/2] powerpc/mpic: make distribute_irqs obey MPIC_SINGLE_DEST_CPU

2013-01-11 Thread Scott Wood
Previously we were setting an illegal configuration on mpc85xx MPICs if CONFIG_IRQ_ALL_CPUS is enabled (which for some reason it is in mpc85xx_smp_defconfig). Signed-off-by: Scott Wood --- arch/powerpc/sysdev/mpic.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powe

[PATCH 2/2] powerpc/fsl: remove CONFIG_IRQ_ALL_CPUS from mpc85xx/mpc86xx defconfig

2013-01-11 Thread Scott Wood
While this should be harmless now that distribute_irqs obeys MPIC_SINGLE_DEST_CPU, there's no reason to enable this on mpc85xx/mpc86xx since MPIC_SINGLE_DEST_CPU will always be set. Signed-off-by: Scott Wood --- arch/powerpc/configs/85xx/ge_imp3a_defconfig |1 - arch/powerpc/configs/86xx/g

Re: [RFC PATCH v2 01/12] Add sys_hotplug.h for system device hotplug framework

2013-01-11 Thread Rafael J. Wysocki
On Thursday, January 10, 2013 04:40:19 PM Toshi Kani wrote: > Added include/linux/sys_hotplug.h, which defines the system device > hotplug framework interfaces used by the framework itself and > handlers. > > The order values define the calling sequence of handlers. For add > execute, the orderin

Re: [RFC PATCH v2 02/12] ACPI: Add sys_hotplug.h for system device hotplug framework

2013-01-11 Thread Rafael J. Wysocki
On Thursday, January 10, 2013 04:40:20 PM Toshi Kani wrote: > Added include/acpi/sys_hotplug.h, which is ACPI-specific system > device hotplug header and defines the order values of ACPI-specific > handlers. > > Signed-off-by: Toshi Kani > --- > include/acpi/sys_hotplug.h | 48 > +

[PATCH] perf/Power: PERF_EVENT_IOC_ENABLE does not reenable event

2013-01-11 Thread Sukadev Bhattiprolu
If we disable a perf event because we exceeded the specified ->event_limit, power_pmu_stop() sets the PERF_HES_STOPPED flag on the event. If the application then re-enables the event using PERF_EVENT_IOC_ENABLE ioctl, we don't seem to ever clear this STOPPED flag. Consequently, the user space is n

Re: Interrupt handler not executed

2013-01-11 Thread Scott Wood
On 01/11/2013 01:36:29 AM, r.pa...@mei-india.com wrote: Hello, We are working on board based on Freescale MPC8313ERDB. We have ported linux 3.0.46 kernel on it. In one of device driver written by us, we need to take some action upon asserting IRQ0 interrupt. For this we have written interr

Re: Build regressions/improvements in v3.8-rc3

2013-01-11 Thread Geert Uytterhoeven
On Fri, 11 Jan 2013, Geert Uytterhoeven wrote: > JFYI, when comparing v3.8-rc3 to v3.8-rc2[3], the summaries are: > - build errors: +2/-414 + arch/powerpc/sysdev/mpic.c: error: case label does not reduce to an integer constant: => 890:9, 898:9, 886:9, 894:9 + error: No rule to make target

Re: [PATCH 1/1] usb: fsl-mxc-udc: fix build error due to mach/hardware.h

2013-01-11 Thread Felipe Balbi
Hi, On Fri, Jan 11, 2013 at 05:56:28PM +0800, Peter Chen wrote: > It changes the driver to use platform_device_id rather than cpu_is_xxx > to determine the SoC type, and updates the platform code accordingly. > > Compile ok at imx_v6_v7_defconfig with CONFIG_USB_FSL_USB2 enable. > Tested at mx51

Re: [PATCH 1/1] usb: fsl-mxc-udc: fix build error due to mach/hardware.h

2013-01-11 Thread Shawn Guo
On Fri, Jan 11, 2013 at 12:56:51PM +0200, Felipe Balbi wrote: > Hi, > > On Fri, Jan 11, 2013 at 05:56:28PM +0800, Peter Chen wrote: > > It changes the driver to use platform_device_id rather than cpu_is_xxx > > to determine the SoC type, and updates the platform code accordingly. > > > > Compile

Re: [PATCH 1/1] usb: fsl-mxc-udc: fix build error due to mach/hardware.h

2013-01-11 Thread Felipe Balbi
Hi, On Fri, Jan 11, 2013 at 05:56:28PM +0800, Peter Chen wrote: > It changes the driver to use platform_device_id rather than cpu_is_xxx > to determine the SoC type, and updates the platform code accordingly. > > Compile ok at imx_v6_v7_defconfig with CONFIG_USB_FSL_USB2 enable. > Tested at mx51

RE: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3

2013-01-11 Thread Mehresh Ramneek-B31383
> -Original Message- > From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Friday, January 11, 2013 3:18 PM > To: Li Yang-R58472 > Cc: ba...@ti.com; Chen Peter-B29397; Mehresh Ramneek-B31383; > ker...@pengutronix.de; Greg KH; linux-...@vger.kernel.org; linuxppc- > d...@lists.ozlabs.org > Sub

[PATCH 1/1] usb: fsl-mxc-udc: fix build error due to mach/hardware.h

2013-01-11 Thread Peter Chen
It changes the driver to use platform_device_id rather than cpu_is_xxx to determine the SoC type, and updates the platform code accordingly. Compile ok at imx_v6_v7_defconfig with CONFIG_USB_FSL_USB2 enable. Tested at mx51 bbg board, it works ok after enable phy clock (Need another patch to fix th

Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3

2013-01-11 Thread Felipe Balbi
Hi, On Fri, Jan 11, 2013 at 09:24:16AM +, Li Yang-R58472 wrote: > > > > -Original Message- > > From: Felipe Balbi [mailto:ba...@ti.com] > > Sent: Friday, January 11, 2013 4:41 PM > > To: Chen Peter-B29397 > > Cc: ba...@ti.com; ker...@pengutronix.de; Li Yang-R58472; Greg KH; linux- >

RE: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3

2013-01-11 Thread Li Yang-R58472
> -Original Message- > From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Friday, January 11, 2013 4:41 PM > To: Chen Peter-B29397 > Cc: ba...@ti.com; ker...@pengutronix.de; Li Yang-R58472; Greg KH; linux- > u...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org > Subject: Re: [BUILD BREAK] us

Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3

2013-01-11 Thread Felipe Balbi
Hi, On Fri, Jan 11, 2013 at 08:35:29AM +, Chen Peter-B29397 wrote: > > > I am working on it, but there are two versions, this one and chipidea's. > > > > > > Anyway, I will send a patch to fix this problem. > > > > if you're already using chipidea, then send me a patch removing this > > drive

RE: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3

2013-01-11 Thread Chen Peter-B29397
> > > > > > > I am working on it, but there are two versions, this one and chipidea's. > > > > Anyway, I will send a patch to fix this problem. > > if you're already using chipidea, then send me a patch removing this > driver and focus your effort on chipidea. > Added Sascha Now, not all of FS

Re: [BUILD BREAK] usb: gadget: fsl_mxc_udc can't compile on current v3.8-rc3

2013-01-11 Thread Felipe Balbi
On Fri, Jan 11, 2013 at 03:23:59AM +, Chen Peter-B29397 wrote: > > > > > > > > > Some recent patch has caused fsl_mxc_udc.c driver to fail compilation > > > > because it can't find anymore. > > > > > > > > I would like this to be fixed still during this -rc cycle. > > > > > > Me too, who's s