From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932627AbcAYMrO (ORCPT ); Mon, 25 Jan 2016 07:47:14 -0500 Received: from mail-pa0-f51.google.com ([209.85.220.51]:36820 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932100AbcAYMrM (ORCPT ); Mon, 25 Jan 2016 07:47:12 -0500 Date: Mon, 25 Jan 2016 13:47:08 +0100 From: Thierry Reding To: Rhyland Klein Cc: Peter De Schrijver , Mike Turquette , Stephen Warren , Stephen Boyd , Alexandre Courbot , linux-clk@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [Patch V2 6/9] clk: tegra210: fix pllx dyn step calculation Message-ID: <20160125124708.GL20452@ulmo.nvidia.com> References: <1452799478-14791-1-git-send-email-rklein@nvidia.com> <1452799478-14791-7-git-send-email-rklein@nvidia.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="lHuqAdgBYNjQz/wy" Content-Disposition: inline In-Reply-To: <1452799478-14791-7-git-send-email-rklein@nvidia.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --lHuqAdgBYNjQz/wy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Jan 14, 2016 at 02:24:35PM -0500, Rhyland Klein wrote: > The logic for calculating the input rate used when figuring out > the proper dynamic steps for pllx was incorrect. It is supposed to > be calculated using parent_rate / m but it was just using the parent > rate directly, therefore using the wrong step values. >=20 > Signed-off-by: Rhyland Klein > --- > drivers/clk/tegra/clk-tegra210.c | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) Applied, thanks. Thierry --lHuqAdgBYNjQz/wy Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAABCAAGBQJWphlLAAoJEN0jrNd/PrOhyZYP/0yddyYV+buh6VbBumkAQFGd I2bKW+Txr5eVwokcYGmHTJtTpCHoH6qxbJw3kNR+xneAVi99t4h/NmqvMkCCjI0t vbib4ktX7ZlwFtViTjQPWeD2oM/1u6r+kbDzL9bVT7Jb9Np8S+/8rnW6weWFAv6U gyuU9ILVkqNg6NeUWe6eZZmhxmxGPtX3nlnPWOffalK7hrqlC1ciq6bwgzvugM02 Ewh+1I7h/vYHjfdTMFjUB2rUEekCujx4j67dQFb1czQ3kF7BqAlLjKinhsibycKW A9m55bHv5Q5CUEDf76QRkq7hPCked7HF7lY8tx3d/VxfxL+Qcr5WHaahIlFO3swe 3Mz/18BHxl2GpLaPc+EnD3SDxns1oWYHMBus2UKZU+RZb8PQMP7Br5TAUKKKXiwJ zwUqhftyFr2+06JBPI+1P/Q/1LLsjb2QnlTKeaU3kmOaRpSgSNNw0zHhevBtd3Vw iSd7DPnHYqocd1JbtVvaq6TiNDG3DFwcbwb8ml3zRyakWwM7w55s3uaDare4Pl0o q/k5wHMw1IYK1cWf+GavArAWANxPVpypuGUMHDua4Ri6bfvZOMXNnJ0T2/xVYvjX u8sr/N4F5Ffg+14riqtOx7Yjiop9pOM9DnC4cwvpwfrQfY7PWgDszYpeyY04SBFc 9RO2EtRvOkj6xmTCzILg =uCGd -----END PGP SIGNATURE----- --lHuqAdgBYNjQz/wy--