Re: [PATCH] Input: stmfts - acknowledge that setting brightness is a blocking call

2019-02-07 Thread Andi Shyti
Hi Dmitry, On Tue, Feb 05, 2019 at 02:46:42PM -0800, Dmitry Torokhov wrote: > We need to turn regulators on and off when switching brightness, and > that may block, therefore we have to set stmfts_brightness_set() as > LED's brightness_set_blocking() method. > > Fixes: 78bcac7b2ae1 ("Input: add s

[PATCH] Input: stmfts - acknowledge that setting brightness is a blocking call

2019-02-05 Thread Dmitry Torokhov
We need to turn regulators on and off when switching brightness, and that may block, therefore we have to set stmfts_brightness_set() as LED's brightness_set_blocking() method. Fixes: 78bcac7b2ae1 ("Input: add support for the STMicroelectronics FingerTip touchscreen") Signed-off-by: Dmitry Torokh