[linux-sunxi] Re: [PATCH] ARM: dts: sun6i: Add serial0 alias and stdout-path to a31s-primo81.dts

2016-03-18 Thread Maxime Ripard
On Thu, Mar 17, 2016 at 02:28:03PM +0800, Chen-Yu Tsai wrote: > On Wed, Mar 16, 2016 at 10:19 PM, Hans de Goede wrote: > > u-boot uses the kernel as the canonical source for its sunxi dts files > > and u-boot needs these. > > > > Signed-off-by: Hans de Goede > > Acked-by: Chen-Yu Tsai Queued,

Re: [linux-sunxi] [PATCH sunxi-tools v3] fel: support selection of specific USB bus and device number

2016-03-18 Thread Bernhard Nortmann
Hi Siarhei! Am 16.03.2016 um 17:58 schrieb Siarhei Siamashka: Hello Bernhard, Thanks, this is clearly a useful feature. [...] Should we also give more explicit credit in the commit message to NextThingCo people for their work on the initial implementation of this patch? Yes, I know that the g

[linux-sunxi] [PATCH sunxi-tools v5] fel: support selection of specific USB bus and device number

2016-03-18 Thread Bernhard Nortmann
See https://github.com/linux-sunxi/sunxi-tools/issues/37 The patch was originally inspired by https://github.com/NextThingCo/sunxi-tools/commit/16386a7 and https://github.com/NextThingCo/sunxi-tools/commit/47bafaf It introduces a "--dev" (-d) option to specify the desired FEL device. This is usef

Re: [linux-sunxi] ./lima-memtester failed to open /dev/mali but mali.ko inserted

2016-03-18 Thread Siarhei Siamashka
On Wed, 16 Mar 2016 20:06:00 -0700 (PDT) kimdou wrote: > # insmod /lib/modules/3.4.39/mali.ko > [ 315.790108] mali_platform_init(184): get ahb_mali handle success! > [ 315.797536] mali_platform_init(192): get mali handle success! > [ 315.803983] mali_platform_init(199): get ve_pll handle succe

[linux-sunxi] Re: [PATCH] sun7i: Add support for the Itead Core EVB

2016-03-18 Thread Code Kipper
Please ignoreforgot that I'd added all the relevant emails to my git config. CK On 17 March 2016 at 14:33, wrote: > From: Marcus Cooper > > --- > arch/arm/dts/Makefile | 1 + > arch/arm/dts/sun7i-a20-itead-core-evb.dts | 316 > ++ > config

[linux-sunxi] [RFC] clk: sunxi: Add CSI module clock driver

2016-03-18 Thread yassinjaffer
From: Yassin Jaffer The Camera's Semsor Interface module has special clock which is used as master clock for some of the CMOS sensors. The device tree node is not included in this patch (Parents clock not merged) I'm not sure if there is a plan to factor a common clock driver for the clock moudl

[linux-sunxi] [PATCH v4 04/13] ARM: dts: sun8i-a83t: Add basic clocks and resets

2016-03-18 Thread Vishnu Patekar
This adds A83T system bus clocks, bus gates, and clock resets. Three ahb reset registers are combined into one node. Signed-off-by: Vishnu Patekar --- arch/arm/boot/dts/sun8i-a83t.dtsi | 114 +- 1 file changed, 112 insertions(+), 2 deletions(-) diff --git a/

[linux-sunxi] Fwd: [PATCH sunxi-tools 1/7] fel: Move backup area to higher addresses in SRAM on A10/A13/A20

2016-03-18 Thread Bernhard Nortmann
Am Montag, 25. Januar 2016 05:50:59 UTC+1 schrieb Siarhei Siamashka: Previously the backup area was allocated at the address 0x8000. This is not very good because it means that the U-Boot SPL can only safely use memory at addresses 0x-0x7FFF (32 KiB). But if we move the backup area to the end

[linux-sunxi] [PATCH sunxi-tools] fel: Add release USB interface to allow proper operation on Mac OS X.

2016-03-18 Thread Bernhard Nortmann
From: Lourens Rozema Tested-by: Bernhard Nortmann --- fel.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fel.c b/fel.c index 59f0f72..c81077f 100644 --- a/fel.c +++ b/fel.c @@ -1437,6 +1437,7 @@ int main(int argc, char **argv) aw_fel_execute(handle, uboot_entry);

[linux-sunxi] Re: [PATCH v4 03/13] clk: sunxi: Add APB1 clock for A83T

2016-03-18 Thread Maxime Ripard
On Thu, Mar 17, 2016 at 12:04:26AM +0800, Vishnu Patekar wrote: > APB1 is similar to sun4i-a10-apb0-clk, except different dividers. > > This adds support for apb1 on A83T. > > Signed-off-by: Vishnu Patekar > Acked-by: Rob Herring > --- > Documentation/devicetree/bindings/clock/sunxi.txt | 1 +

Re: [linux-sunxi] ./lima-memtester failed to open /dev/mali but mali.ko inserted

2016-03-18 Thread rainboy
tanks,kernel is 3.4, from https://github.com/armpc/Armcore_a20_V30_lichee/ I will try memtester in USB FEL mode. 2016-03-17 16:19 GMT+08:00 Siarhei Siamashka : > On Wed, 16 Mar 2016 20:06:00 -0700 (PDT) > kimdou wrote: > > > # insmod /lib/modules/3.4.39/mali.ko > > [ 315.790108] mali_platform_i