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 472F5C001DE for ; Mon, 24 Jul 2023 11:18:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231536AbjGXLS3 (ORCPT ); Mon, 24 Jul 2023 07:18:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44128 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231515AbjGXLSX (ORCPT ); Mon, 24 Jul 2023 07:18:23 -0400 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E5A1E56; Mon, 24 Jul 2023 04:18:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1690197486; x=1721733486; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=d8vak/LSDsPYk3xgOqhW7O86GgEOYdVGt10seqFukCA=; b=MW7T6JMgTVfAv5rabuBG+hTPmmXt0FqWYEfJPKJti1uTaeuMMv1VjX4o jtDOagEMELUID2DYyBjiEaJ8HvgRmmqS4ARM5eL4BFuH6lXC80Hm+6t0H vEZdGltdjVjK7eQtt3xND2lxeWkI0xqU1WF2Baz0n3kdN3pnMB2wf+LVj 0PlZn7WKkjSORxzKmLi2sjK2ipPRgZ05JT/2UzFveQR6yKwMS5Cry+j0f P3jqMJEhwkL/L41p0oMn75cVH9/5VBp91xD/s//6Tula/IqVXwdwc6Vap 2lnghAhjOZQJeTvMesfpYQLer4rrmkQmR4ncclSTj0hQysvai5ocjrMOD Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10780"; a="364875141" X-IronPort-AV: E=Sophos;i="6.01,228,1684825200"; d="scan'208";a="364875141" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2023 04:16:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10780"; a="899463688" X-IronPort-AV: E=Sophos;i="6.01,228,1684825200"; d="scan'208";a="899463688" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga005.jf.intel.com with ESMTP; 24 Jul 2023 04:16:46 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qNtYT-00AHg5-0J; Mon, 24 Jul 2023 14:16:45 +0300 Date: Mon, 24 Jul 2023 14:16:44 +0300 From: Andy Shevchenko To: Duje =?utf-8?Q?Mihanovi=C4=87?= Cc: Stephen Boyd , Doug Brown , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Michael Turquette Subject: Re: [PATCH v1 1/1] clk: mmp: Switch to use struct u32_fract instead of custom one Message-ID: References: <20230724094838.32596-1-andriy.shevchenko@linux.intel.com> <2293793.ElGaqSPkdT@radijator> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2293793.ElGaqSPkdT@radijator> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 24, 2023 at 12:17:51PM +0200, Duje Mihanović wrote: > Tested-by: Duje Mihanović Thank you for testing! -- With Best Regards, Andy Shevchenko