From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EA86CC001DC for ; Mon, 17 Jul 2023 14:17:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231186AbjGQORY (ORCPT ); Mon, 17 Jul 2023 10:17:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43134 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232080AbjGQORQ (ORCPT ); Mon, 17 Jul 2023 10:17:16 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3BCD31BCD; Mon, 17 Jul 2023 07:16:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B56C56108D; Mon, 17 Jul 2023 14:16:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C91EEC433C7; Mon, 17 Jul 2023 14:16:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1689603412; bh=TR980lv7Vb0E31av0d0J7WcCVxuuDRv28rDvU650wpY=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=Lum3I2apBOzxL1TokrWM3nbkwBu430wgrqGCYgS/aByDlfQ6rYgkzLpRUQly9EwdU leQaRVgo/Y+6yFxj6FG21eMqd4JiaxcjJLQzQmmkfPT+r9UZHcu5NQNb1Q2XRmvvLa 3NFJGCQtw4Pd+3yNqVmlUut5eabCzXyf6yowRfbuf51mgfJEJFGlEE/GCwL4okvXCG 1IqdCC2KtFB8S1V9jyxPaja25hK9HlAK7ZjpG3IwPJD85TCFvyEzmDXyGGeUrWndX5 GkzdWEq5bA8IVXW6W1GJdu5roSpOxSMHzEN04fHfArcAA54fEaGdScy/dhdD7mddDg LYbSZESICB4Dw== Message-ID: Date: Mon, 17 Jul 2023 14:16:49 +0000 From: "Maxime Ripard" To: "Frank Oltmanns" Subject: Re: [PATCH v4 11/11] clk: sunxi-ng: a64: select closest rate for pll-video0 In-Reply-To: <20230717-pll-mipi_set_rate_parent-v4-11-04acf1d39765@oltmanns.dev> References: <20230717-pll-mipi_set_rate_parent-v4-11-04acf1d39765@oltmanns.dev> Cc: linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev, "Andre Przywara" , "Chen-Yu Tsai" , "Jernej Skrabec" , "Maxime Ripard" , "Michael Turquette" , "Roman Beranek" , "Samuel Holland" , "Stephen Boyd" Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Jul 2023 15:34:35 +0200, Frank Oltmanns wrote: > Selecting the closest rate for pll-video0 instead of the closest rate > that is less than the requested rate has no downside for this clock, > while allowing for selecting a more suitable rate, e.g. for the > connected panels. > > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime