[linux-sunxi] Re: Request for Inclusion in linux-next

2014-06-24 Thread Stephen Rothwell
Hi Maxime, On Mon, 23 Jun 2014 23:15:00 +0200 Maxime Ripard maxime.rip...@free-electrons.com wrote: Would it be possible to add the sunxi tree for linux-next coverage. git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git, branch sunxi/for-next It will be based on Linus'

[linux-sunxi] Re: [PATCH v2 1/6] wdt: sunxi: Move restart code to the watchdog driver

2014-06-24 Thread Arnd Bergmann
On Monday 23 June 2014 14:47:48 Guenter Roeck wrote: To continue the discussion: I would like to add an excerpt from drivers/watchdog/alim7101_wdt.c /* * Notifier for system down */ static int wdt_notify_sys(struct notifier_block *this,

[linux-sunxi] [PATCH v3 1/6] clk: sunxi: register clock gates with clkdev

2014-06-24 Thread Chen-Yu Tsai
The new important clock protect code requires the clocks be registered with clkdev. This was missing for sunxi_gates type clocks. Signed-off-by: Chen-Yu Tsai w...@csie.org Acked-by: Maxime Ripard maxime.rip...@free-electrons.com --- drivers/clk/sunxi/clk-sunxi.c | 1 + 1 file changed, 1

[linux-sunxi] [PATCH v3 0/6] clk: sunxi: fixes, cleanups and A23 basic clocks

2014-06-24 Thread Chen-Yu Tsai
Hi everyone, This is a followup series to my A23 bare-minimum bringup series [1], which adds basic clock support for the A23 SoC. It is one of many split up from the original A23 series [2]. Yet to come are more clocks, reset controllers, pinctrl, prcm, and mmc. The first patch fixes the

[linux-sunxi] [PATCH v3 3/6] clk: sunxi: Support factor clocks with N factor starting not from 0

2014-06-24 Thread Chen-Yu Tsai
The PLLs on newer Allwinner SoC's, such as the A31 and A23, have a N multiplier factor that starts from 1, not 0. This patch adds an option to the factor clk driver's config data structures to specify the base value of N. Signed-off-by: Chen-Yu Tsai w...@csie.org ---

[linux-sunxi] [PATCH v3 2/6] clk: sunxi: move ahb_sdram to protected clock list

2014-06-24 Thread Chen-Yu Tsai
With sunxi_gates clocks registered with clkdev, we can use the protected clocks list to enable the ahb_sdram clock, instead of looking for it and adding CLK_IGNORE_UNUSED inline in the clock setup code. Signed-off-by: Chen-Yu Tsai w...@csie.org Acked-by: Maxime Ripard

[linux-sunxi] [PATCH v3 5/6] clk: sunxi: Add A23 clocks support

2014-06-24 Thread Chen-Yu Tsai
The clock control unit on the A23 is similar to the one found on the A31. The AHB1, APB1, APB2 gates on the A23 are almost identical to the ones on the A31, but some outputs are missing. The main CPU PLL (PLL1) however is like that on older Allwinner SoCs, such as the A10 or A20, but the N

[linux-sunxi] [PATCH v3 6/6] ARM: sun8i: Add basic clock nodes to the DTSI

2014-06-24 Thread Chen-Yu Tsai
Now that we have support for sun8i specific clocks in the driver, add the corresponding clock nodes to the DTSI. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun8i-a23.dtsi | 115 +++ 1 file changed, 115 insertions(+) diff --git

[linux-sunxi] PLL2 clocks

2014-06-24 Thread jonsm...@gmail.com
ChenYu, are you going to add PLL2 clocks to your A23 support? Here's my attempt so far at PLL2 support. I'm not sure if I got the parenting support right. diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 263eb79..be643fc 100644 ---

[linux-sunxi] Re: [PATCH v2 1/6] wdt: sunxi: Move restart code to the watchdog driver

2014-06-24 Thread Maxime Ripard
On Mon, Jun 23, 2014 at 11:13:24PM +0200, Wim Van Sebroeck wrote: Hi Maxime, Guenter, since you seem to be the only responsive, may I suggest that you start merging patches and do a pull request to either Wim or Linus directly during the merge window? I had prepared a pull

[linux-sunxi] Cubieboard2 A20 U-Boot HDMI Support

2014-06-24 Thread mgenovese92
Hi, is it possible to get the U-Boot output immediately displayed on the hdmi output? I want to use the splashscreen feature from uboot. Ive already compiled my own kernel with my own logo but it takes up to 6seconds to get a picture after power on. Regards Marcel -- You received this

[linux-sunxi] Cubieboard A20 HDMI U-Boot

2014-06-24 Thread Marcel DevNull
Hi, is it possible to get the U-Boot output on HDMI port? I want to display by own splashscreen immediately after powering on. Ive already compiled my own boot logo into the kernel but it takes up to 6 seconds to get a screen after turning the device on. Regards Marcel -- You received this

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-24 Thread bruce bushby
Thanks Jon, I have cleared my sdcard and setup tftp/nfs etc. The exercise has shown I have a uboot/hardware problem in that the network is not working If I build uboot using cubieboard2 I don't even get a link up If I build uboot using A20-OLinuXino_MICRO ... I at least get link up...but

Re: [linux-sunxi] Re: Booting mainline on a20-olinuxino/cubietruck

2014-06-24 Thread jonsm...@gmail.com
Turn on the earlyprintk support. That will likely make some error messages appear. On Tue, Jun 24, 2014 at 6:17 PM, bruce bushby bruce.bus...@gmail.com wrote: Thanks Jon, I have cleared my sdcard and setup tftp/nfs etc. The exercise has shown I have a uboot/hardware problem in that the network