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

2013-12-27 Thread Oliver Schinagl
On 12/26/13 14:05, Puneet B wrote: Hi, Oh puneet, you keep forgetting to mention, which kernel, or do you know that if you say 3.3 we won't help you? Can anyone tell me, how many partition is requires in sdcard for android4.2 ,booting in A20 board. i fallow this link

[linux-sunxi] [PATCH v2 1/5] input: Add new sun4i-ts driver for Allwinner sunxi SoC's rtp controller

2013-12-27 Thread Hans de Goede
Note the sun4i-ts controller is capable of detecting a second touch, but when a second touch is present then the accuracy becomes so bad the reported touch location is not useable. The original android driver contains some complicated heuristics using the aprox. distance between the 2 touches to

[linux-sunxi] [PATCH v2 0/5] input: Add new sun4i-ts driver for Allwinner sunxi

2013-12-27 Thread Hans de Goede
Hi Dimitri et al, Here is v2 of my sun4i-ts patch-set. Changes since v1: -Use devm_kzalloc and devm_hwmon_device_register_with_groups as suggested by Guenter Roeck -Various small cleanups suggested by Thomas Petazzoni -Add open/close methods and enable/disable the input related interrupts from

[linux-sunxi] Re: [lm-sensors] [PATCH v2 2/5] input: sun4i-ts: Add support for temperature sensor

2013-12-27 Thread Guenter Roeck
On Fri, Dec 27, 2013 at 03:59:56PM +0100, Hans de Goede wrote: The sun4i resisitive touchscreen controller also comes with a built-in temperature sensor. This commit adds support for it. This commit also introduces a new ts-attached device-tree property, when this is not set, the input part

[linux-sunxi] Re: [PATCH v2 2/5] input: sun4i-ts: Add support for temperature sensor

2013-12-27 Thread Dmitry Torokhov
Hi Hans, On Fri, Dec 27, 2013 at 03:59:56PM +0100, Hans de Goede wrote: + + if (!ts-input) + goto leave; + if (reg_val FIFO_DATA_PENDING) { x = readl(ts-base + TP_DATA); y = readl(ts-base + TP_DATA); @@ -140,6 +151,7 @@ static irqreturn_t