Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934638AbcCOJO5 (ORCPT ); Tue, 15 Mar 2016 05:14:57 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:55738 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751869AbcCOJOl (ORCPT ); Tue, 15 Mar 2016 05:14:41 -0400 Subject: Re: [PATCH v2 3/5] mmc: davinci: prepare clock To: David Lechner References: <56E6BF7E.7020401@ti.com> <1457996081-21975-1-git-send-email-david@lechnology.com> <1457996081-21975-4-git-send-email-david@lechnology.com> CC: , , , , From: Sekhar Nori Message-ID: <56E7D235.9070404@ti.com> Date: Tue, 15 Mar 2016 14:43:25 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1457996081-21975-4-git-send-email-david@lechnology.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 412 Lines: 12 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 Acked-by: Sekhar Nori Regards, Sekhar