From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH] clk: ti: dpll: convert DPLL support code to use clk_hw instead of clk ptrs Date: Fri, 29 Jan 2016 17:41:43 -0800 Message-ID: <20160130014143.GH4848@codeaurora.org> References: <1453981451-9054-1-git-send-email-t-kristo@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1453981451-9054-1-git-send-email-t-kristo@ti.com> Sender: linux-clk-owner@vger.kernel.org To: Tero Kristo Cc: linux-omap@vger.kernel.org, linux-clk@vger.kernel.org, tony@atomide.com, mturquette@baylibre.com, linux-arm-kernel@lists.infradead.org List-Id: linux-omap@vger.kernel.org On 01/28, Tero Kristo wrote: > Convert DPLL support code to use clk_hw pointers for reference and bypass > clocks. This allows us to use clk_hw_* APIs for accessing any required > parameters for these clocks, avoiding some locking problems at least with > DPLL enable code; this used clk_get_rate which uses mutex but isn't > good under clk_enable / clk_disable. > > Signed-off-by: Tero Kristo > --- Looks good. Acked-by: Stephen Boyd -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project