Re: [linux-sunxi] [PATCH u-boot-sunxi] sunxi: dram: Tweak DEFE port setup to fix A10 screen shaking issue

2014-05-03 Thread Hans de Goede
Thanks, applied and pushed. Regards, Hans On 04/27/2014 08:50 PM, Siarhei Siamashka wrote: When driving a 1920x1080-32@60Hz monitor, framebuffer scanout for screen refresh becomes more bandwidth intensive and challening. There used to be an old problem, which manifested itself as a screen

Re: [linux-sunxi] [PATCH] sunxi: fix SRAM_B/SRAM_D memory map

2014-05-03 Thread Hans de Goede
Hi, Thanks, I've applied and pushed all 3 patches. Regards, Hans On 05/02/2014 09:12 PM, Ian Campbell wrote: From: Marc Zyngier marc.zyng...@arm.com Move the B and D SRAM bank to their actual location (or at least where the documentation pretends they are). Signed-off-by: Marc Zyngier

Re: [linux-sunxi] Re: [PATCH v5 8/8] ARM: sun7i/sun4i: dt: Add AXP209 support to various boards

2014-05-03 Thread Carlo Caione
On Sat, May 3, 2014 at 3:09 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: Hi, On Thu, May 01, 2014 at 02:29:34PM +0200, Carlo Caione wrote: Signed-off-by: Hans de Goede hdego...@redhat.com Signed-off-by: Carlo Caione ca...@caione.org --- arch/arm/boot/dts/sun4i-a10-a1000.dts

[linux-sunxi] Re: [U-Boot] [PATCH u-boot sunxi 07/12] sunxi: Add i2c support

2014-05-03 Thread Hans de Goede
Hi, On 03/18/2014 08:54 AM, Heiko Schocher wrote: Hello Hans, Am 18.03.2014 00:00, schrieb Hans de Goede: From: Henrik Nordstromhen...@henriknordstrom.net Based linux-sunxi#sunxi commit d854c4de2f57 arm: Handle .gnu.hash section in ldscripts vs v2014.01. As well as the following

[linux-sunxi] [PATCH u-boot-sunxi 1/4] mksunxiboot: Fix loading of files with a size which is not a multiple of 4

2014-05-03 Thread Hans de Goede
We should not be aligning the amount of bytes which we try to read from the disk, this leads to trying to read more bytes then there are which fails. file_size is already aligned to BLOCK_SIZE before being stored in img.header.length, so there is no need for load_size at all. Signed-off-by: Hans

[linux-sunxi] [PATCH u-boot-sunxi 0/4] Use existing mvtwsi code for i2c

2014-05-03 Thread Hans de Goede
Hi All, As a result of upstream review I've been working on moving to using the existing u-boot mvtwsi code for i2c instead of our own sunxi_i2c.c driver. This patch-set implements this. Sofar it has only been tested on a cubietruck, I plan to run some more tests on sun4i and sun5i, and then

Re: [linux-sunxi] Using usbtv driver on A20

2014-05-03 Thread info
Hi, now i follow all the instructions (i missed to set KLIB_BUILD) and builded drivers (usbtv). it also builded videobuf2 and videodev.ko and compact. So i tryed to use it on A20 with 3.4 kernel but probably there is some of symbols in videodev that are already specified in main kernel, it load

[linux-sunxi] Re: [PATCH v3] sunxi: Add support for consumer infrared devices

2014-05-03 Thread Maxime Ripard
On Wed, Apr 30, 2014 at 02:06:27AM -0700, Александр Берсенев wrote: Also setting clock-frequency via DT is not implenented yet for sunxi clocks. I can try to add this functionality too. The clock frequency should be on the device node, not the clock one. On such cases, it's up to the device to

[linux-sunxi] Re: [PATCH v5 1/3] ARM: sunxi: Add documentation for sunxi consumer infrared devices

2014-05-03 Thread Maxime Ripard
On Wed, Apr 30, 2014 at 09:16:48PM +0600, Alexander Bersenev wrote: This patch adds documentation for Device-Tree bindings for sunxi IR controller. Signed-off-by: Alexander Bersenev b...@hackerdom.ru Signed-off-by: Alexsey Shestacov wingr...@linux-sunxi.org ---

[linux-sunxi] Re: [PATCH v5 2/3] ARM: sunxi: Add driver for sunxi IR controller

2014-05-03 Thread Maxime Ripard
On Wed, Apr 30, 2014 at 09:16:49PM +0600, Alexander Bersenev wrote: This patch adds driver for sunxi IR controller. It is based on Alexsey Shestacov's work based on the original driver supplied by Allwinner. Signed-off-by: Alexander Bersenev b...@hackerdom.ru Signed-off-by: Alexsey

[linux-sunxi] Re: [PATCH v5 3/3] ARM: sunxi: Add IR controller support in DT on A20

2014-05-03 Thread Maxime Ripard
On Wed, Apr 30, 2014 at 09:16:50PM +0600, Alexander Bersenev wrote: This patch adds IR controller in A20 Device-Tree: - Two IR devices found in A20 user manual - Pins for two devices - One IR device physically found on Cubieboard 2 - One IR device physically found on Cubietruck

[linux-sunxi] Re: gslx680 Touch screen driver issue.

2014-05-03 Thread hunter hu
Hi Nathan, Have you ever figured out what happened? I am having the exact same problem, everything seems fine from dmesg, evtest, just not hardware events. Thanks, -Hunter On Thursday, February 13, 2014 1:14:30 PM UTC-6, Nathan Buckley wrote: Hi Guys, I'm hoping someone will be able to help

Re: [linux-sunxi] Re: gslx680 driver ported to sunxi

2014-05-03 Thread hunter hu
Hi Joe, I have a gsl1680 chip and it is a 4.3 480x272 display. I used the firmware/fw_extractor tool extracted the firmware from the Android binary gslx680.ko for my tablet, but experiencing the same issue Selim had before. dmesg shows the driver successfully loaded, chip probed and

Re: [linux-sunxi] Re: sunxi-devel branch updated to 3.15-rc1

2014-05-03 Thread Kenny MacDermid
On Sunday, 27 April 2014 10:02:41 UTC-3, Hans de Goede wrote: Hi, On 04/16/2014 03:43 AM, Kenny MacDermid wrote: Thanks Hans, On the mmc stuff, I just tested the latest code and I'm still getting errors on my SDXC (64G) card. The SDXC card works fine on an x86 machine. I'm