From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Osipenko Subject: Re: [PATCH v2] clk: tegra: divider: Check UART's divider enable-bit state on rate's recalculation Date: Thu, 14 Nov 2019 14:29:51 +0300 Message-ID: <02df00b3-5e23-441f-b2d5-b84fdb411e98@gmail.com> References: <20191030004813.9187-1-digetx@gmail.com> <20191113230303.726AE206E3@mail.kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20191113230303.726AE206E3@mail.kernel.org> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Stephen Boyd , Jonathan Hunter , Michael Turquette , Peter De Schrijver , Prashant Gaikwad , Thierry Reding Cc: linux-clk@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-tegra@vger.kernel.org 14.11.2019 02:03, Stephen Boyd пишет: > Quoting Dmitry Osipenko (2019-10-29 17:48:13) >> UART clock is divided using divisor values from DLM/DLL registers when >> enable-bit is unset in clk register and clk's divider configuration isn't >> taken onto account in this case. This doesn't cause any problems, but >> let's add a check for the divider's enable-bit state, for consistency. >> >> Acked-by: Peter De Schrijver >> Signed-off-by: Dmitry Osipenko >> --- > > Is this going to be picked up or should I just apply atop the tegra PR? Looks like this patch missed the Tegra's PR by accident. Stephen, I assume it will be easier if you could apply this patch atop. The patch doesn't have any dependencies on any other patches, so it's fine to apply it separately. Thanks in advance! Thierry, please let us know if you have any objections.