[PATCH 3/4] mmc: davinci: prepare clock
From: Sekhar Nori <hidden>
Date: 2016-03-14 11:54:21
Also in:
linux-mmc
From: Sekhar Nori <hidden>
Date: 2016-03-14 11:54:21
Also in:
linux-mmc
On Thursday 10 March 2016 05:20 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. Signed-off-by: David Lechner <david@lechnology.com>
Patch looks good. But I wonder how you hit this issue since we dont use common clock framework on mach-davinci and this driver is not used anywhere else AFAIK. Regards, Sekhar