Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754367Ab2H0UGt (ORCPT ); Mon, 27 Aug 2012 16:06:49 -0400 Received: from saturn.retrosnub.co.uk ([178.18.118.26]:57403 "EHLO saturn.retrosnub.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754320Ab2H0UGr (ORCPT ); Mon, 27 Aug 2012 16:06:47 -0400 Message-ID: <503BD353.3070203@kernel.org> Date: Mon, 27 Aug 2012 21:06:43 +0100 From: Jonathan Cameron User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120717 Thunderbird/14.0 MIME-Version: 1.0 To: viresh kumar CC: Julia Lawall , Stefan Roese , Shiraz HASHIM , Jonathan Cameron , kernel-janitors@vger.kernel.org, Greg Kroah-Hartman , linux-iio@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, spear-devel Subject: Re: [PATCH 1/13] drivers/staging/iio/adc/spear_adc.c: use clk_prepare_enable and clk_disable_unprepare References: <1345996865-32082-1-git-send-email-Julia.Lawall@lip6.fr> <1345996865-32082-2-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1222 Lines: 27 On 08/27/2012 05:01 AM, viresh kumar wrote: > On Sun, Aug 26, 2012 at 9:30 PM, Julia Lawall wrote: >> From: Julia Lawall >> >> Clk_prepare_enable and clk_disable_unprepare combine clk_prepare and >> clk_enable, and clk_disable and clk_unprepare. They make the code more >> concise, and ensure that clk_unprepare is called when clk_enable fails. >> >> A simplified version of the semantic patch that introduces calls to these >> functions is as follows: (http://coccinelle.lip6.fr/) > > Reviewed-by: Viresh Kumar merged to fixes-togreg branch of kernel.org iio.git will push onwards in a few days... > > @Stefan/Shiraz: Can you update spear-devel mailing list in MAINTAINERS file > for this driver? > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/