Re: [PATCH v4 1/3] Input: atmel_mxt_ts: Add support for optional regulators

2018-12-14 Thread Paweł Chmiel
Dnia niedziela, 9 grudnia 2018 05:26:12 CET Dmitry Torokhov pisze: > On Fri, Dec 07, 2018 at 03:28:55PM +0100, 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

Re: [PATCH v4 1/3] Input: atmel_mxt_ts: Add support for optional regulators

2018-12-08 Thread Dmitry Torokhov
On Fri, Dec 07, 2018 at 03:28:55PM +0100, 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 (based on Sams

[PATCH v4 1/3] Input: atmel_mxt_ts: Add support for optional regulators

2018-12-07 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 --- Changes from v3: -