To: | Paul Cercueil <paul@crapouillou.net> |
---|---|
Subject: | Re: [PATCH v4 02/15] clk: ingenic: Fix recalc_rate for clocks with fixed divider |
From: | Stephen Boyd <sboyd@codeaurora.org> |
Date: | Thu, 28 Dec 2017 10:36:06 -0800 |
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 |
Cc: | Ralf Baechle <ralf@linux-mips.org>, Rob Herring <robh+dt@kernel.org>, Michael Turquette <mturquette@baylibre.com>, Mark Rutland <mark.rutland@arm.com>, Maarten ter Huurne <maarten@treewalker.org>, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mips@linux-mips.org, linux-clk@vger.kernel.org |
Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1514486167; bh=3AcgYxi9IN1tEFhoplsuRF3aIPWdMgvL5Mq8AJDpMZU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XpnxqCXl65ZElaXaZXMxvPElE1ze988+RHCVhm55MVmU0L1/wu81vu+P0cKfl4eOp F2Dt6KoijN0ovTFCc7WyMiK7nEfF1VNv8VXWdzn/LfpNBFCzCwpNm8ex7SDi+qzWRZ BLB20u8uSp4ccAKX1vCl/C7Lj+UtgeOubLNdtN90= |
Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1514486166; bh=3AcgYxi9IN1tEFhoplsuRF3aIPWdMgvL5Mq8AJDpMZU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JkVXhcz6fhAeP/Geh75jMV2/4OQczVp5Aq7+0MmajP6WYbP9FcDRgbbQrXLCNZpnT 1RlAI3xy6KR6lB+k1+5glh4NmfLkYC8/GfaEwWJnFy21a9FGgyqXnFw/HAxDWVIFx5 2QqieKG37Ev5jXqFGScwKn0SxYwU0SmLvAXZjCwo= |
Dmarc-filter: | OpenDMARC Filter v1.3.2 smtp.codeaurora.org B58886071B |
In-reply-to: | <20171228135634.30000-3-paul@crapouillou.net> |
List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
List-owner: | <mailto:ralf@linux-mips.org> |
List-post: | <mailto:linux-mips@linux-mips.org> |
List-software: | Ecartis version 1.0.0 |
List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
Original-recipient: | rfc822;linux-mips@linux-mips.org |
References: | <20170702163016.6714-2-paul@crapouillou.net> <20171228135634.30000-1-paul@crapouillou.net> <20171228135634.30000-3-paul@crapouillou.net> |
Sender: | linux-mips-bounce@linux-mips.org |
User-agent: | Mutt/1.5.21 (2010-09-15) |
On 12/28, Paul Cercueil wrote: > Previously, the clocks with a fixed divider would report their rate > as being the same as the one of their parent, independently of the > divider in use. This commit fixes this behaviour. > > This went unnoticed as neither the jz4740 nor the jz4780 CGU code > have clocks with fixed dividers yet. > > Signed-off-by: Paul Cercueil <paul@crapouillou.net> > --- Acked-by: Stephen Boyd <sboyd@codeaurora.org> -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | Re: [PATCH 2/7] watchdog: jz4740: Use devm_* functions, Guenter Roeck |
---|---|
Next by Date: | Re: [PATCH v4 03/15] clk: ingenic: support PLLs with no bypass bit, Stephen Boyd |
Previous by Thread: | [PATCH v4 02/15] clk: ingenic: Fix recalc_rate for clocks with fixed divider, Paul Cercueil |
Next by Thread: | [PATCH v4 03/15] clk: ingenic: support PLLs with no bypass bit, Paul Cercueil |
Indexes: | [Date] [Thread] [Top] [All Lists] |