Re: [linux-sunxi] sun6i SPL support status update

2014-03-31 Thread Chen-Yu Tsai
Hi Hans, On Sun, Mar 30, 2014 at 8:04 PM, Hans de Goede hdego...@redhat.com wrote: Hi, After wens pointed me to: http://git.rhombus-tech.net/?p=u-boot.git;a=blob;f=arch/arm/cpu/armv7/sunxi/dram_sun6i.c;h=9275ca21ac99592c7d520a41c0914b359c27b913;hb=refs/heads/lichee/jb-4.2.2-a31 I've tried

Re: [linux-sunxi] Current u-boot crashes my cubietruck!

2014-03-31 Thread Hans de Goede
Hi, On 03/30/2014 02:40 PM, Olliver Schinagl wrote: On 03/30/2014 02:25 PM, Ian Campbell wrote: On Sun, 2014-03-30 at 12:26 +0100, Ian Campbell wrote: I've just FEL booted with 2014.04-rc2-00665-g96510e1 (i.e. current u-boot-sunxi.git#sunxi) onto a SATA installation and have started a git

Re: [linux-sunxi] Current u-boot crashes my cubietruck!

2014-03-31 Thread Hans de Goede
Hi, On 03/31/2014 08:49 AM, Hans de Goede wrote: Hi, On 03/30/2014 02:40 PM, Olliver Schinagl wrote: On 03/30/2014 02:25 PM, Ian Campbell wrote: On Sun, 2014-03-30 at 12:26 +0100, Ian Campbell wrote: I've just FEL booted with 2014.04-rc2-00665-g96510e1 (i.e. current

[linux-sunxi] Re: How do I add I2C RTC driver to platform?

2014-03-31 Thread Dave McLaughlin
I got it working by changing the name as below. static struct i2c_board_info __initdata ds1307_i2c_board_info[] = { { .type = ds1307, .addr = 0x68, }, }; The bit that got this working was the change of the name to ds1307 instead of rtc-ds1307 which was the name of the

Re: [linux-sunxi] Re: New u-boot sunxi-next available for testing

2014-03-31 Thread markus . roppelt
Am Montag, 31. März 2014 09:04:23 UTC+2 schrieb Hans de Goede: Hi, On 03/30/2014 11:37 PM, markus.roppelt wrote: Am Donnerstag, 27. März 2014 19:50:32 UTC+1 schrieb Ezaul Zillmer: Ok Muito Obrigado! ;) Em quinta-feira, 27 de março de 2014 15h19min58s UTC-3, Hans

Re: [linux-sunxi] Azpen A727 / A23 chip

2014-03-31 Thread jtd
On Monday 31 Mar 2014 19:53:31 Luc Verhaegen wrote: On Mon, Mar 31, 2014 at 07:46:18PM +0530, jtd wrote: another A23 board H978 V2.1 20131202 Is there any reason why you thought you would just throw this onto the mailing list in an existing thread? Is there any reason why you also

Re: [linux-sunxi] [A20] sunxi framebuffer overlay help needed

2014-03-31 Thread Ivan Kozic
Hi Luc, Found out why disp driver has choppy overlay - for me overlay comes through DMA from memory. Funny thing - disp_malloc is fetching cached memory, so choppiness or trailing is due to caching framebuffer protected memory. Very silly - I found this out by changing caching method of ARM

Re: [linux-sunxi] Azpen A727 / A23 chip

2014-03-31 Thread Luc Verhaegen
On Mon, Mar 31, 2014 at 08:15:02PM +0530, jtd wrote: On Monday 31 Mar 2014 19:53:31 Luc Verhaegen wrote: On Mon, Mar 31, 2014 at 07:46:18PM +0530, jtd wrote: another A23 board H978 V2.1 20131202 Is there any reason why you thought you would just throw this onto the mailing list in an

Re: [linux-sunxi] [A20] sunxi framebuffer overlay help needed

2014-03-31 Thread Siarhei Siamashka
On Mon, 31 Mar 2014 08:33:29 -0700 (PDT) Ivan Kozic jimmy...@gmail.com wrote: Hi Luc, Found out why disp driver has choppy overlay - for me overlay comes through DMA from memory. Funny thing - disp_malloc is fetching cached memory, so choppiness or trailing is due to caching framebuffer

Re: [linux-sunxi] Azpen A727 / A23 chip

2014-03-31 Thread Luc Verhaegen
On Mon, Mar 31, 2014 at 09:47:26PM +0530, jtd wrote: On Monday 31 Mar 2014 21:10:49 Luc Verhaegen wrote: On Mon, Mar 31, 2014 at 08:15:02PM +0530, jtd wrote: On Monday 31 Mar 2014 19:53:31 Luc Verhaegen wrote: On Mon, Mar 31, 2014 at 07:46:18PM +0530, jtd wrote: another A23 board

Re: [linux-sunxi] control USB Power from linux

2014-03-31 Thread Vincenzo Li Vigni
Hello people, I've disabled these lines in script.bin: usb_drv_vbus_gpio = port:PH0610default0 usb_drv_vbus_gpio = port:PH0310default0 in order to use them as standard GPIO, enabling to switch on and off the usb port. The results is that I receive a super-kernel-panic at boot: 6ehci_hcd: USB

Re: [linux-sunxi] Current u-boot crashes my cubietruck!

2014-03-31 Thread Olliver Schinagl
On 03/31/2014 08:04 PM, Olliver Schinagl wrote: On 03/31/2014 08:59 AM, Hans de Goede wrote: Hi, On 03/31/2014 08:49 AM, Hans de Goede wrote: Hi, On 03/30/2014 02:40 PM, Olliver Schinagl wrote: On 03/30/2014 02:25 PM, Ian Campbell wrote: On Sun, 2014-03-30 at 12:26 +0100, Ian Campbell

[linux-sunxi] [PATCH 3.4 0/4] Use AXP209 for the power consumption measurements

2014-03-31 Thread Siarhei Siamashka
These patches allow reasonably accurate voltage, current and power consumption measurements on at least some of the Allwinner A10/A20 based development boards using lm-sensors or by directly reading from sysfs. So that some basic power consumption measurements can be done even by ordinary users.

[linux-sunxi] [PATCH 3.4 2/4] sunxi: axp20x: Human readable label for the temperature sensor

2014-03-31 Thread Siarhei Siamashka
Signed-off-by: Siarhei Siamashka siarhei.siamas...@gmail.com --- drivers/power/axp_power/axp20-mfd.h | 4 1 file changed, 4 insertions(+) diff --git a/drivers/power/axp_power/axp20-mfd.h b/drivers/power/axp_power/axp20-mfd.h index 0021fb5..6ec26f6 100644 ---