From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sangbeom Kim Subject: Re: [PATCH] ASoC: SAMSUNG: ac97: use clk_prepare_enable and clk_disable_unprepare Date: Fri, 05 Oct 2012 13:45:27 +0900 Message-ID: <012201cda2b4$3d8805f0$b89811d0$@com> References: <1349221561-2896-1-git-send-email-thomas.abraham@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailout3.samsung.com (mailout3.samsung.com [203.254.224.33]) by alsa0.perex.cz (Postfix) with ESMTP id D238426507C for ; Fri, 5 Oct 2012 06:45:15 +0200 (CEST) Received: from epcpsbgm1.samsung.com (epcpsbgm1 [203.254.230.26]) by mailout3.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0MBE001ZEL7BVHE0@mailout3.samsung.com> for alsa-devel@alsa-project.org; Fri, 05 Oct 2012 13:45:11 +0900 (KST) Received: from DOSBKIM7302 ([10.90.35.108]) by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01 (7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0MBE00HHFL7B03J0@mmp2.samsung.com> for alsa-devel@alsa-project.org; Fri, 05 Oct 2012 13:45:11 +0900 (KST) In-reply-to: <1349221561-2896-1-git-send-email-thomas.abraham@linaro.org> Content-language: ko List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: 'Thomas Abraham' , alsa-devel@alsa-project.org Cc: jassisinghbrar@gmail.com, kgene.kim@samsung.com, lrg@ti.com, linux-samsung-soc@vger.kernel.org, broonie@opensource.wolfsonmicro.com List-Id: alsa-devel@alsa-project.org On Wednesday, Oct 03, 2012 at 8:46 AM, Thomas Abraham wrote: > Subject: [alsa-devel] [PATCH] ASoC: SAMSUNG: ac97: use clk_prepare_enable and > clk_disable_unprepare > > Convert clk_enable/clk_disable to clk_prepare_enable/clk_disable_unprepare > calls as required by common clock framework. > > Signed-off-by: Thomas Abraham Acked-by: Sangbeom Kim Thanks, Sangbeom.