[linux-sunxi] [PATCH] a13: TZX-Q8-713B UART1 enable

2014-08-25 Thread Paul Kocialkowski
Signed-off-by: Paul Kocialkowski --- sys_config/a13/tzx-q8-713b.fex |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys_config/a13/tzx-q8-713b.fex b/sys_config/a13/tzx-q8-713b.fex index 5f9fbe4..4841837 100644 --- a/sys_config/a13/tzx-q8-713b.fex +++ b/sys_config/a13/tzx-q8

Re: [linux-sunxi] Alsa lib error while recording videos with usb webcam

2014-08-25 Thread jonsm...@gmail.com
Looks to me like you are trying to use software h.264 encoding on the A20. The A20 is not fast enough to do that in software. In general only desktop class x86 CPUs are fast enough to do that. The ALSA overruns are because the CPU is too heavily loaded. Using a webcam with built in h.264 compressi

[linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Thierry Reding
On Wed, Aug 13, 2014 at 07:01:06PM +0200, Maxime Ripard wrote: > On Wed, Aug 13, 2014 at 10:38:09AM -0600, Stephen Warren wrote: [...] > > If not, perhaps the clock driver should force the clock to be > > enabled (perhaps only if the DRM/KMS driver isn't enabled?). > > I'm sorry, but I'm not going

Re: [linux-sunxi] u-boot-sunxi: add hdmi driver (v2)

2014-08-25 Thread Luc Verhaegen
On Fri, Aug 22, 2014 at 09:23:53PM +0200, Hans de Goede wrote: > Hi Luc, > > Right, the problem is that the hdmi encoder has its own 4 divider > register bits, and those contain m not m-1, and coding 16 (so m), > rather then 15 (so m - 1) won't fit in 4 bits. The 1 million dollar > question is wha

Re: [linux-sunxi] Introductions and Allwinner documentation update

2014-08-25 Thread ditmar . rose
Am Sonntag, 24. August 2014 22:33:28 UTC+2 schrieb Henrik Nordström: > ... > What are we missing to get there? > What is required to sustain such environment in a healthy state for both > > the community and Allwinner? I think we should fokus on feature that prevent users from taking the mainlin

Re: [linux-sunxi] Alsa lib error while recording videos with usb webcam

2014-08-25 Thread ditmar . rose
Somebody did h.264 encoding with cedrus. Gets Vidoe by USB end eoncoding by cedrus. http://www.cubieforums.com/index.php/topic,2810.msg19371.html#msg19371 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop re

[linux-sunxi] Overclocking A31 (higher than 1008MHz)

2014-08-25 Thread RFat
Hi all, I am trying to overclock the A31 higher than 1008MHz and I am getting deterioration in performance. The way I work is execute a small program from u-boot which redefines the N multiplayer of PLL1 and then runs some CPU-intentive routine (to measure performance). Here are the results I

[linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Maxime Ripard
On Mon, Aug 25, 2014 at 02:12:30PM +0200, Thierry Reding wrote: > On Wed, Aug 13, 2014 at 07:01:06PM +0200, Maxime Ripard wrote: > > On Wed, Aug 13, 2014 at 10:38:09AM -0600, Stephen Warren wrote: > [...] > > > If not, perhaps the clock driver should force the clock to be > > > enabled (perhaps onl

Re: [linux-sunxi] A31 development board

2014-08-25 Thread Chen-Yu Tsai
Hi Tsvetan, On Wed, Aug 20, 2014 at 12:06 AM, TsvetanUsunov wrote: > Hi, > > we just assembled our first A31-SOM prototypes and they work fine with > Android. > http://olimex.wordpress.com/2014/08/19/our-first-a31-som-quad-core-arm-cortex-a7-system-on-module-prototypes-work-fine/ > We have 3 spar

[linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Thierry Reding
On Mon, Aug 25, 2014 at 02:44:10PM +0200, Maxime Ripard wrote: > On Mon, Aug 25, 2014 at 02:12:30PM +0200, Thierry Reding wrote: > > On Wed, Aug 13, 2014 at 07:01:06PM +0200, Maxime Ripard wrote: > > > On Wed, Aug 13, 2014 at 10:38:09AM -0600, Stephen Warren wrote: > > [...] > > > > If not, perhaps

[linux-sunxi] [PATCH] Kurio7S support Second Part

2014-08-25 Thread Mohamed MEDIOUNI
diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index 5af5ec9..a3d2768 10064 board/sunxi/Makefile |1 + boards.cfg |4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index 5af5ec9..a3d2768 100644 --- a/board/sun

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Hans de Goede
Hi, On 08/25/2014 03:39 PM, Thierry Reding wrote: > On Mon, Aug 25, 2014 at 02:44:10PM +0200, Maxime Ripard wrote: >> On Mon, Aug 25, 2014 at 02:12:30PM +0200, Thierry Reding wrote: >>> On Wed, Aug 13, 2014 at 07:01:06PM +0200, Maxime Ripard wrote: On Wed, Aug 13, 2014 at 10:38:09AM -0600, St

[linux-sunxi] [PATCH] Kurio7S support First Part

2014-08-25 Thread Mohamed MEDIOUNI
board/sunxi/Makefile |1 + boards.cfg |4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index 5af5ec9..a3d2768 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -33,6 +33,7 @@ obj-$(CONFIG_MARSBOARD_A20)

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Thierry Reding
On Mon, Aug 25, 2014 at 03:47:43PM +0200, Hans de Goede wrote: > On 08/25/2014 03:39 PM, Thierry Reding wrote: > > On Mon, Aug 25, 2014 at 02:44:10PM +0200, Maxime Ripard wrote: > >> On Mon, Aug 25, 2014 at 02:12:30PM +0200, Thierry Reding wrote: > >>> On Wed, Aug 13, 2014 at 07:01:06PM +0200, Maxi

[linux-sunxi] [PATCH] Kurio7S support

2014-08-25 Thread MSM
From: root --- board/sunxi/Makefile |1 + boards.cfg |4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/board/sunxi/Makefile b/board/sunxi/Makefile index 5af5ec9..a3d2768 100644 --- a/board/sunxi/Makefile +++ b/board/sunxi/Makefile @@ -33,6 +33,7 @@ obj-$(CO

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread jonsm...@gmail.com
On Mon, Aug 25, 2014 at 10:16 AM, Thierry Reding wrote: > On Mon, Aug 25, 2014 at 03:47:43PM +0200, Hans de Goede wrote: >> On 08/25/2014 03:39 PM, Thierry Reding wrote: >> > On Mon, Aug 25, 2014 at 02:44:10PM +0200, Maxime Ripard wrote: >> >> On Mon, Aug 25, 2014 at 02:12:30PM +0200, Thierry Redi

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Hans de Goede
Hi, On 08/25/2014 04:16 PM, Thierry Reding wrote: > On Mon, Aug 25, 2014 at 03:47:43PM +0200, Hans de Goede wrote: >> On 08/25/2014 03:39 PM, Thierry Reding wrote: >>> On Mon, Aug 25, 2014 at 02:44:10PM +0200, Maxime Ripard wrote: On Mon, Aug 25, 2014 at 02:12:30PM +0200, Thierry Reding wrote

Re: [linux-sunxi] Alsa lib error while recording videos with usb webcam

2014-08-25 Thread Nithin Chakravarthy
Thanks for reply. Than which format can i use to record both audio and video using A20 processor please reply -- Nithin On Monday, August 25, 2014 5:40:55 PM UTC+5:30, Jon Smirl wrote: > > Looks to me like you are trying to use software h.264 encoding on the > A20. The A20 is not fast enoug

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Hans de Goede
Hi, On 08/25/2014 04:23 PM, jonsm...@gmail.com wrote: > On Mon, Aug 25, 2014 at 10:16 AM, Thierry Reding > wrote: >> On Mon, Aug 25, 2014 at 03:47:43PM +0200, Hans de Goede wrote: >>> On 08/25/2014 03:39 PM, Thierry Reding wrote: On Mon, Aug 25, 2014 at 02:44:10PM +0200, Maxime Ripard wrote:

[linux-sunxi] [PATCH] Kurio7S

2014-08-25 Thread MSM
From: root --- sys_config/a20/kurio7s.bin | Bin 0 -> 47768 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 sys_config/a20/kurio7s.bin diff --git a/sys_config/a20/kurio7s.bin b/sys_config/a20/kurio7s.bin new file mode 100755 index

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Thierry Reding
On Mon, Aug 25, 2014 at 04:23:59PM +0200, Hans de Goede wrote: > Hi, > > On 08/25/2014 04:16 PM, Thierry Reding wrote: > > On Mon, Aug 25, 2014 at 03:47:43PM +0200, Hans de Goede wrote: > >> On 08/25/2014 03:39 PM, Thierry Reding wrote: > >>> On Mon, Aug 25, 2014 at 02:44:10PM +0200, Maxime Ripard

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Maxime Ripard
On Mon, Aug 25, 2014 at 04:16:29PM +0200, Thierry Reding wrote: > On Mon, Aug 25, 2014 at 03:47:43PM +0200, Hans de Goede wrote: > > On 08/25/2014 03:39 PM, Thierry Reding wrote: > > > On Mon, Aug 25, 2014 at 02:44:10PM +0200, Maxime Ripard wrote: > > >> On Mon, Aug 25, 2014 at 02:12:30PM +0200, Th

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Thierry Reding
On Mon, Aug 25, 2014 at 10:23:26AM -0400, jonsm...@gmail.com wrote: > On Mon, Aug 25, 2014 at 10:16 AM, Thierry Reding > wrote: > > On Mon, Aug 25, 2014 at 03:47:43PM +0200, Hans de Goede wrote: > >> On 08/25/2014 03:39 PM, Thierry Reding wrote: > >> > On Mon, Aug 25, 2014 at 02:44:10PM +0200, Max

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Thierry Reding
On Mon, Aug 25, 2014 at 04:58:54PM +0200, Maxime Ripard wrote: > On Mon, Aug 25, 2014 at 04:16:29PM +0200, Thierry Reding wrote: > > On Mon, Aug 25, 2014 at 03:47:43PM +0200, Hans de Goede wrote: > > > On 08/25/2014 03:39 PM, Thierry Reding wrote: > > > > On Mon, Aug 25, 2014 at 02:44:10PM +0200, M

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread jonsm...@gmail.com
On Mon, Aug 25, 2014 at 10:53 AM, Thierry Reding wrote: > On Mon, Aug 25, 2014 at 04:23:59PM +0200, Hans de Goede wrote: >> Hi, >> >> On 08/25/2014 04:16 PM, Thierry Reding wrote: >> > On Mon, Aug 25, 2014 at 03:47:43PM +0200, Hans de Goede wrote: >> >> On 08/25/2014 03:39 PM, Thierry Reding wrote

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Luc Verhaegen
On Mon, Aug 25, 2014 at 05:05:04PM +0200, Thierry Reding wrote: > > No. simplefb just wants to write to some memory that hardware has been > set up to scan out. The platform requires that the clocks be on. Simplefb also requires that the memory is there and is persistent. Fine for discrete graph

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Maxime Ripard
On Mon, Aug 25, 2014 at 04:53:06PM +0200, Thierry Reding wrote: > Hmm... that's true. But we already have a way to deal with exactly this > situation for regulators. There's a property called regulator-boot-on > which a bootloader should set whet it has enabled a given regulator. It > can of course

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Thierry Reding
On Mon, Aug 25, 2014 at 04:27:04PM +0200, Hans de Goede wrote: > Hi, > > On 08/25/2014 04:23 PM, jonsm...@gmail.com wrote: > > On Mon, Aug 25, 2014 at 10:16 AM, Thierry Reding > > wrote: > >> On Mon, Aug 25, 2014 at 03:47:43PM +0200, Hans de Goede wrote: > >>> On 08/25/2014 03:39 PM, Thierry Redi

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Luc Verhaegen
On Mon, Aug 25, 2014 at 05:12:58PM +0200, Thierry Reding wrote: > > Out of curiosity, how does this work in practice? How does the > bootloader create this entry? Does it scan the DT to see which clocks > the real hardware device references and then simply copies them to the > simplefb node? > >

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Maxime Ripard
On Mon, Aug 25, 2014 at 05:05:04PM +0200, Thierry Reding wrote: > On Mon, Aug 25, 2014 at 04:58:54PM +0200, Maxime Ripard wrote: > > On Mon, Aug 25, 2014 at 04:16:29PM +0200, Thierry Reding wrote: > > > On Mon, Aug 25, 2014 at 03:47:43PM +0200, Hans de Goede wrote: > > > > On 08/25/2014 03:39 PM, T

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread Andreas Färber
Hi, Am 25.08.2014 15:47, schrieb Hans de Goede: > On 08/25/2014 03:39 PM, Thierry Reding wrote: >> On Mon, Aug 25, 2014 at 02:44:10PM +0200, Maxime Ripard wrote: >>> On Mon, Aug 25, 2014 at 02:12:30PM +0200, Thierry Reding wrote: On Wed, Aug 13, 2014 at 07:01:06PM +0200, Maxime Ripard wrote:

Re: [linux-sunxi] Re: [PATCH 4/4] simplefb: add clock handling code

2014-08-25 Thread jonsm...@gmail.com
On Mon, Aug 25, 2014 at 11:12 AM, Thierry Reding wrote: > On Mon, Aug 25, 2014 at 04:27:04PM +0200, Hans de Goede wrote: >> Hi, >> >> On 08/25/2014 04:23 PM, jonsm...@gmail.com wrote: >> > On Mon, Aug 25, 2014 at 10:16 AM, Thierry Reding >> > wrote: >> >> On Mon, Aug 25, 2014 at 03:47:43PM +0200,

Re: [linux-sunxi] Introductions and Allwinner documentation update

2014-08-25 Thread Simos Xenitellis
I have put the points in this thread on the wiki, at http://linux-sunxi.org/AllwinnerUpstream Feel free to refine. Simos On Mon, Aug 25, 2014 at 3:36 PM, wrote: > Am Sonntag, 24. August 2014 22:33:28 UTC+2 schrieb Henrik Nordström: > > > ... > > What are we missing to get there? > > > What is

Re: [linux-sunxi] Introductions and Allwinner documentation update

2014-08-25 Thread Henrik Nordström
sön 2014-08-24 klockan 17:02 -0700 skrev Marius Cirsta: > Agreed but I see respecting the GPL as a first sign of a company > "growing up" if you will. There is two ways to "grow up". a) Trying to do the right thing and gradually learn how. b) Getting sued when not doing it. Path 'a' is much

[linux-sunxi] (parts of) A80 SDK available.

2014-08-25 Thread Luc Verhaegen
Thanks to a kind soul, we now have the most important bits of the A80 SDK available to us: http://linux-sunxi.org/A80#Original_SDK The amount of GPL violations has massively increased: http://linux-sunxi.org/A80#GPL_violations For those claiming that GPL violations are not important: read throu

[linux-sunxi] uboot 2014.10

2014-08-25 Thread Gerardo Di Iorio
hi i try to use uboot 2014.10 from hans repo https://github.com/jwrdegoede/u-boot-sunxi branch next I have the first partion of sd card with boot folder and uEnv.txt file. But uboot not read the file. Was is missing? board is cubie2 Regards Gerardo Di Iorio U-Boot SPL 2014.10-rc1-g7190869 (Aug

Re: [linux-sunxi] Alsa lib error while recording videos with usb webcam

2014-08-25 Thread Nithin Chakravarthy
As you mentioned earlier i am trying to record video in avi format with vlc but i am getting this log > VLC media player 2.0.5 Twoflower (revision 11d59d1) > > [0x45d8f0] main libvlc: Running vlc with the default interface. Use 'cvlc' >> to use vlc without interface. > > QGtkStyle was unable