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 BB0AAC761AF for ; Wed, 5 Apr 2023 19:13:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233701AbjDETNH (ORCPT ); Wed, 5 Apr 2023 15:13:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234295AbjDETNF (ORCPT ); Wed, 5 Apr 2023 15:13:05 -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 2100019B2; Wed, 5 Apr 2023 12:13:03 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6F88062B5A; Wed, 5 Apr 2023 19:13:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C6472C433EF; Wed, 5 Apr 2023 19:13:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680721981; bh=TfdA32qkhTaC65VE89dlgg3nhsFidvoOwThd1sNOR1I=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=dyjwqrcLO1f+Fq/oOQISj2jtc9W6s9F+A5lK2cH2HWcsPB52VwBK9D9StB+MDFGB3 8oUEXK4pUGiXU0w/hIohdgXjVCtxIp01GUIsoalcrYpjidKN8RqMWxkiV+p62GX+xf zNeJJCGja1S7Zl6VA1r7p8TQy7DLj2M+ysOcEqz9IT3xjhACWn6DXaKKp6JMnHIb49 NPHBwlxlfQG1Qr5u3ci+fgAy/o8B7sKDZ+5RABt5AcL9yeF6obCiM5TpRJBqWmAOrM M7gKn8R8M/vcWHbPoqr3e6p3ed7Cj4T2oiNg0cIQ68h2nMfyYncO0NWzvwFttcD0oS PdAHL2dHnwD5w== Message-ID: <0cbe45046219218f1c52f22f70004826.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <187a2266c3a034a593a151d6e5e6b21118043b5d.1680423909.git.christophe.jaillet@wanadoo.fr> References: <187a2266c3a034a593a151d6e5e6b21118043b5d.1680423909.git.christophe.jaillet@wanadoo.fr> Subject: Re: [PATCH v2 2/4] clk: imx: Remove values for mmask and nmask in struct clk_fractional_divider From: Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Christophe JAILLET To: Christophe JAILLET , abelvesa@kernel.org, festevam@gmail.com, heiko@sntech.de, kernel@pengutronix.de, linux-imx@nxp.com, mturquette@baylibre.com, peng.fan@nxp.com, s.hauer@pengutronix.de, shawnguo@kernel.org Date: Wed, 05 Apr 2023 12:12:59 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Christophe JAILLET (2023-04-02 02:42:05) > Now that fractional_divider clk computes mmask and nmask when needed, the= re > is no more need to provide them explicitly anymore. >=20 > Signed-off-by: Christophe JAILLET > --- Applied to clk-next