[PATCH v2 3/5] mmc: davinci: prepare clock
From: Sekhar Nori <hidden>
Date: 2016-03-15 09:14:57
Also in:
linux-mmc, lkml
From: Sekhar Nori <hidden>
Date: 2016-03-15 09:14:57
Also in:
linux-mmc, lkml
On Tuesday 15 March 2016 04:24 AM, David Lechner wrote:
When trying to use this driver with the common clock framework, enabling the clock fails because it was not prepared. This fixes the problem by calling clk_prepare and clk_enable in a single function. Ditto for clk_disable_unprepare. Signed-off-by: David Lechner <david@lechnology.com>
Acked-by: Sekhar Nori <redacted> Regards, Sekhar