From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Wed, 2 Jul 2014 17:26:41 -0700 From: Brian Norris To: Vasily Khoruzhick Subject: Re: [PATCH] mtd: s3c2410: Move to clk_prepare_enable/clk_disable_unprepare Message-ID: <20140703002641.GP3599@ld-irv-0074> References: <1404155536-3032-1-git-send-email-anarsoul@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1404155536-3032-1-git-send-email-anarsoul@gmail.com> Cc: linux-samsung-soc@vger.kernel.org, Kukjin Kim , linux-mtd@lists.infradead.org, Ben Dooks , David Woodhouse , linux-arm-kernel@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Jun 30, 2014 at 10:12:16PM +0300, Vasily Khoruzhick wrote: > Use clk_prepare_enable/clk_disable_unprepare to make the driver > work properly with common clock framework. > > Signed-off-by: Vasily Khoruzhick Pushed to l2-mtd.git. Thanks! Brian