[linux-sunxi] sunxi-nfc-mtd modules to access to boot0 partition.

2014-03-29 Thread Puneet B
Hi from yuq git https://github.com/yuq/sunxi-nfc-mtd i downloaded sunxi-nfc-mtd source code. i compiled as a module by doing some changes according to my kernel. once i insert my module , i am getting kernel panic error. Here i am attaching the log. i am using A20 board with kernel 3.4.

Re: [linux-sunxi] [PATCH u-boot (sc)] Cleanups of various clock macro's

2014-03-29 Thread Ian Campbell
On Thu, 2014-03-27 at 23:42 +0100, Olliver Schinagl wrote: On 03/27/2014 10:06 PM, Ian Campbell wrote: On Tue, 2014-03-25 at 11:00 +0100, oliver+l...@schinagl.nl wrote: From: Olliver Schinagl oli...@schinagl.nl This patch cleans up several macro's to remove magic values etc from clock.c

Re: [linux-sunxi] Re: [PATCH] Add Full Duplex support to SPI (v2)

2014-03-29 Thread ocheretianko . m
понедельник, 17 февраля 2014 г., 23:40:53 UTC+2 пользователь Marco Montesissa написал: HI Darius, I have a modified version which works in half-duplex mode by modifing just the userspace. If you need any piece of code i can share it. Cheers Marco. 2014-02-17 21:27

Re: [linux-sunxi] [RFC PATCH u-boot 0/2] Try to improve sunxi DRAM setup code

2014-03-29 Thread Siarhei Siamashka
On Fri, 28 Mar 2014 13:29:17 +0100 Olliver Schinagl oli...@schinagl.nl wrote: On 03/28/2014 11:42 AM, Siarhei Siamashka wrote: I understand that setting up binary drivers and then running some 3D accelerated applications while checking for memory corruption bugs at the same time is not

Re: [linux-sunxi] Re: [PATCH v3 04/10] input: misc: Add driver for AXP20x Power Enable Key

2014-03-29 Thread Carlo Caione
On Fri, Mar 28, 2014 at 12:38:03AM -0700, Dmitry Torokhov wrote: Hi Carlo, Hi Dmitry, On Thu, Mar 27, 2014 at 10:29:18PM +0100, Carlo Caione wrote: [...] +#include linux/errno.h +#include linux/irq.h +#include linux/init.h +#include linux/input.h +#include linux/interrupt.h

[linux-sunxi] Current u-boot crashes my cubietruck!

2014-03-29 Thread Olliver Schinagl
Hey all, I was using current head on my Cubietruck; and it kept crashing. I first tried to revert the density/width only, but that made no difference what so ever. The first crash I had on cloning git during 3.4.79+; i first reverted to Hans's 3.4 series from fedora 19, but then a big huge

Re: [linux-sunxi] Current u-boot crashes my cubietruck!

2014-03-29 Thread Ian Campbell
On Sat, 2014-03-29 at 16:52 +0100, Olliver Schinagl wrote: Hey all, I was using current head on my Cubietruck; and it kept crashing. I first tried to revert the density/width only, but that made no difference what so ever. Oh dear. The first crash I had on cloning git during 3.4.79+; i

Re: [linux-sunxi] Re: [PATCH v3 06/10] regulator: AXP20x: Add support for regulators subsystem

2014-03-29 Thread Carlo Caione
On Fri, Mar 28, 2014 at 01:39:34PM +, Mark Brown wrote: On Thu, Mar 27, 2014 at 10:29:20PM +0100, Carlo Caione wrote: +static int axp20x_set_suspend_voltage(struct regulator_dev *rdev, int uV) +{ + int sel = regulator_map_voltage_iterate(rdev, uV, uV); + + if (sel 0) +

Re: [linux-sunxi] Re: A20 + OV5640 (parallel) issues

2014-03-29 Thread Ivan Kozic
Hey getting closer :) There's still an issue with the LDO (I don't like this debugfs issue) - check if you actually get sensor voltage first. If no, there's still something funny going on with AXP, so triple-check the Fex file for LDO init. Check with a multimeter whether you really get 2V8. Ok,

Re: [linux-sunxi] [A20] sunxi framebuffer overlay help needed

2014-03-29 Thread Ivan Kozic
Just posting to say that it can be done with the Disp driver. Basically it is a bit difficult to figure out how to properly use ioctls to do it, but in the end it is not so difficult to actually do it. However, I'm still facing issues :) Right now I have a video overlayed with a Qt window, and

Re: [linux-sunxi] Re: A20 + OV5640 (parallel) issues

2014-03-29 Thread jonsm...@gmail.com
On Sat, Mar 29, 2014 at 4:34 PM, Ivan Kozic jimmy...@gmail.com wrote: Hey getting closer :) There's still an issue with the LDO (I don't like this debugfs issue) - check if you actually get sensor voltage first. If no, there's still something funny going on with AXP, so triple-check the Fex