[linux-sunxi] Re: [PATCH 1/4] pinctrl-sunxi: Fix sun5i-a13 port F multiplexing

2014-02-25 Thread Linus Walleij
On Mon, Feb 17, 2014 at 10:19 PM, Hans de Goede hdego...@redhat.com wrote: The correct value for selecting the mmc0 function on port F pins is 2 not 4, as per the data-sheet: http://dl.linux-sunxi.org/A13/A13%20Datasheet%20-%20v1.12%20%282012-03-29%29.pdf Signed-off-by: Hans de Goede

[linux-sunxi] Re: [PATCH 2/4] pinctrl-sunxi: Fix hang on gpio irq

2014-02-25 Thread Linus Walleij
On Mon, Feb 17, 2014 at 10:19 PM, Hans de Goede hdego...@redhat.com wrote: Our irq handler was missing chained_irq_enter / exit calls, causing a hard hang as soon as a gpio irq happened. Signed-off-by: Hans de Goede hdego...@redhat.com I have already applied the identical patch from Chen-Yu

[linux-sunxi] Re: [PATCH 3/4] pinctrl-sunxi: Fix masking when setting irq type

2014-02-25 Thread Linus Walleij
On Mon, Feb 17, 2014 at 10:19 PM, Hans de Goede hdego...@redhat.com wrote: Signed-off-by: Hans de Goede hdego...@redhat.com Patch applied with Maxime's ACK. Yours, Linus Walleij -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe

[linux-sunxi] Re: [PATCH 4/4] pinctrl-sunxi: Fix interrupt register offset calculation

2014-02-25 Thread Linus Walleij
On Mon, Feb 17, 2014 at 10:19 PM, Hans de Goede hdego...@redhat.com wrote: This fixing setting the interrupt type for eints = 8. Signed-off-by: Hans de Goede hdego...@redhat.com Patch applied with Maxime's ACK. Yours, Linus Walleij -- You received this message because you are subscribed to

[linux-sunxi] Re: [PATCH pre-v3 00/26] mtd: nand: add sunxi NAND controller support

2014-02-25 Thread Boris BREZILLON
On 25/02/2014 02:23, Qiang Yu wrote: Hi Boris, Good job! I haven't working on SUNXI MTD driver for a long time, glad to see you make big progress on it. Here is some questions: Almost everything is implemented now: - HW ECC support - per partition ECC config - HW randomizer

Re: [linux-sunxi] Fedora porting in A20.

2014-02-25 Thread Puneet B
Hi Oliver, i did as you said. then i am able to login as root. Then i am able to add user. but once i assign passwd to user. the system hangs at NEW password: (i give passwd and enter it but system is not coming out of statement , then i press cntrl+c then it comes out). i tried with one

[linux-sunxi] Re: [U-Boot] [PATCH v2 00/13] ARMv7: add PSCI support to u-boot

2014-02-25 Thread Ezaul Zillmer
Hi Marc Zyngier Where could obtain this repository with these alterations to be able to test virtualization with KVM on my cubieboard2'm using Kernel 3.14.rc4 I appreciate if you help Thank you -- You received this message because you are subscribed to the Google Groups linux-sunxi

[linux-sunxi] Re: [U-Boot] [PATCH v2 00/13] ARMv7: add PSCI support to u-boot

2014-02-25 Thread Marc Zyngier
Hi, On 2014-02-25 13:38, Ezaul Zillmer wrote: Hi Marc Zyngier Where could obtain this repository with these alterations to be able to test virtualization with KVM on my cubieboard2'm using Kernel 3.14.rc4 I appreciate if you help You're looking at an older patch series. The new one can be

Re: [linux-sunxi] YUYV vs NV12 with camera

2014-02-25 Thread Manuel Braga
On Mon, 24 Feb 2014 19:38:46 -0500 jonsm...@gmail.com jonsm...@gmail.com wrote: On Mon, Feb 24, 2014 at 6:21 PM, Manuel Braga mul.br...@gmail.com wrote: On Mon, 24 Feb 2014 16:17:31 -0500 jonsm...@gmail.com jonsm...@gmail.com wrote: Compare it to these public Dropcams. They are using a

Re: [linux-sunxi] YUYV vs NV12 with camera

2014-02-25 Thread Manuel Braga
On Tue, 25 Feb 2014 11:42:06 -0500 jonsm...@gmail.com jonsm...@gmail.com wrote: On Tue, Feb 25, 2014 at 9:40 AM, Manuel Braga mul.br...@gmail.com wrote: On Mon, 24 Feb 2014 19:38:46 -0500 jonsm...@gmail.com jonsm...@gmail.com wrote: On Mon, Feb 24, 2014 at 6:21 PM, Manuel Braga

Re: [linux-sunxi] [PATCH 3.4] sunxi: prevent mali drivers from building every time

2014-02-25 Thread Alejandro Mery
On 20/02/14 03:30, Patrick Wood wrote: This patch was suggested to prevent the mali drivers from rebuild every time the modules are built. It simply creates symlinks to sources used by both ump.ko and mali.ko so that their objects are built in separate directories; otherwise, there is a

Re: [linux-sunxi] [PATCH 3.4 v2] sunxi-hdmi: Add 2 pixelclock overrides for 1280x800 hdmi projectors

2014-02-25 Thread Alejandro Mery
On 23/02/14 23:29, Hans de Goede wrote: The sunxi video PLL-s can unfortunately not make any random clock encountered in EDID info. So hdmi_edid.c has a table to override the pixelclocks in some EDID provided modes to a value which the PLL-s can actually make close to the real value. This

Re: [linux-sunxi] YUYV vs NV12 with camera

2014-02-25 Thread jonsm...@gmail.com
I have simpleencoder.static working on those example files. First I tried switching to high encoding. The encoder get errors all of the time and won't encode. So I set it back to baseline. 706,560,000 2014-02-25 16:10 ducks_1280x736.nv12 compressed down to 44,720,218 2000-01-03 04:02 d4.mkv -

Re: [linux-sunxi] YUYV vs NV12 with camera

2014-02-25 Thread Rosimildo DaSilva
As on any video strreaming, three parameters are key: + Size ( WxH ) + Frame Rate ( fps ) + bit rate My guess is you have the first two fixed, so you can only change the 3rd one. I think the value you set 1024, meaning 1K/s is probably out of bounds and ignored. I would try 800*1024 and