From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [PATCH] clk: Make the managed clk functions generically available Date: Sun, 9 Sep 2012 21:57:03 +0100 Message-ID: <20120909205703.GJ13739@n2100.arm.linux.org.uk> References: <1347202862-1617-1-git-send-email-lars@metafoo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1347202862-1617-1-git-send-email-lars@metafoo.de> Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: Lars-Peter Clausen Cc: Mike Turquette , Greg Ungerer , Mark Brown , Julia Lawall , Artem Bityutskiy , linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org On Sun, Sep 09, 2012 at 05:01:02PM +0200, Lars-Peter Clausen wrote: > The managed clk functions are currently only available when the generic clk > lookup framework is build. But the managed clk functions are merely wrappers > around clk_get and clk_put and do not depend on any specifics of the generic > lookup functions and there are still quite a few custom implementations of the > clk API. So make the managed functions available whenever the clk API is > implemented. > > The patch also removes the custom implementation of devm_clk_get for the > coldfire platform. > > Signed-off-by: Lars-Peter Clausen Definitely-Acked-by: Russell King Thanks for finally cooking up a patch for this.