Re: RCU bug with v3.17-rc3 ?

2014-10-10 Thread Nathan Lynch
On 10/10/2014 11:25 AM, Russell King - ARM Linux wrote: > > Right, so GCC 4.8.{1,2} are totally unsuitable for kernel building (and > it seems that this has been known about for some time.) Looking at http://gcc.gnu.org/PR58854 it seems that all 4.8.x for x < 3 are affected, as well as 4.9.0. >

Re: RCU bug with v3.17-rc3 ?

2014-10-11 Thread Nathan Lynch
On 10/10/2014 08:44 PM, Nathan Lynch wrote: > On 10/10/2014 11:25 AM, Russell King - ARM Linux wrote: >> >> Right, so GCC 4.8.{1,2} are totally unsuitable for kernel building (and >> it seems that this has been known about for some time.) > > Looking at http://gcc.gn

ethernet support for OMAP5 UEVM

2014-01-27 Thread Nathan Lynch
Hi, I am able to boot an OMAP5 uevm board with linux-next 20140124. However, the smsc ethernet device does not show up without these patches on top: ARM: dts: OMAP5: Add 60MHz clock reference to USB Host module https://patchwork.kernel.org/patch/3001841/ ARM: dts: omap5-uevm: Provide USB PHY clo

Re: ethernet support for OMAP5 UEVM

2014-01-27 Thread Nathan Lynch
On 01/27/2014 02:14 PM, Nathan Lynch wrote: > Hi, > > I am able to boot an OMAP5 uevm board with linux-next 20140124. > However, the smsc ethernet device does not show up without these patches > on top: > > ARM: dts: OMAP5: Add 60MHz clock reference to US

[PATCH] ARM: dts: OMAP5: add pmu node

2014-01-29 Thread Nathan Lynch
Expose the PMU on OMAP5. Signed-off-by: Nathan Lynch --- Notes: Briefly tested with perf on OMAP5 UEVM with next-20140124. arch/arm/boot/dts/omap5.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index a72813a9663e

Re: [PATCH] ARM: dts: OMAP5: add pmu node

2014-02-11 Thread Nathan Lynch
On 01/29/2014 10:56 AM, Nathan Lynch wrote: > Expose the PMU on OMAP5. > > Signed-off-by: Nathan Lynch OMAP folks, any issues with this patch? > --- > > Notes: > Briefly tested with perf on OMAP5 UEVM with next-20140124. > > arch/arm/boot/dts/omap5.dtsi | 6

Re: [PATCH] ARM: dts: OMAP5: add pmu node

2014-02-12 Thread Nathan Lynch
On 02/12/2014 07:00 AM, Benoit Cousson wrote: >> On 01/29/2014 10:56 AM, Nathan Lynch wrote: >>> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi >>> index a72813a9663e..fbf4661436e2 100644 >>> --- a/arch/arm/boot/dts/omap5.dtsi >&

[PATCH v2] ARM: dts: OMAP5: add pmu node

2014-03-19 Thread Nathan Lynch
Expose the PMU on OMAP5. Tested with perf on OMAP5 uEVM. Signed-off-by: Nathan Lynch --- Changes since v1: - Use symbolic constants. arch/arm/boot/dts/omap5.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index