[linux-sunxi] Re: [PATCH 1/2] clk: sunxi: Add sun8i MBUS clock support

2014-09-15 Thread Maxime Ripard
Hi Chen-Yu, On Sat, Sep 13, 2014 at 12:48:05AM +0800, Chen-Yu Tsai wrote: Signed-off-by: Chen-Yu Tsai w...@csie.org A commit log would be nice here. Is it different from A31? do you know wether later SoCs reuses it? --- Documentation/devicetree/bindings/clock/sunxi.txt | 1 +

[linux-sunxi] A20 normal DMA

2014-09-15 Thread jonsm...@gmail.com
How do you interpret this? 1.12. DMA 1.12.1. Overview There are two kinds of DMA in the chip. One is Normal DMA with 8 channels, the other is Dedicated DMA with 8 channels . For normal DMA, only one channel can be active and the sequence is in line with the priority level. While for the

[linux-sunxi] [PATCH] sunxi-boards: a10: Add fex file for inet 3fbt rev01 boards

2014-09-15 Thread Julian Calaby
This is found in some tablets, e.g. the Kogan Agora Signed-off-by: Julian Calaby julian.cal...@gmail.com --- sys_config/a10/inet3fbt-01.fex | 928 + 1 file changed, 928 insertions(+) create mode 100644 sys_config/a10/inet3fbt-01.fex diff --git

[linux-sunxi] [PATCH] u-boot-sunxi: boards: Add support for inet 3fbt rev01

2014-09-15 Thread Julian Calaby
Reuse the H6's dram file as this board uses the same params. Signed-off-by: Julian Calaby julian.cal...@gmail.com --- board/sunxi/Makefile | 3 ++- board/sunxi/{dram_h6.c = dram_sun4i_360_1024_iow16_emr1_4.c} | 0 boards.cfg

Re: [linux-sunxi] Re: Running Linux on a Jesurun A19 Android media player

2014-09-15 Thread Tim Tisdall
On Sun, Sep 14, 2014 at 1:14 PM, Jason jason.854...@gmail.com wrote: Well I've just wasted many hours learning how to use git, learning about wiki formatting, and collating all the information I have so far, so that it's ready for putting on the wiki. I then start adding info to the wiki,

[linux-sunxi] cubietech kernel

2014-09-15 Thread RFat
Hi there, I noticed the comment on the A80 page saying cubietech guys made a kernel available for a while and I wonder if it made it to anyone's hands ;) in case it did: raan...@gmail.com Thanks! -- You received this message because you are subscribed to the Google Groups linux-sunxi group.

Re: [linux-sunxi] adding dram to u-boot-sunxi

2014-09-15 Thread Julian Calaby
Hi Tim, On Tue, Sep 16, 2014 at 6:52 AM, Tim Tisdall tisd...@gmail.com wrote: At http://linux-sunxi.org/U-Boot#DRAM it says copy an existing file to a filename relevant for your device and edit the entries manually but all of those files also say this file is generated, don't edit it yourself.

Re: [linux-sunxi] adding dram to u-boot-sunxi

2014-09-15 Thread Emilio López
El 15/09/14 a las 20:13, Julian Calaby escibió: Hi Tim, On Tue, Sep 16, 2014 at 6:52 AM, Tim Tisdall tisd...@gmail.com wrote: At http://linux-sunxi.org/U-Boot#DRAM it says copy an existing file to a filename relevant for your device and edit the entries manually but all of those files also say

Re: [linux-sunxi] adding dram to u-boot-sunxi

2014-09-15 Thread Tim Tisdall
On Mon, Sep 15, 2014 at 7:22 PM, Emilio López t...@linux-sunxi.org wrote: `fexc` in sunxi-tools (the tool behind bin2fex/fex2bin aliases) can do it. Note that for it to work, the fex file needs to have valid values. There we go! Definitely need to add that to the wiki tomorrow... -- You

Re: [linux-sunxi] adding dram to u-boot-sunxi

2014-09-15 Thread Julian Calaby
Hi Emilio, On Tue, Sep 16, 2014 at 9:22 AM, Emilio López t...@linux-sunxi.org wrote: El 15/09/14 a las 20:13, Julian Calaby escibió: Hi Tim, On Tue, Sep 16, 2014 at 6:52 AM, Tim Tisdall tisd...@gmail.com wrote: At http://linux-sunxi.org/U-Boot#DRAM it says copy an existing file to a

Re: [linux-sunxi] adding dram to u-boot-sunxi

2014-09-15 Thread Tim Tisdall
The meminfo tool generates information in a fex format so I imagine fexc can use that to output the valid info. On Mon, Sep 15, 2014 at 7:29 PM, Julian Calaby julian.cal...@gmail.com wrote: Hi Emilio, On Tue, Sep 16, 2014 at 9:22 AM, Emilio López t...@linux-sunxi.org wrote: El 15/09/14 a

Re: [linux-sunxi] adding dram to u-boot-sunxi

2014-09-15 Thread Emilio López
El 15/09/14 a las 20:29, Julian Calaby escibió: Hi Emilio, On Tue, Sep 16, 2014 at 9:22 AM, Emilio López t...@linux-sunxi.org wrote: (...) `fexc` in sunxi-tools (the tool behind bin2fex/fex2bin aliases) can do it. Note that for it to work, the fex file needs to have valid values. Ah,

Re: [linux-sunxi] adding dram to u-boot-sunxi

2014-09-15 Thread Julian Calaby
Hi Emilio, On Tue, Sep 16, 2014 at 9:40 AM, Emilio López t...@linux-sunxi.org wrote: El 15/09/14 a las 20:29, Julian Calaby escibió: Hi Emilio, On Tue, Sep 16, 2014 at 9:22 AM, Emilio López t...@linux-sunxi.org wrote: (...) `fexc` in sunxi-tools (the tool behind bin2fex/fex2bin

[linux-sunxi] Re: NDH: New Device Howto improvement proposal

2014-09-15 Thread Luc Verhaegen
On Mon, Sep 15, 2014 at 03:45:59PM +1000, Julian Calaby wrote: Hi Luc, Let's start at the top. I, as somewhat of an outsider, see this community as being somewhat hostile to new people, and you are one of the primary drivers of that attitude. Your response below does nothing to change

Re: [linux-sunxi] adding dram to u-boot-sunxi

2014-09-15 Thread Luc Verhaegen
On Tue, Sep 16, 2014 at 09:13:41AM +1000, Julian Calaby wrote: Hi Tim, On Tue, Sep 16, 2014 at 6:52 AM, Tim Tisdall tisd...@gmail.com wrote: At http://linux-sunxi.org/U-Boot#DRAM it says copy an existing file to a filename relevant for your device and edit the entries manually but all of

[linux-sunxi] Re: NDH: New Device Howto improvement proposal

2014-09-15 Thread Julian Calaby
Hi Luc, I'm going to respond to your email in several parts. Let's start with the device page: On Tue, Sep 16, 2014 at 11:17 AM, Luc Verhaegen l...@skynet.be wrote: On Mon, Sep 15, 2014 at 03:45:59PM +1000, Julian Calaby wrote: Hi Luc, And to top it all off, once again, the statements seem

[linux-sunxi] Re: NDH: New Device Howto improvement proposal

2014-09-15 Thread Julian Calaby
Hi Luc, On Tue, Sep 16, 2014 at 11:17 AM, Luc Verhaegen l...@skynet.be wrote: On Mon, Sep 15, 2014 at 03:45:59PM +1000, Julian Calaby wrote: Hi Luc, Let's start at the top. I, as somewhat of an outsider, see this community as being somewhat hostile to new people, and you are one of the