Re: [PATCH] Input: s3c2410_ts: Move to clk_prepare_enable/clk_disable_unprepare
From: Vasily Khoruzhick <anarsoul@gmail.com>
Date: 2014-07-09 09:13:41
Also in:
linux-arm-kernel, linux-samsung-soc
From: Vasily Khoruzhick <anarsoul@gmail.com>
Date: 2014-07-09 09:13:41
Also in:
linux-arm-kernel, linux-samsung-soc
On 8 July 2014 18:00:49 Dmitry Torokhov wrote: Hi Dmitry,
quoted
- clk_disable(ts.clock); + clk_disable_unprepare(ts.clock);Do we really need to unprepare on suspend? Why simply disabling is not enough here?
You're right, disabling should be enough here. I'll resend a patch after testing on a hardware. Regards Vasily