[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e9579336-cb9f-c266-cc6f-5ea877539db2@gmail.com>
Date: Wed, 8 Jul 2020 10:49:47 +0300
From: Dmitry Osipenko <digetx@...il.com>
To: Thierry Reding <thierry.reding@...il.com>,
Jonathan Hunter <jonathanh@...dia.com>,
Peter De Schrijver <pdeschrijver@...dia.com>,
Prashant Gaikwad <pgaikwad@...dia.com>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>
Cc: linux-tegra@...r.kernel.org, linux-clk@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2] clk: tegra: pll: Improve PLLM enable-state detection
08.07.2020 10:46, Dmitry Osipenko пишет:
> - return val & PLL_BASE_ENABLE ? 1 : 0;
> + return val & PLL_BASE_ENABLE;
This was unintended change that caught my eve only after sending out the
email, woops :) Please let me make a v3 shortly.
Powered by blists - more mailing lists