Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-11 Thread Maxime Ripard
On Thu, Sep 11, 2014 at 10:24:04AM +1000, Julian Calaby wrote: On Wed, Sep 10, 2014 at 5:10 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Tue, Sep 09, 2014 at 02:29:23PM +0200, Luc Verhaegen wrote: On Tue, Sep 09, 2014 at 12:05:54PM +0200, Maxime Ripard wrote: On Mon, Sep

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-11 Thread Julian Calaby
Hi All, On Thu, Sep 11, 2014 at 6:16 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Thu, Sep 11, 2014 at 10:24:04AM +1000, Julian Calaby wrote: On Wed, Sep 10, 2014 at 5:10 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Tue, Sep 09, 2014 at 02:29:23PM +0200, Luc

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-11 Thread Michal Suchanek
On 11 September 2014 10:16, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Thu, Sep 11, 2014 at 10:24:04AM +1000, Julian Calaby wrote: On Wed, Sep 10, 2014 at 5:10 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Tue, Sep 09, 2014 at 02:29:23PM +0200, Luc Verhaegen

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-10 Thread Maxime Ripard
On Tue, Sep 09, 2014 at 02:29:23PM +0200, Luc Verhaegen wrote: On Tue, Sep 09, 2014 at 12:05:54PM +0200, Maxime Ripard wrote: On Mon, Sep 08, 2014 at 06:01:25PM +0200, Luc Verhaegen wrote: For now. Forgive me, I don't have the chance to own a crystal ball. And logically

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-10 Thread Marius Cirsta
Easy does it here folks. I now a Cubieboard, an A10 tablet and an A13 tablet for which I want to get Linux running, full Linux preferably maybe even with some open source GPU drivers ( Luc has done some great work for that ) . I don't have much time to work on it and I'm not a kernel

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-10 Thread Julian Calaby
Hi All, [Bickering trimmed. Guys, please be nice. You're two of the main players in this community and your bickering is making it look unfriendly.] On Wed, Sep 10, 2014 at 5:10 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Tue, Sep 09, 2014 at 02:29:23PM +0200, Luc Verhaegen

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-09 Thread Maxime Ripard
On Mon, Sep 08, 2014 at 06:01:25PM +0200, Luc Verhaegen wrote: On Mon, Sep 08, 2014 at 04:33:48PM +0200, Maxime Ripard wrote: On Mon, Sep 08, 2014 at 03:55:19PM +0200, Luc Verhaegen wrote: For those who do not know what Maxime is on about, here is the short explanation:

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-09 Thread Michal Suchanek
On 9 September 2014 11:53, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, Sep 08, 2014 at 09:53:21PM +0200, Michal Suchanek wrote: A10= AW1623 (sun4i) A13/A10s = AW1625 (sun5i) A31= AW1633 (sun6i) A20= AW1651 (sun7i) A23= AW1650 (sun8i) A80= AW1635

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-09 Thread Maxime Ripard
On Tue, Sep 09, 2014 at 12:41:41PM +0200, Michal Suchanek wrote: On 9 September 2014 11:53, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, Sep 08, 2014 at 09:53:21PM +0200, Michal Suchanek wrote: A10= AW1623 (sun4i) A13/A10s = AW1625 (sun5i) A31= AW1633 (sun6i)

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-09 Thread Luc Verhaegen
On Tue, Sep 09, 2014 at 12:05:54PM +0200, Maxime Ripard wrote: On Mon, Sep 08, 2014 at 06:01:25PM +0200, Luc Verhaegen wrote: For now. Forgive me, I don't have the chance to own a crystal ball. And logically extrapolating is not one of your strengths either apparently. It was a

[linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-08 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- meminfo.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meminfo.c b/meminfo.c index 86b5c1e..24b4772 100644 --- a/meminfo.c +++ b/meminfo.c @@ -60,8 +60,8 @@ enum sunxi_soc_version { SUNXI_SOC_SUN6I = 0x1633, /*

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-08 Thread Maxime Ripard
On Mon, Sep 08, 2014 at 01:01:11PM +0200, Luc Verhaegen wrote: Signed-off-by: Luc Verhaegen l...@skynet.be --- meminfo.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meminfo.c b/meminfo.c index 86b5c1e..24b4772 100644 --- a/meminfo.c +++ b/meminfo.c @@

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-08 Thread Maxime Ripard
On Mon, Sep 08, 2014 at 03:55:19PM +0200, Luc Verhaegen wrote: On Mon, Sep 08, 2014 at 01:37:23PM +0200, Maxime Ripard wrote: On Mon, Sep 08, 2014 at 01:01:11PM +0200, Luc Verhaegen wrote: Signed-off-by: Luc Verhaegen l...@skynet.be --- meminfo.c |4 ++-- 1 files changed, 2

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-08 Thread Luc Verhaegen
On Mon, Sep 08, 2014 at 04:33:48PM +0200, Maxime Ripard wrote: On Mon, Sep 08, 2014 at 03:55:19PM +0200, Luc Verhaegen wrote: For those who do not know what Maxime is on about, here is the short explanation: http://linux-sunxi.org/Allwinner_SoC_Family#Naming_confusion I do not buy

Re: [linux-sunxi] [PATCH 1/4] meminfo: use correct sunXi naming for a80 an a33

2014-09-08 Thread Michal Suchanek
On 8 September 2014 16:33, Maxime Ripard maxime.rip...@free-electrons.com wrote: On Mon, Sep 08, 2014 at 03:55:19PM +0200, Luc Verhaegen wrote: On Mon, Sep 08, 2014 at 01:37:23PM +0200, Maxime Ripard wrote: On Mon, Sep 08, 2014 at 01:01:11PM +0200, Luc Verhaegen wrote: Signed-off-by: Luc