[linux-sunxi] [PATCH 1/2 3.4] Re-Enable symmetric multiprocessing for sun7i

2014-11-10 Thread Andreas Baierl
From: Andreas Baierlich...@imkreisrum.de Signed-off-by: Andreas Baierlich...@imkreisrum.de --- arch/arm/configs/sun7i_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/configs/sun7i_defconfig b/arch/arm/configs/sun7i_defconfig index be7fedb..ce17398

[linux-sunxi] [PATCH 2/2 3.4] Enable CONFIG_FHANDLE required for systemd = 209

2014-11-10 Thread Andreas Baierl
From: Andreas Baierlich...@imkreisrum.de Signed-off-by: Andreas Baierlich...@imkreisrum.de --- arch/arm/configs/sun7i_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/sun7i_defconfig b/arch/arm/configs/sun7i_defconfig index ce17398..083b404 100644 ---

[linux-sunxi] Re: AMR: sun7i: CPU hotplug support?

2014-11-10 Thread Marc Zyngier
On 10/11/14 08:25, Jan Kiszka wrote: On 2014-11-10 07:03, Jan Kiszka wrote: On 2014-11-10 00:17, Maxime Ripard wrote: Hi Jan, On Sun, Nov 09, 2014 at 08:35:49PM +0100, Jan Kiszka wrote: did anyone already happen to look into enabling CPU hotplug for the Allwinner A20 in upstream? I'm

[linux-sunxi] Re: AMR: sun7i: CPU hotplug support?

2014-11-10 Thread Marc Zyngier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/11/14 09:36, Jan Kiszka wrote: On 2014-11-10 10:17, Marc Zyngier wrote: On 10/11/14 08:25, Jan Kiszka wrote: On 2014-11-10 07:03, Jan Kiszka wrote: On 2014-11-10 00:17, Maxime Ripard wrote: Hi Jan, On Sun, Nov 09, 2014 at 08:35:49PM

[linux-sunxi] Re: AMR: sun7i: CPU hotplug support?

2014-11-10 Thread Jan Kiszka
On 2014-11-10 07:03, Jan Kiszka wrote: On 2014-11-10 00:17, Maxime Ripard wrote: Hi Jan, On Sun, Nov 09, 2014 at 08:35:49PM +0100, Jan Kiszka wrote: did anyone already happen to look into enabling CPU hotplug for the Allwinner A20 in upstream? I'm currently running the sunxi-next branch on

[linux-sunxi] AMR: sun7i: CPU hotplug support?

2014-11-10 Thread Jan Kiszka
Hi, did anyone already happen to look into enabling CPU hotplug for the Allwinner A20 in upstream? I'm currently running the sunxi-next branch on Banana Pi, and echo 0 .../cpu1/online just hangs the system. The old 3.4 LeMaker kernel works fine in this regard. I can try to look into details and

[linux-sunxi] Re: AMR: sun7i: CPU hotplug support?

2014-11-10 Thread Jan Kiszka
On 2014-11-10 10:17, Marc Zyngier wrote: On 10/11/14 08:25, Jan Kiszka wrote: On 2014-11-10 07:03, Jan Kiszka wrote: On 2014-11-10 00:17, Maxime Ripard wrote: Hi Jan, On Sun, Nov 09, 2014 at 08:35:49PM +0100, Jan Kiszka wrote: did anyone already happen to look into enabling CPU hotplug for

[linux-sunxi] Re: AMR: sun7i: CPU hotplug support?

2014-11-10 Thread Jan Kiszka
On 2014-11-10 00:17, Maxime Ripard wrote: Hi Jan, On Sun, Nov 09, 2014 at 08:35:49PM +0100, Jan Kiszka wrote: did anyone already happen to look into enabling CPU hotplug for the Allwinner A20 in upstream? I'm currently running the sunxi-next branch on Banana Pi, and echo 0 .../cpu1/online

[linux-sunxi] Re: AMR: sun7i: CPU hotplug support?

2014-11-10 Thread Jan Kiszka
On 2014-11-10 10:52, Marc Zyngier wrote: On 10/11/14 09:36, Jan Kiszka wrote: On 2014-11-10 10:17, Marc Zyngier wrote: On 10/11/14 08:25, Jan Kiszka wrote: On 2014-11-10 07:03, Jan Kiszka wrote: On 2014-11-10 00:17, Maxime Ripard wrote: Hi Jan, On Sun, Nov 09, 2014 at 08:35:49PM +0100, Jan

Re: [linux-sunxi] Cubietruck, u-boot-2014.10, SATA drive power cut during boot

2014-11-10 Thread Hans de Goede
Hi, On 11/08/2014 08:34 PM, Bruno Prémont wrote: Hi, Since updating my cubietruck to u-boot-2014.10 the SATA hard drive connected to it performs emergency head parking around the time uboot hands over control to kernel (or kernel is booting). The same issue also exists during reboot.

Re: [linux-sunxi] Re: gslx680 driver ported to sunxi

2014-11-10 Thread Michal Suchanek
Hello, I tried extracting firmware from my pmp3670b tablet and I got 4 firmware files with fw_extractor2.py. Unfortunately, fw_info does not recognize any of them as firmware: $ python /scratch/Downloads/fw_extractor2.py modules/A13_gslX680.ko Found GSLX680_FW offset 180 count 39072 39072+0

[linux-sunxi] [PATCH v2 2/5] ARM: dtsi: sunxi: add common VBUS regulator

2014-11-10 Thread Roman Byshko
Until now the regulator nodes for powering USB VBUS existed only for the two host controllers. Now the regulator is added for USB OTG too. Signed-off-by: Roman Byshko rbys...@gmail.com --- arch/arm/boot/dts/sunxi-common-regulators.dtsi | 19 +++ 1 file changed, 19 insertions(+)

[linux-sunxi] [PATCH v2 0/5] ARM: sunxi: Add support for USB OTG PHY

2014-11-10 Thread Roman Byshko
Hi, There is already support for two USB phys, which are used for USB host controllers on Allwinner SoC aka sunxi. This patch series add support for the USB OTG phy (aka phy0). The code has been tested on Allwinner A20 aka sun7i (Cubietruck). Best regards, Roman Byshko Changes since v1:

[linux-sunxi] [PATCH v2 3/5] ARM: sun7i: dtsi: add support for usbphy0

2014-11-10 Thread Roman Byshko
Signed-off-by: Roman Byshko rbys...@gmail.com --- arch/arm/boot/dts/sun7i-a20.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 82097c9..f787ccb 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++

[linux-sunxi] [PATCH v2 5/5] ARM: dts: sun7i: Cubietruck: add power supply regulator for USB OTG VBUS

2014-11-10 Thread Roman Byshko
Signed-off-by: Roman Byshko rbys...@gmail.com --- arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/sun7i-a20-cubietruck.dts b/arch/arm/boot/dts/sun7i-a20-cubietruck.dts index 1682307..a281d25 100644 ---

[linux-sunxi] [PATCH v2 4/5] ARM: dts: sun7i: Cubietruck: override regulator pin

2014-11-10 Thread Roman Byshko
Cubietruck uses different pin for the USB OTG VBUS that is why we override the one defined in sunxi-common-regulators.dtsi Signed-off-by: Roman Byshko rbys...@gmail.com --- arch/arm/boot/dts/sun7i-a20-cubietruck.dts | 13 + 1 file changed, 13 insertions(+) diff --git

Re: [linux-sunxi] Cubietruck, u-boot-2014.10, SATA drive power cut during boot

2014-11-10 Thread Bruno Prémont
Hi Hans, On Mon, 10 November 2014 Hans de Goede wrote: On 11/08/2014 08:34 PM, Bruno Prémont wrote: Since updating my cubietruck to u-boot-2014.10 the SATA hard drive connected to it performs emergency head parking around the time uboot hands over control to kernel (or kernel is booting).

Re: [linux-sunxi] Re: gslx680 driver ported to sunxi

2014-11-10 Thread Joe Burmeister
Hi, Ignore fw_info. It knows about such a small fraction of the registers it can be ignored. In fact, I've just removed it, it only confuses. The old extractor was floored in the way if found firmware, that's why it's dumped. In the git repos now, there is only fw_extractor.py which is the

[linux-sunxi] MALI problem: no rendering for some simple code

2014-11-10 Thread Brian Wang
Hello all, Platform info: * Olimex A13-OlinuXino * linux-sunxi 3.4 with mali drivers (r3p2-01rel1) * sunxi-mali VERSION=r3p2-01rel1 x11 drivers * xf86-video-fbturbo mali-r3p2-support branch The sunxi-mali test (colorful gradient triangle) works and its output is as follows: --- EGL