Re: 3.15.4 runs *significantly* slower than 3.15.3 on iMX233 CPU

From: Manuel Reimer
Date: Mon Jul 07 2014 - 15:29:38 EST


On 07/07/2014 09:14 PM, Guenter Roeck wrote:
Are you sure this did not just happen when you booted the new kernel
for the first time ? I have seen similar behavior with some distributions.

I did some more tries and found out that I had disabled some of my patches until I reached 3.15.4 (latest version) where I decided to do needed modifications to get my patches back in.

I tracked the problem down to the following patch:


diff --git a/arch/arm/boot/dts/imx23-olinuxino.dts b/arch/arm/boot/dts/imx23-olinuxino.dts
index d107c4a..993da2e 100644
--- a/arch/arm/boot/dts/imx23-olinuxino.dts
+++ b/arch/arm/boot/dts/imx23-olinuxino.dts
@@ -64,7 +64,14 @@
compatible = "fsl,imx23-spi";
pinctrl-names = "default";
pinctrl-0 = <&spi2_pins_a>;
+ clock-frequency = <1000000>;
status = "okay";
+
+ spidev0: spidev@0 {
+ compatible = "spidev";
+ spi-max-frequency = <1000000>;
+ reg = <0>;
+ };
};
};


I need this to add spidev support. But I don't understand why this change kills performance? Maybe the "high" value in "clock-frequency"? Can someone give me some information on how to fix this?

Thank you very much in advance.

Greetings,

Manuel

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/