Re: [PATCH 1/2] Input: atmel_mxt_ts: Add support for optional regulators.

2018-07-17 Thread Paweł Chmiel
On Sunday, July 15, 2018 10:25:47 AM CEST Dmitry Torokhov wrote: > Hi Paweł, > > On Fri, Jul 13, 2018 at 08:30:07PM +0200, Paweł Chmiel wrote: > > This patch adds optional regulators, which can be used to power > > up touchscreen. After enabling regulators, we need to wait 150msec. > > This value

Re: [PATCH 1/2] Input: atmel_mxt_ts: Add support for optional regulators.

2018-07-15 Thread Dmitry Torokhov
Hi Paweł, On Fri, Jul 13, 2018 at 08:30:07PM +0200, Paweł Chmiel wrote: > This patch adds optional regulators, which can be used to power > up touchscreen. After enabling regulators, we need to wait 150msec. > This value is taken from official driver. > > It was tested on Samsung Galaxy i9000 (ba

[PATCH 1/2] Input: atmel_mxt_ts: Add support for optional regulators.

2018-07-13 Thread Paweł Chmiel
This patch adds optional regulators, which can be used to power up touchscreen. After enabling regulators, we need to wait 150msec. This value is taken from official driver. It was tested on Samsung Galaxy i9000 (based on Samsung S5PV210 SOC). Signed-off-by: Paweł Chmiel --- drivers/input/touch