[linux-sunxi] [PATCH 5/6] arm: dts: sun7i: rename clock node names to clk@N

2014-01-03 Thread Chen-Yu Tsai
Device tree naming conventions state that node names should match node function. Change fully functioning clock nodes to match. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun7i-a20.dtsi | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git

[linux-sunxi] [PATCH 1/6] clk: sunxi: Add clock-output-names dt property support

2014-01-03 Thread Chen-Yu Tsai
sunxi clock drivers use dt node name as clock name, but clock nodes should be named clk@X, so the names would be the same. Let the drivers read clock names from dt clock-output-names property. of_property_read_string does not overwrite the name if the named property was not found. Removed the

[linux-sunxi] [PATCH 2/6] arm: dts: sun4i: rename clock node names to clk@N

2014-01-03 Thread Chen-Yu Tsai
Device tree naming conventions state that node names should match node function. Change fully functioning clock nodes to match. Signed-off-by: Chen-Yu Tsai w...@csie.org --- arch/arm/boot/dts/sun4i-a10.dtsi | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff

[linux-sunxi] [PATCH 6/6] arm: sun7i: cubietruck: Enable the i2c controllers

2014-01-03 Thread Chen-Yu Tsai
The Cubietruck makes use of the first three i2c controllers found on the Allwinner A10; i2c-0 is used internally for the PMIC, i2c-1 is exposed on the board headers, and i2c-2 is used for DDC on the VGA connector. This patch enables them in the device tree. Signed-off-by: Chen-Yu Tsai

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

2014-01-03 Thread Hans de Goede
Hi, On 01/03/2014 02:05 AM, Luc Verhaegen wrote: 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

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

2014-01-03 Thread Olliver Schinagl
On 03-01-14 09:49, Hans de Goede wrote: Hi, On 01/03/2014 02:05 AM, Luc Verhaegen wrote: 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

[linux-sunxi] sunxi-3.4 usb and rtl8188 regressions.

2014-01-03 Thread Luc Verhaegen
Hi, I have just brought up a new a20 tablet and upgraded the kernel on my a10 tablet from sunxi-3.0 to sunxi-3.4. And here are my findings. My a20 tablet comes with RTL8188ETV wifi, attached to the usbc2 bus. The 8188eu driver was totally unable to see it until: a) i explicitely powered on the

Re: [linux-sunxi] sunxi-3.4 usb and rtl8188 regressions.

2014-01-03 Thread Luc Verhaegen
On Fri, Jan 03, 2014 at 01:00:48PM +0100, Luc Verhaegen wrote: Hi, I have just brought up a new a20 tablet and upgraded the kernel on my a10 tablet from sunxi-3.0 to sunxi-3.4. And here are my findings. My a20 tablet comes with RTL8188ETV wifi, attached to the usbc2 bus. The 8188eu

Re: [linux-sunxi] Seeking consultant for Linux-Sunxi integration project

2014-01-03 Thread Olliver Schinagl
On 01-01-14 04:54, npeacock wrote: I am looking for someone interested in consulting work for a company using Linux on Allwinner tablets, starting immediately. I don't want to mention the company name in the open, like this, but I would be glad to share it in private email about the job. They

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

2014-01-03 Thread Maxime Ripard
On Thu, Jan 02, 2014 at 11:36:33PM +0100, Hans de Goede wrote: 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

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

2014-01-03 Thread Alejandro Mery
On 02/01/14 20:52, Luc Verhaegen wrote: 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

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

2014-01-03 Thread David Lanzendörfer
Hi Hi David, in the patch Hans noted, it seems you missed mmc3 when renaming compatibles for sun7i-a20.dtsi. Looking forward to this getting into mainline. Need it for WiFi. :) I've uploaded the changes you've requested: http://git.o2s.ch/?p=linux-next.git;a=shortlog;h=refs/heads/sunxi-devel

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

2014-01-03 Thread Luc Verhaegen
On Fri, Jan 03, 2014 at 08:19:06PM +0100, Alejandro Mery wrote: On 02/01/14 20:52, Luc Verhaegen wrote: 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

Re: [linux-sunxi] sunxi-3.4 usb and rtl8188 regressions.

2014-01-03 Thread Luc Verhaegen
On Fri, Jan 03, 2014 at 01:00:48PM +0100, Luc Verhaegen wrote: Hi, I have just brought up a new a20 tablet and upgraded the kernel on my a10 tablet from sunxi-3.0 to sunxi-3.4. And here are my findings. My a20 tablet comes with RTL8188ETV wifi, attached to the usbc2 bus. The 8188eu