Re: [linux-sunxi] Re: Help adding I2C child node

2014-09-25 Thread Maxime Ripard
On Wed, Sep 24, 2014 at 04:27:02PM +0100, bruce bushby wrote: Quick update in case it help somebody else. Big thank you to selsinork for some valuable tips and pointers. As it turns out, you don't need a DTS entry to add an I2C child node/device. I removed my DTS child node entries in case

[linux-sunxi] Re: [PATCH 6/7] ARM: dts: sun6i: Add required ahb1 clock parent and rates for dma controller

2014-09-25 Thread Maxime Ripard
On Sun, Sep 21, 2014 at 04:31:06PM +0800, Chen-Yu Tsai wrote: On Sat, Sep 20, 2014 at 5:59 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Wed, Sep 17, 2014 at 12:01:46AM +0800, Chen-Yu Tsai wrote: On Tue, Sep 16, 2014 at 11:48 PM, Maxime Ripard

[linux-sunxi] Re: [PATCH v2 01/10] ARM: sunxi: Use macro values for setting UART GPIO pull-ups

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: We have already defined macros for pull-up/down values in the GPIO header. Use them instead of magic numbers when configuring the UART pins. Signed-off-by: Chen-Yu Tsai w...@csie.org Acked-by: Ian Campbell i...@hellion.org.uk -- You

[linux-sunxi] Re: [PATCH v2 05/10] ARM: sun6i: Add clock support

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: This patch adds the basic clocks support for the Allwinner A31 (sun6i) processor. This code will not been compiled until the build is hooked up in a later patch. It has been split out to keep the patches manageable. This includes changes

[linux-sunxi] Re: [PATCH v2 06/10] ARM: sunxi-mmc: Add mmc support for sun6i / A31

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: From: Hans de Goede hdego...@redhat.com The mmc hardware on sun6i has an extra reset control that needs to be de-asserted prior to usage. Also the FIFO address is different. Signed-off-by: Hans de Goede hdego...@redhat.com

[linux-sunxi] Re: [PATCH v2 07/10] ARM: sun6i: Define UART0 pins for A31

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: UART0 is the default debug/console UART on the A31. Signed-off-by: Chen-Yu Tsai w...@csie.org Acked-by: Ian Campbell i...@hellion.org.uk -- You received this message because you are subscribed to the Google Groups linux-sunxi group.

[linux-sunxi] Re: [PATCH v2 08/10] ARM: sun6i: Setup the A31 UART0 muxing

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: From: Maxime Ripard maxime.rip...@free-electrons.com Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com Signed-off-by: Hans de Goede hdego...@redhat.com [w...@csie.org: commit message was ARM: sunxi: Setup the A31 UART0

[linux-sunxi] Re: [PATCH v2 09/10] ARM: sunxi: Add basic A31 support

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: From: Maxime Ripard maxime.rip...@free-electrons.com Add a new sun6i machine that supports UART and MMC. Signed-off-by: Maxime Ripard maxime.rip...@free-electrons.com Signed-off-by: Hans de Goede hdego...@redhat.com [w...@csie.org:

[linux-sunxi] Re: [PATCH v2 10/10] ARM: sun6i: Add Colombus board defconfig

2014-09-25 Thread Ian Campbell
On Wed, 2014-09-24 at 16:01 +0800, Chen-Yu Tsai wrote: The Colombus board is an A31 evaluation board from WITS Technology. Signed-off-by: Chen-Yu Tsai w...@csie.org --- configs/Colombus_defconfig | 4 1 file changed, 4 insertions(+) create mode 100644 configs/Colombus_defconfig

[linux-sunxi] Re: * failed to open vchiq device

2014-09-25 Thread willemjan . dehoog
Hi, I also have a banana pi and installed precompiled mali gpu packages from here: http://forum.lemaker.org/2872-1-1-precompiled_mali_gpu_drivers_for_debian.html (I use the Lubuntu image). Had to compile my own version of fbturbo though. Just tried the test/test from sunxi-mali and I get to

Re: [linux-sunxi] Re: * failed to open vchiq device

2014-09-25 Thread Luc Verhaegen
On Thu, Sep 25, 2014 at 12:16:18PM -0700, willemjan.deh...@gmail.com wrote: Hi, I also have a banana pi and installed precompiled mali gpu packages from here: http://forum.lemaker.org/2872-1-1-precompiled_mali_gpu_drivers_for_debian.html (I use the Lubuntu image). Had to compile my own

Re: [linux-sunxi] * failed to open vchiq device

2014-09-25 Thread Siarhei Siamashka
On Thu, 25 Sep 2014 02:15:02 -0700 (PDT) Simo Xefil xe...@xefil.com wrote: Hello, Following your guide here: *http://linux-sunxi.org/Mali_binary_driver* *http://linux-sunxi.org/Xorg#fbturbo_driver* I'm trying to 'Verifying the EGL/GLES driver stack' but I get: root@lemaker

[linux-sunxi] Re: [PATCH 3/7] clk: sunxi: unify sun6i AHB1 clock with proper PLL6 pre-divider

2014-09-25 Thread Mike Turquette
Quoting Maxime Ripard (2014-09-13 03:26:03) On Fri, Sep 12, 2014 at 11:16:26AM +0800, Chen-Yu Tsai wrote: Hi, On Fri, Sep 12, 2014 at 5:02 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, On Sat, Sep 06, 2014 at 06:47:24PM +0800, Chen-Yu Tsai wrote: This patch

[linux-sunxi] Re: [PATCH 0/7] clk: sun6i: Unify AHB1 clock and fix rate calculation

2014-09-25 Thread Chen-Yu Tsai
On Fri, Sep 26, 2014 at 8:25 AM, Mike Turquette mturque...@linaro.org wrote: Quoting Maxime Ripard (2014-09-11 13:36:23) Hi Chen-Yu, On Sat, Sep 06, 2014 at 06:47:21PM +0800, Chen-Yu Tsai wrote: Hi everyone, This series unifies the mux and divider parts of the AHB1 clock found on sun6i

[linux-sunxi] Re: [PATCH v2 0/3] ARM: sun8i: Add DMA controller support

2014-09-25 Thread Chen-Yu Tsai
On Thu, Sep 18, 2014 at 11:24 AM, Chen-Yu Tsai w...@csie.org wrote: Hi everyone, This is v2 of my sun8i DMA controller support series. This series adds support for the DMA controller found in the Allwinner A23 SoC. It is the same hardware as found in the A31 (sun6i) SoC. In addition to