Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1564019

Re: [PATCH v2 1/3] clk: bcm2835: Don't rate change PLLs on behalf of DSI PLL dividers.

Path csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject Re: [PATCH v2 1/3] clk: bcm2835: Don't rate change PLLs on behalf of DSI PLL dividers.
Date Sat, 21 Jan 2017 01:40:01 +0100
Message-ID <t1RSN-5Ms-5@gated-at.bofh.it> (permalink)
References <t0IHU-3fQ-5@gated-at.bofh.it>
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1484958226; bh=ll0AHjDWy8LeWVqjXHgFESBhrs5atDYxhOu346BlMRM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ry7QopaBEJ7/JbMvm+OvcfcaJ2w8SQqKz4SqfDCxiv9XH53sYd0DTrhZfxNE0Uwlx XxpscT6hlcBs+X+AzgpnsXQI86PyfMpJr8q+biOD2fy/2CgxkDBmVIUyhpoZARqiWM eynMuzWhPpZKPJLUkX5jDcmCrNoL+yHPryj008Lc=
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1484958225; bh=ll0AHjDWy8LeWVqjXHgFESBhrs5atDYxhOu346BlMRM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hQUnb3nXh5sJuEjl/Ygq7aDL/9uEsdK+8DoCFixzq7pZEz4McV1b70gP9D0Cw8eGY 5+XoTwYQ55r40/2enQHl0J3dCjsWHous9WqelOcXT/eLKKddlMWNhYxg09V3B+9tkI 3csu2wROAgaDNl8qmJleqfxqsI4E8rxYu+SaOWWs=
Dmarc-Filter OpenDMARC Filter v1.3.2 smtp.codeaurora.org 3C61A6099A
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
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.5.21 (2010-09-15)
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 19
Organization linux.* mail to news gateway
X-Original-Cc Florian Fainelli <f.fainelli@gmail.com>, Michael Turquette <mturquette@baylibre.com>, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stephen Warren <swarren@wwwdotorg.org>, Lee Jones <lee@kernel.org>, bcm-kernel-feedback-list@broadcom.com, linux-clk@vger.kernel.org
X-Original-Date Fri, 20 Jan 2017 16:23:44 -0800
X-Original-Message-ID <20170121002344.GM20800@codeaurora.org>
X-Original-References <20170117203157.23822-1-eric@anholt.net>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1564019

Show key headers only | View raw


On 01/18, Eric Anholt wrote:
> Our core PLLs are intended to be configured once and left alone.  With
> the SET_RATE_PARENT, asking to set the PLLD_DSI1 clock rate would
> change PLLD just to get closer to the requested DSI clock, thus
> changing PLLD_PER, the UART and ethernet PHY clock rates downstream of
> it, and breaking ethernet.
> 
> We *do* want PLLH to change so that PLLH_AUX can be exactly the value
> we want, though.  Thus, we need to have a per-divider policy of
> whether to pass rate changes up.
> 
> Signed-off-by: Eric Anholt <eric@anholt.net>
> ---

Applied to clk-next

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
a Linux Foundation Collaborative Project

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v2 1/3] clk: bcm2835: Don't rate change PLLs on behalf of DSI PLL dividers. Eric Anholt <eric@anholt.net> - 2017-01-17 21:40 +0100
  [PATCH v2 3/3] clk: bcm2835: Add leaf clock measurement support, disabled by default Eric Anholt <eric@anholt.net> - 2017-01-17 21:40 +0100
    Re: [PATCH v2 3/3] clk: bcm2835: Add leaf clock measurement support,  disabled by default Stephen Boyd <sboyd@codeaurora.org> - 2017-01-21 01:40 +0100
  [PATCH v2 2/3] clk: bcm2835: Register the DSI0/DSI1 pixel clocks. Eric Anholt <eric@anholt.net> - 2017-01-17 21:40 +0100
    Re: [PATCH v2 2/3] clk: bcm2835: Register the DSI0/DSI1 pixel clocks. Stephen Boyd <sboyd@codeaurora.org> - 2017-01-21 01:40 +0100
  Re: [PATCH v2 1/3] clk: bcm2835: Don't rate change PLLs on behalf of  DSI PLL dividers. Stephen Boyd <sboyd@codeaurora.org> - 2017-01-21 01:40 +0100

csiph-web