From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751451AbeEUJc5 (ORCPT ); Mon, 21 May 2018 05:32:57 -0400 Received: from mail-wm0-f66.google.com ([74.125.82.66]:50838 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751027AbeEUJcx (ORCPT ); Mon, 21 May 2018 05:32:53 -0400 X-Google-Smtp-Source: AB8JxZoVoKFLw6QaOTKF64khmGcg0DZKD8Xz0o5t8oW6K+yxviB27d2H99xTn/Gbr08SOB7DSDiFsg== Message-ID: <1526895170.2822.3.camel@baylibre.com> Subject: Re: [PATCH v2 1/2] clk: meson: mpll: add round closest support From: Jerome Brunet To: Martin Blumenstingl Cc: Neil Armstrong , Kevin Hilman , Carlo Caione , linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Date: Mon, 21 May 2018 11:32:50 +0200 In-Reply-To: References: <20180515163652.19980-1-jbrunet@baylibre.com> <20180515163652.19980-2-jbrunet@baylibre.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.6 (3.26.6-1.fc27) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2018-05-21 at 11:18 +0200, Martin Blumenstingl wrote: > On Tue, May 15, 2018 at 6:36 PM, Jerome Brunet wrote: > > Allow the mpll driver to round the requested rate up if > > CLK_MESON_MPLL_ROUND_CLOSEST is set and it provides a rate closer to the > > requested rate. > > > > Signed-off-by: Jerome Brunet > > Acked-by: Martin Blumenstingl Thx for the feedback Martin. Applied. From mboxrd@z Thu Jan 1 00:00:00 1970 From: jbrunet@baylibre.com (Jerome Brunet) Date: Mon, 21 May 2018 11:32:50 +0200 Subject: [PATCH v2 1/2] clk: meson: mpll: add round closest support In-Reply-To: References: <20180515163652.19980-1-jbrunet@baylibre.com> <20180515163652.19980-2-jbrunet@baylibre.com> Message-ID: <1526895170.2822.3.camel@baylibre.com> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On Mon, 2018-05-21 at 11:18 +0200, Martin Blumenstingl wrote: > On Tue, May 15, 2018 at 6:36 PM, Jerome Brunet wrote: > > Allow the mpll driver to round the requested rate up if > > CLK_MESON_MPLL_ROUND_CLOSEST is set and it provides a rate closer to the > > requested rate. > > > > Signed-off-by: Jerome Brunet > > Acked-by: Martin Blumenstingl Thx for the feedback Martin. Applied.