Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754704AbdL2ABR (ORCPT ); Thu, 28 Dec 2017 19:01:17 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:35126 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754160AbdL2ABP (ORCPT ); Thu, 28 Dec 2017 19:01:15 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org 6C65F6071B Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=sboyd@codeaurora.org Date: Thu, 28 Dec 2017 16:01:12 -0800 From: Stephen Boyd To: Georgi Djakov Cc: jassisinghbrar@gmail.com, bjorn.andersson@linaro.org, mturquette@baylibre.com, robh@kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v11 4/6] clk: qcom: Add regmap mux-div clocks support Message-ID: <20171229000112.GA7997@codeaurora.org> References: <20171205154701.27730-1-georgi.djakov@linaro.org> <20171205154701.27730-5-georgi.djakov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171205154701.27730-5-georgi.djakov@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 476 Lines: 14 On 12/05, Georgi Djakov wrote: > Add support for hardware that can switch both parent clock and divider > at the same time. This avoids generating intermediate frequencies from > either the old parent clock and new divider or new parent clock and > old divider combinations. > > Signed-off-by: Georgi Djakov > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project