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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 56A18C4320A for ; Fri, 13 Aug 2021 09:43:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 39D3160F00 for ; Fri, 13 Aug 2021 09:43:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239049AbhHMJoB (ORCPT ); Fri, 13 Aug 2021 05:44:01 -0400 Received: from mga02.intel.com ([134.134.136.20]:50121 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239028AbhHMJoB (ORCPT ); Fri, 13 Aug 2021 05:44:01 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10074"; a="202726304" X-IronPort-AV: E=Sophos;i="5.84,318,1620716400"; d="scan'208";a="202726304" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Aug 2021 02:43:34 -0700 X-IronPort-AV: E=Sophos;i="5.84,318,1620716400"; d="scan'208";a="470040425" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 13 Aug 2021 02:43:29 -0700 Received: from andy by smile with local (Exim 4.94.2) (envelope-from ) id 1mETik-0091Jx-R2; Fri, 13 Aug 2021 12:43:22 +0300 Date: Fri, 13 Aug 2021 12:43:22 +0300 From: Andy Shevchenko To: Stephen Boyd Cc: Elaine Zhang , Heiko Stuebner , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-imx@nxp.com, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, "Rafael J. Wysocki" , Len Brown , Michael Turquette , Abel Vesa , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Lee Jones Subject: Re: [PATCH v4 1/4] clk: fractional-divider: Export approximation algorithm to the CCF users Message-ID: References: <20210812170025.67074-1-andriy.shevchenko@linux.intel.com> <162879819529.19113.6409882476721828944@swboyd.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <162879819529.19113.6409882476721828944@swboyd.mtv.corp.google.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Thu, Aug 12, 2021 at 12:56:35PM -0700, Stephen Boyd wrote: > Quoting Andy Shevchenko (2021-08-12 10:00:22) > > At least one user currently duplicates some functions that are provided > > by fractional divider module. Let's export approximation algorithm and > > replace the open-coded variant. > > > > As a bonus the exported function will get better documentation in place. > Applied to clk-next Thank you, Stephen! -- With Best Regards, Andy Shevchenko