[linux-sunxi] Re: [PATCH 3/5] ARM: dts: sun4i: Add touchscreen node to inet97fv2 dts file

2015-12-20 Thread Chen-Yu Tsai
On Sun, Dec 20, 2015 at 7:43 PM, Hans de Goede wrote: > Add a node describing the focaltech ft5306de4 touchscreen found on > inet97fv2 tablets. > > Signed-off-by: Hans de Goede > --- > arch/arm/boot/dts/sun4i-a10-inet97fv2.dts | 11 +++ > 1 file

[linux-sunxi] Re: [PATCH 4/5] ARM: dts: sun5i: Add dts file for the Empire Electronix D709 tablet

2015-12-20 Thread Chen-Yu Tsai
Hi, On Sun, Dec 20, 2015 at 7:43 PM, Hans de Goede wrote: > The Empire Electronix D709 tablet is a fairly standard 7" A13 tablet, > featuring usb-wifi, a micro-sd slot, micro-usb otg and headphone jack. > > Empire Electronix is written on the back of the tablet, the D709

Re: [linux-sunxi] [PATCH v7 2/2] sun4i-codec: Add FM, Line and Mic inputs

2015-12-20 Thread Yassin Jaffer
Hi Danny + {"Capture Source", "Line-In", "Line-In"}, + {"Capture Source", "FM", "FM"}, The ADC Capturing Sources routing doesn't look right. There is no FM/Line-In source widgets for this routing n your patch. + {"Capture Source", "Line-In,Mic1", "Line-In"}, + {"Capture

Re: [linux-sunxi][PATCH v2 2/5] ARM: dts: sun7i: Add Itead A20 Core support

2015-12-20 Thread Chen-Yu Tsai
On Sat, Dec 19, 2015 at 11:05 PM, wrote: > From: Marcus Cooper > > The A20 Itead Core module comes with 4GB NAND and 1GB DDR RAM. All of the > I/O interfaces are exposed via 4 groups of 2*30 1mm pitched female headers. > > Signed-off-by: Marcus Cooper

[linux-sunxi] Re: [PATCH 5/5] ARM: dts: sun7i: Enable gmac on Wits Pro A20 DKT

2015-12-20 Thread Chen-Yu Tsai
On Sun, Dec 20, 2015 at 7:43 PM, Hans de Goede wrote: > The Wits Pro A20 DKT has a gbit ethernet port, enable it. > > Signed-off-by: Hans de Goede Acked-by: Chen-Yu Tsai -- You received this message because you are subscribed to the

[linux-sunxi] Re: [PATCH 2/5] ARM: dts: sun4i: Add touchscreen node to chuwi-v7 dts file

2015-12-20 Thread Chen-Yu Tsai
On Sun, Dec 20, 2015 at 7:42 PM, Hans de Goede wrote: > Add a node describing the focaltech ft5306de4 touchscreen found on > chuwi-v7-cw0825 tablets. > > Signed-off-by: Hans de Goede > --- > arch/arm/boot/dts/sun4i-a10-chuwi-v7-cw0825.dts | 11

Re: [linux-sunxi][PATCH v2 1/5] ARM: dts: sunxi: Add sunxi-itead-core-common.dtsi

2015-12-20 Thread Chen-Yu Tsai
Hi, On Sat, Dec 19, 2015 at 11:05 PM, wrote: > From: Marcus Cooper > > Itead have a core module board that can be populated with either > an Allwinner A10 or A20 SoC. This patch creates a common dtsi > which these boards can use. > > Signed-off-by:

[linux-sunxi] [PATCH 1/5] ARM: dts: sun4i: Add touchscreen node to inet9f-rev03 tablet dts file

2015-12-20 Thread Hans de Goede
Add a node describing the focaltech ft5406ee8 touchscreen found on inet-9f-rev03 / qware qw tb-g100 tablets. Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun4i-a10-inet9f-rev03.dts | 10 ++ 1 file changed, 10 insertions(+) diff --git

[linux-sunxi] [PATCH 2/5] ARM: dts: sun4i: Add touchscreen node to chuwi-v7 dts file

2015-12-20 Thread Hans de Goede
Add a node describing the focaltech ft5306de4 touchscreen found on chuwi-v7-cw0825 tablets. Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun4i-a10-chuwi-v7-cw0825.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git

[linux-sunxi] [PATCH 3/5] ARM: dts: sun4i: Add touchscreen node to inet97fv2 dts file

2015-12-20 Thread Hans de Goede
Add a node describing the focaltech ft5306de4 touchscreen found on inet97fv2 tablets. Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun4i-a10-inet97fv2.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/sun4i-a10-inet97fv2.dts

[linux-sunxi] [PATCH 4/5] ARM: dts: sun5i: Add dts file for the Empire Electronix D709 tablet

2015-12-20 Thread Hans de Goede
The Empire Electronix D709 tablet is a fairly standard 7" A13 tablet, featuring usb-wifi, a micro-sd slot, micro-usb otg and headphone jack. Empire Electronix is written on the back of the tablet, the D709 model info can be found in the about tablet menu in android. The PCB has no markings to

[linux-sunxi] [PATCH 5/5] ARM: dts: sun7i: Enable gmac on Wits Pro A20 DKT

2015-12-20 Thread Hans de Goede
The Wits Pro A20 DKT has a gbit ethernet port, enable it. Signed-off-by: Hans de Goede --- arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/sun7i-a20-wits-pro-a20-dkt.dts

[linux-sunxi] Re: [PATCH v5 2/2] spi: sun4i: Add support for wait time between word transmissions

2015-12-20 Thread Marcus Weseloh
Hi, 2015-12-18 12:16 GMT+01:00 Maxime Ripard : >> sun4i_spi_write(sspi, SUN4I_CLK_CTL_REG, reg); >> >> + /* >> + * Setup wait time between words. >> + * >> + * Wait time is set in SPI_CLK cycles. The SPI hardware needs 3 >> + *

Re: [linux-sunxi] [PATCH V2 0/2] sunxi: support for a second SD card socket

2015-12-20 Thread Hans de Goede
Hi, On 16-12-15 20:59, Karsten Merker wrote: Hello, this patchset enables the full-size SD card socket on the A20-Olimex-SOM-EVB baseboard in u-boot and adds support for including this kind of secondary socket into the boot environment provided by config_distro_bootcmd.h on sunxi-based