commit | e2f3bfbdc9f4929d767bc0d8033322a72d51193e | [log] [tgz] |
---|---|---|
author | David Lechner <david@lechnology.com> | Tue Apr 05 12:31:50 2016 -0500 |
committer | Ulf Hansson <ulf.hansson@linaro.org> | Mon May 02 10:33:19 2016 +0200 |
tree | 860eda01486050c708b048887080ac7da6887f0e | |
parent | 62ac52b2fbcc8036d1fd4860b232fef2d554fa4d [diff] |
mmc: davinci: prepare clock 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> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>