Re: [linux-sunxi] fails to get TouchScreen ft5x_ts working on CB2/A20

2014-01-02 Thread kevin . z . y . 77
在 2014年1月1日星期三UTC+8下午4时37分03秒,Carlo Caione写道: On Wed, Jan 1, 2014 at 8:10 AM, Patrick Wood patric...@gmail.comjavascript: wrote: I'm thinking you may need to remove the IRQF_TRIGGER_FALLING | for the A20. Right, no DTS for 3.4. Thanks for your help. Just like you said, ft5x_ts

Re: [linux-sunxi] [PATCH 3.4] sunxi: Enable ZONE_DMA for sun4i and sun5i (dma_zone_size=256MB)

2014-01-02 Thread Hans de Goede
Hi, On 01/02/2014 12:57 AM, Siarhei Siamashka wrote: snip Maybe just send a mail to the relevant upstream list explaining we've an ip block which (seems) to be limited to dma below 256MB and needs cma, so we want a cma block below 256MB, but we don't want to set the DMA_ZONE for the entire

[linux-sunxi] Re: [PATCH 1/4] input: Add new sun4i-lradc-keys drivers

2014-01-02 Thread Hans de Goede
Hi, On 01/01/2014 09:56 PM, Dmitry Torokhov wrote: Hi Hans, On Wed, Jan 01, 2014 at 08:30:07PM +0100, Hans de Goede wrote: +Required properties: + - compatible: allwinner,sun4i-lradc-keys + - reg: mmio address range of the chip + - interrupts: interrupt to which the chip is connected + -

[linux-sunxi] Explain the contents of bootloader...

2014-01-02 Thread Puneet B
Hi i flashed the cubieboard image to sd card from this link. https://docs.google.com/file/d/0B-bAEPML8fwlUFd5OHVOaFJIRmc/edit. then in Volumn(bootlaoder) folder of sdcard i got fallowing binaries. 1.boot.axf 2.boot_signature.axf 3.drv_hdmi.drv 4.font32.sft 5.magic.bin 6.prvt.axf

[linux-sunxi] [PATCH v2 0/4] input: Add new sun4i-lradc-keys driver

2014-01-02 Thread Hans de Goede
Hi Dimitri et al, Here is v2 of the sun4i-lradc-keys driver, changes since v1: - Use include/dt-bindings/input/input.h - Rename the keycodes property to linux,chan0-keycodes Regards, Hans -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To

[linux-sunxi] [PATCH v2 3/4] ARM: dts: sun5i: Add lradc node

2014-01-02 Thread Hans de Goede
Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun5i-a10s-olinuxino-micro.dts | 8 arch/arm/boot/dts/sun5i-a10s.dtsi| 7 +++ arch/arm/boot/dts/sun5i-a13-olinuxino.dts| 8 arch/arm/boot/dts/sun5i-a13.dtsi | 7

[linux-sunxi] [PATCH v2 4/4] ARM: dts: sun7i: Add lradc node

2014-01-02 Thread Hans de Goede
Signed-off-by: Hans de Goede hdego...@redhat.com --- arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts | 9 + arch/arm/boot/dts/sun7i-a20.dtsi| 7 +++ 2 files changed, 16 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-micro.dts

[linux-sunxi] [PATCH v2 1/4] input: Add new sun4i-lradc-keys driver

2014-01-02 Thread Hans de Goede
Allwinnner sunxi SoCs have a low resolution adc (called lradc) which is specifically designed to have various (tablet) keys (ie home, back, search, etc). attached to it using a resistor network. This adds a driver for this. There are 2 channels, currently this driver only supports chan0 since

Re: [linux-sunxi] ARM: PSCI: fix PSCI DT nodes generation failure

2014-01-02 Thread Hans de Goede
Hi, On 01/02/2014 06:42 AM, Ma Haijun wrote: Hi, This patch fix non-boot CPU bringing up failure due to lack of PSCI node, which is reported by Tim Fletcher. It is patched against the sunxi-next branch of https://github.com/jwrdegoede/u-boot-sunxi.git Thanks, added to my sunxi-next branch

[linux-sunxi] [PATCH] sunxi: Add Inet K70HC device

2014-01-02 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- board/sunxi/Makefile |1 + board/sunxi/dram_inet_k70hc.c | 31 +++ boards.cfg|1 + 3 files changed, 33 insertions(+), 0 deletions(-) create mode 100644 board/sunxi/dram_inet_k70hc.c

[linux-sunxi] [PATCH] add inet k70hc

2014-01-02 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- sys_config/a20/inet_k70hc.fex | 1008 + 1 files changed, 1008 insertions(+), 0 deletions(-) create mode 100644 sys_config/a20/inet_k70hc.fex diff --git a/sys_config/a20/inet_k70hc.fex

Re: [linux-sunxi] USB issues in linux-sunxi 3.4.x

2014-01-02 Thread EGM
I am sorry that I have not respond sooner, but I was quite busy. It seems that it's related only to A20, since Michal could reproduce it on CT, but it seems OK on CB1. I tested it today on CB2 with following versions: v3.4.61-r1 -- broken v3.4.67-r1 -- broken I used RTL8188 dongle for testing.

Re: [linux-sunxi] Re: [PATCH 04/10] net: stmmac: sunxi platfrom extensions for GMAC in Allwinner A20 SoC's

2014-01-02 Thread srinivas kandagatla
Hi Chen, On 24/12/13 03:27, Chen-Yu Tsai wrote: Srinivas, Let's keep platform data as of_data, so SoC compatibles can pass hardware feature flags for cores that don't support auto-detection. I understand your concern here, But making platform_data as of_data would just open a wide door for

Re: [linux-sunxi] [PATCH] add inet k70hc

2014-01-02 Thread Luc Verhaegen
On Thu, Jan 02, 2014 at 01:23:22PM +0100, Luc Verhaegen wrote: Signed-off-by: Luc Verhaegen l...@skynet.be --- sys_config/a20/inet_k70hc.fex | 1008 + 1 files changed, 1008 insertions(+), 0 deletions(-) create mode 100644

Re: [linux-sunxi] Re: The realistic Cortex-A7 clock frequency limit for Allwinner A20 (CubieBoard2)?

2014-01-02 Thread nilsnuls0
четверг, 2 января 2014 г., 3:11:31 UTC+4 пользователь Siarhei Siamashka написал: On Fri, 27 Dec 2013 06:47:42 -0800 (PST) nils wrote: пятница, 27 декабря 2013 г., 14:56:11 UTC+4 пользователь Oliver Schinagl написал: On 12/25/13 13:28, nils@gmail.com wrote: With

[linux-sunxi] Re: [PATCH 1/4] input: Add new sun4i-lradc-keys drivers

2014-01-02 Thread Hans de Goede
Hi, On 01/02/2014 12:59 PM, Heiko Stübner wrote: Hi Hans, Dmitry, Am Donnerstag, 2. Januar 2014, 10:37:47 schrieb Hans de Goede: Hi, On 01/01/2014 09:56 PM, Dmitry Torokhov wrote: Hi Hans, On Wed, Jan 01, 2014 at 08:30:07PM +0100, Hans de Goede wrote: +Required properties: + - compatible:

Re: [linux-sunxi] Sd card partition for A20 booting...

2014-01-02 Thread Puneet B
Hi arete74, Can you tell what problem you are facing while booting android 4.2 over sd card. Regards Punith -- You received this message because you are subscribed to the Google Groups linux-sunxi group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-02 Thread Arend van Spriel
On 12/27/2013 01:36 PM, Chen-Yu Tsai wrote: Hi, On Fri, Dec 27, 2013 at 7:47 PM, Arend van Spriel ar...@broadcom.com wrote: On 12/26/2013 05:13 PM, Chen-Yu Tsai wrote: Hi, On Thu, Dec 19, 2013 at 6:12 PM, Chen-Yu Tsai w...@csie.org wrote: Hi, On Thu, Dec 19, 2013 at 12:39 AM, Chen-Yu

[linux-sunxi] Re: Upstreaming sunxi mmc support

2014-01-02 Thread Hans de Goede
Hi, On 01/02/2014 02:09 AM, David Lanzendörfer wrote: Hi Hans, Maxime et al, I've made a first approach to incorporate the changes we've disscussed. I'm not quite done yet. You can have a look at it under: http://git.o2s.ch/?p=linux-next.git;a=shortlog;h=refs/heads/20131224 My recent issue: I

[linux-sunxi] sunxi-devel branch updated to 3.13-rc6

2014-01-02 Thread Hans de Goede
Hi All, I've just updated: https://github.com/linux-sunxi/linux-sunxi/commits/sunxi-devel to 3.13-rc6. Also new is an updated version of the mmc driver (mostly cosmetic fixes to get it ready for upstream) and a sun4i-lradc-keys driver The sunxi-devel branch now contains 3.13-rc6 + the

Re: [linux-sunxi] [PATCH] sunxi: Add Inet K70HC device

2014-01-02 Thread Hans de Goede
Hi, On 01/02/2014 12:37 PM, Luc Verhaegen wrote: Signed-off-by: Luc Verhaegen l...@skynet.be Thanks, added to the u-boot-sunxi git repo sunxi branch. Regards, Hans --- board/sunxi/Makefile |1 + board/sunxi/dram_inet_k70hc.c | 31 +++

Re: [linux-sunxi] FOSDEM 2014, what do we want

2014-01-02 Thread Hans de Goede
Hi, On 01/01/2014 10:55 PM, Oliver Schinagl wrote: On 01/01/14 14:13, Tim Fletcher wrote: On 01/01/14 13:06, Oliver Schinagl wrote: Hey list, as you should remember, I applied for FOSDEM and got accepted. As I'm working on the presentation, I am curious what you guys think others would be

Re: [linux-sunxi] FOSDEM 2014, what do we want

2014-01-02 Thread Olliver Schinagl
On 02-01-14 15:26, Luc Verhaegen wrote: On Thu, Jan 02, 2014 at 03:18:58PM +0100, Hans de Goede wrote: Hi, On 01/01/2014 10:55 PM, Oliver Schinagl wrote: Hehe, I too think it would be could to spend most of the talk on upstream progress. If possible I would also add maybe one sheet about the

Re: [linux-sunxi] Explain the contents of bootloader...

2014-01-02 Thread Olliver Schinagl
On 02-01-14 10:49, Puneet B wrote: Hi i flashed the cubieboard image to sd card from this link. https://docs.google.com/file/d/0B-bAEPML8fwlUFd5OHVOaFJIRmc/edit. then in Volumn(bootlaoder) folder of sdcard i got fallowing binaries. 1.boot.axf This is the allwinner 'battery charging app' that

Re: [linux-sunxi] sunxi-devel branch updated to 3.13-rc6

2014-01-02 Thread Chen-Yu Tsai
Hi, Would you like to merge v2 of the gmac series as it is now? It has proper MII/RGMII support, so it doesn't need u-boot. https://github.com/wens/linux/tree/wip/stmmac-v2 Cheers, ChenYu On Thu, Jan 2, 2014 at 10:12 PM, Hans de Goede hdego...@redhat.com wrote: Hi All, I've just updated:

[linux-sunxi] Re: [PATCH 1/4] input: Add new sun4i-lradc-keys drivers

2014-01-02 Thread Heiko Stübner
Hi Hans, Dmitry, Am Donnerstag, 2. Januar 2014, 10:37:47 schrieb Hans de Goede: Hi, On 01/01/2014 09:56 PM, Dmitry Torokhov wrote: Hi Hans, On Wed, Jan 01, 2014 at 08:30:07PM +0100, Hans de Goede wrote: +Required properties: + - compatible: allwinner,sun4i-lradc-keys + - reg:

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-02 Thread Michal Suchanek
Hello, On 19 December 2013 11:12, Chen-Yu Tsai w...@csie.org wrote: Hi, On Thu, Dec 19, 2013 at 12:39 AM, Chen-Yu Tsai w...@csie.org wrote: Hi, On Thu, Dec 19, 2013 at 12:16 AM, Arend van Spriel ar...@broadcom.com wrote: On 12/18/2013 02:12 PM, Hans de Goede wrote: Hi, On 12/18/2013

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-02 Thread Chen-Yu Tsai
Hi, On Thu, Jan 2, 2014 at 9:59 PM, Arend van Spriel ar...@broadcom.com wrote: [snip] Hi Chen-Yu, I confirmed the patch is working with a revision 0 of the device. What chip revision does it give in your log (need to load brcmfmac with module parameter debug=4). Mine is revision 1. Managed

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-02 Thread Chen-Yu Tsai
Hi, On Fri, Jan 3, 2014 at 12:52 AM, Michal Suchanek hramr...@gmail.com wrote: Hello, On 19 December 2013 11:12, Chen-Yu Tsai w...@csie.org wrote: [snip] Bluetooth still isn't responding. Well, bluetooth is supposed to be attached to an UART, not SDIO. That's what the datasheets of the

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-02 Thread Rosimildo DaSilva
It would be nice to be precise about what is working: a) Wifi + BT b) WIFI only c) BT only Reading the thread, it seems you got (a) WIFI + BT working. Is this correct ? R On Thursday, January 2, 2014 11:09:12 AM UTC-6, Chen-Yu Tsai wrote: Hi, On Thu, Jan 2, 2014 at 9:59 PM, Arend van

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-02 Thread Michal Suchanek
On 2 January 2014 20:22, Rosimildo DaSilva rosimi...@gmail.com wrote: It would be nice to be precise about what is working: a) Wifi + BT b) WIFI only c) BT only Reading the thread, it seems you got (a) WIFI + BT working. Is this correct No, it's b) There is some bit missing for BT.

[linux-sunxi] [PATCH] wireless:rtl8188eu: add usb id for rtl8188etv

2014-01-02 Thread Luc Verhaegen
Signed-off-by: Luc Verhaegen l...@skynet.be --- .../net/wireless/rtl8188eu/os_dep/linux/usb_intf.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/net/wireless/rtl8188eu/os_dep/linux/usb_intf.c b/drivers/net/wireless/rtl8188eu/os_dep/linux/usb_intf.c index

[linux-sunxi] sunxi-3.4: make life easier for rtl8188etv users.

2014-01-02 Thread Luc Verhaegen
This trivial patch is several times over present in our wiki, but no-one apparently has bothered with just sending it as an actual git patch for inclusion in our sunxi-3.4 branch, or when it did happen, it just sat rotting on our ML. Please fasttrack it, there is no point in putting this trivial

[linux-sunxi] Re: [PATCH 1/4] input: Add new sun4i-lradc-keys drivers

2014-01-02 Thread Maxime Ripard
On Thu, Jan 02, 2014 at 02:45:29PM +0100, Hans de Goede wrote: Also, instead of inventing yet another vendor-specific property, why not re-use a button binding similar to gpio-keys like: lradc: lradc@01c22800 { compatible = allwinner,sun4i-lradc-keys;

Re: [linux-sunxi] Firmware for Bluetooth (and wifi)

2014-01-02 Thread Arend van Spriel
On 01/02/2014 08:22 PM, Rosimildo DaSilva wrote: It would be nice to be precise about what is working: a) Wifi + BT b) WIFI only c) BT only Reading the thread, it seems you got (a) WIFI + BT working. Is this correct ? I think you need to read the thread once more. Wifi is working, no

Re: [linux-sunxi] FOSDEM 2014, what do we want

2014-01-02 Thread Patrick Wood
On Wednesday, January 1, 2014 8:13:12 AM UTC-5, Tim Fletcher wrote: On 01/01/14 13:06, Oliver Schinagl wrote: Hey list, as you should remember, I applied for FOSDEM and got accepted. As I'm working on the presentation, I am curious what you guys think others would be interested

[linux-sunxi] Re: [PATCH 1/4] input: Add new sun4i-lradc-keys drivers

2014-01-02 Thread Hans de Goede
Hi, On 01/02/2014 09:20 PM, Maxime Ripard wrote: On Thu, Jan 02, 2014 at 02:45:29PM +0100, Hans de Goede wrote: Also, instead of inventing yet another vendor-specific property, why not re-use a button binding similar to gpio-keys like: lradc: lradc@01c22800 {

Re: [linux-sunxi] [PATCH] sunxi: Add Inet K70HC device

2014-01-02 Thread Luc Verhaegen
On Thu, Jan 02, 2014 at 03:17:16PM +0100, Hans de Goede wrote: Hi, On 01/02/2014 12:37 PM, Luc Verhaegen wrote: Signed-off-by: Luc Verhaegen l...@skynet.be Thanks, added to the u-boot-sunxi git repo sunxi branch. Regards, Hans Thanks! Luc Verhaegen. -- You received this message

Re: [linux-sunxi] [PATCH] a20: fix up inet_k70hc wifi

2014-01-02 Thread Luc Verhaegen
On Fri, Jan 03, 2014 at 02:01:54AM +0100, Luc Verhaegen wrote: Signed-off-by: Luc Verhaegen l...@skynet.be --- sys_config/a20/inet_k70hc.fex |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) With this patch on top, i think that the inet k70hc is well enough supported to be

Re: [linux-sunxi] Re: Upstreaming sunxi mmc support

2014-01-02 Thread Chen-Yu Tsai
On Thu, Jan 2, 2014 at 10:10 PM, Hans de Goede hdego...@redhat.com wrote: [snip] I've also taken a quick look at your patches, I've one remark about: https://github.com/linux-sunxi/linux-sunxi/commit/796b36502919bd4327029d0f0b10180af279c72e Hi David, in the patch Hans noted, it seems you missed