[linux-sunxi] Annoucement about Allwinner's CedarX Software Licensing

2015-03-15 Thread ke...@allwinnertech.com
To better support media codec framework and media player applications, Allwinner has published the newest version of CedarX (Media Codec framework) to github, at this url: https://github.com/allwinner-zh/media-codec Recently, there have been some questions about CedarX's software licensing. To

Re: [linux-sunxi] Re: What open source community is this?

2015-03-15 Thread Quink
I'm an employee of allwinner, and I joined this mailing list before joined the company. I speak for myself here. I have a Cubieboard2 (I bought it to do real-time vibration control as a graduate students.) runing Linux and want to playback video on that, and I saw some people have the same idea too

[linux-sunxi] [RFC] Serial number on sunxi devices

2015-03-15 Thread Paul Kocialkowski
As far as I know, there is currently no mechanism in place to give each device a unique serial number, that would be shown in e.g. /proc/cpuinfo. This can seem not very useful, but it would be nice to have that for USB gadget drivers that make use of it (e.g. ADB on Android, fastboot, etc). This wo

Re: [linux-sunxi] Re: What open source community is this?

2015-03-15 Thread Manuel Braga
On Sun, 15 Mar 2015 23:51:03 +0800 Quink wrote: > Sorry Simos, I just want to invite some students in local community > to join sunxi > and take part in GSOC. And everyone are welcome to join sunxi. And the GSOC idea is not bad, please do invite students. > That email has nothing to do with the

Re: [linux-sunxi] Re: What open source community is this?

2015-03-15 Thread Luc Verhaegen
On Sun, Mar 15, 2015 at 06:12:10PM +0200, Simos Xenitellis wrote: > On Sun, Mar 15, 2015 at 5:56 PM, Luc Verhaegen wrote: > > On Sun, Mar 15, 2015 at 11:51:03PM +0800, Quink wrote: > ... > > > > Luc Verhaegen. > > > > Luc, please, start your own thread. What you are doing is hijacking. > > Simos

Re: [linux-sunxi] Re: What open source community is this?

2015-03-15 Thread Simos Xenitellis
On Sun, Mar 15, 2015 at 5:56 PM, Luc Verhaegen wrote: > On Sun, Mar 15, 2015 at 11:51:03PM +0800, Quink wrote: ... > > Luc Verhaegen. > Luc, please, start your own thread. What you are doing is hijacking. Simos -- You received this message because you are subscribed to the Google Groups "linu

Re: [linux-sunxi] Re: What open source community is this?

2015-03-15 Thread Luc Verhaegen
On Sun, Mar 15, 2015 at 11:51:03PM +0800, Quink wrote: > Sorry Simos, I just want to invite some students in local community to join > sunxi > and take part in GSOC. That email has nothing to do with the CedarX. > It's so sad that there are so many misunderstand. If we have more tolerant > attitude

Re: [linux-sunxi] Re: What open source community is this?

2015-03-15 Thread Quink
Sorry Simos, I just want to invite some students in local community to join sunxi and take part in GSOC. That email has nothing to do with the CedarX. It's so sad that there are so many misunderstand. If we have more tolerant attitudes, technical discussing should not become a flashpoint, and we ca

[linux-sunxi] [PATCH 3.4 v2 3/3] serial: 8250_sunxi: UART port selection

2015-03-15 Thread Paul Kocialkowski
This allow for taking in account the script's uart_port parameters, which enables for virtually switching UART ports. Signed-off-by: Paul Kocialkowski --- drivers/tty/serial/8250/8250_sunxi.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/drivers/tty/

Re: [linux-sunxi] [PATCH 3.4 1/3] drm.h: Fix DRM compilation with bare-metal toolchain.

2015-03-15 Thread Paul Kocialkowski
Nevermind this series, I sent v1 again instead of v2. Sorry about the confusion. Le dimanche 15 mars 2015 à 15:14 +0100, Paul Kocialkowski a écrit : > From: Paul Sokolovsky > > An ifdef in drm.h expects to be compiled with full-fledged Linux > toolchain, but it's common to compile kernel with ju

[linux-sunxi] [PATCH 3.4 v2 2/3] sunxi_nand: 32 sectors per page and 64 bit sector bitmap support

2015-03-15 Thread Paul Kocialkowski
Some NAND chips (e.g. Hynix H27UCG8T2B 20nm 8G as found on the Ampe A76 tablet) require 64 bit (instead of 32 bit) variables for sector bitmap and 32 sectors per page (instead of 16). This change apparently does not negatively affect other NAND chips that worked fine with the previous settings. Th

[linux-sunxi] [PATCH 3.4 v2 1/3] drm.h: Fix DRM compilation with bare-metal toolchain.

2015-03-15 Thread Paul Kocialkowski
From: Paul Sokolovsky An ifdef in drm.h expects to be compiled with full-fledged Linux toolchain, but it's common to compile kernel with just bare-metal toolchain which doesn't define __linux__. So, also add __KERNEL__ check. Signed-off-by: Paul Sokolovsky Signed-off-by: Dave Airlie --- inclu

[linux-sunxi] [PATCH 3.4 1/3] drm.h: Fix DRM compilation with bare-metal toolchain.

2015-03-15 Thread Paul Kocialkowski
From: Paul Sokolovsky An ifdef in drm.h expects to be compiled with full-fledged Linux toolchain, but it's common to compile kernel with just bare-metal toolchain which doesn't define __linux__. So, also add __KERNEL__ check. Signed-off-by: Paul Sokolovsky Signed-off-by: Dave Airlie --- inclu

[linux-sunxi] [PATCH 3.4 3/3] serial: 8250_sunxi: UART port selection

2015-03-15 Thread Paul Kocialkowski
Signed-off-by: Paul Kocialkowski --- drivers/tty/serial/8250/8250_sunxi.c | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/drivers/tty/serial/8250/8250_sunxi.c b/drivers/tty/serial/8250/8250_sunxi.c index 25fdcff..1eb7927 100644 --- a/drivers/tty/seri

[linux-sunxi] [PATCH 3.4 2/3] sunxi_nand: 32 sectors per page and 64 bit sector bitmap support

2015-03-15 Thread Paul Kocialkowski
Signed-off-by: Paul Kocialkowski --- drivers/block/sunxi_nand/src/format/nand_format.c | 16 ++--- .../block/sunxi_nand/src/include/nand_drv_cfg.h|4 +- drivers/block/sunxi_nand/src/include/nand_logic.h |4 +- drivers/block/sunxi_nand/src/include/nand_physic.h |4 +- drivers/b

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-15 Thread Paul Kocialkowski
Le dimanche 15 mars 2015 à 14:10 +0200, Siarhei Siamashka a écrit : > On Sun, 15 Mar 2015 12:12:00 +0100 > Paul Kocialkowski wrote: > > > Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : > > > On Sat, 21 Feb 2015 16:47:20 +0100 > > > Hans de Goede wrote: > > > > > > > Hi all,

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-15 Thread Paul Kocialkowski
Le dimanche 15 mars 2015 à 12:25 +0100, Code Kipper a écrit : > On 15 March 2015 at 12:23, Code Kipper wrote: > > On 15 March 2015 at 12:12, Paul Kocialkowski wrote: > >> Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : > >>> On Sat, 21 Feb 2015 16:47:20 +0100 > >>> Hans de Goe

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-15 Thread Siarhei Siamashka
On Sun, 15 Mar 2015 12:12:00 +0100 Paul Kocialkowski wrote: > Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : > > On Sat, 21 Feb 2015 16:47:20 +0100 > > Hans de Goede wrote: > > > > > Hi all, > > > > > > Newer u-boot versions may chose a different (better) PLL6 / PLL5 setti

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-15 Thread Code Kipper
On 15 March 2015 at 12:23, Code Kipper wrote: > On 15 March 2015 at 12:12, Paul Kocialkowski wrote: >> Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : >>> On Sat, 21 Feb 2015 16:47:20 +0100 >>> Hans de Goede wrote: >>> >>> > Hi all, >>> > >>> > Newer u-boot versions may chose

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-15 Thread Code Kipper
On 15 March 2015 at 12:12, Paul Kocialkowski wrote: > Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : >> On Sat, 21 Feb 2015 16:47:20 +0100 >> Hans de Goede wrote: >> >> > Hi all, >> > >> > Newer u-boot versions may chose a different (better) PLL6 / PLL5 setting >> > and/or di

Re: [linux-sunxi] [PATCH 3.4 0/4] Various fixes to make linux-sunxi work with new u-boot

2015-03-15 Thread Paul Kocialkowski
Le mardi 24 février 2015 à 11:58 +0200, Siarhei Siamashka a écrit : > On Sat, 21 Feb 2015 16:47:20 +0100 > Hans de Goede wrote: > > > Hi all, > > > > Newer u-boot versions may chose a different (better) PLL6 / PLL5 setting > > and/or different voltage settings. Unfortunately the old linux-sunxi-