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 03835C001DF for ; Sat, 29 Jul 2023 03:24:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236019AbjG2DY1 (ORCPT ); Fri, 28 Jul 2023 23:24:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49112 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229802AbjG2DYY (ORCPT ); Fri, 28 Jul 2023 23:24:24 -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 7C4CD449F; Fri, 28 Jul 2023 20:24:23 -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 F09FD6222E; Sat, 29 Jul 2023 03:24:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42532C433C8; Sat, 29 Jul 2023 03:24:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690601062; bh=tzfcUMEsa6qQ3o+p2fOHRdgvjlj355uXQFWaq1QTbSE=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=YvSvOZkrek1REnM9fDfijfiR2/AE4KfpZjQz1Gl4oP/IBugrHC5t34NkCQ6Baaa1m aBsODnWMsRcrNXY1lf28f1PgcZBkbDM62klUilbvt+8FYAZZZYhDXg4JaXhWWPhvVg RZpMDY7X87vdrA+CW6rOjpJTi673600W3fYH7LBHvfquaYeHF07KCe8ooNk8xUn6WH tdCgzChxunNraBaZQM/xavUivUDHH415YNZsBc0JMjtSm6ZJZy8ML8CpDtMK9Sff0K U/qyJZ2lpqBVld9+myN0ZXbFDHAAWkGTWiMzufrIakCnHc7InWTkN+nrDPaRE0fW8R v2AWidsuYSwqg== Message-ID: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <20230612033904.34921-1-zhanglibing@cdjrlc.com> <0dc9409b662180ed29cbc281f0f076b7@208suo.com> <2xp54apmm6o5np34obv5muus5d2lpoo7fn6ozuzzj6p4f2whot@c3pji7twevci> Subject: Re: [PATCH] clk: baikal-t1: Using div64_ Ul replaces do_ Div() function From: Stephen Boyd Cc: wuyonggang001@208suo.com, mturquette@baylibre.com, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org To: Geert Uytterhoeven , Serge Semin Date: Fri, 28 Jul 2023 20:24:19 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Serge Semin (2023-07-27 05:28:47) > On Mon, Jul 24, 2023 at 05:11:23PM +0300, Serge Semin wrote: > > On Mon, Jul 24, 2023 at 03:38:49PM +0200, Geert Uytterhoeven wrote: > > > > > > > > > > Likewise. > > > > > > > > Right. This will also break the driver. >=20 > No news from Yonggang meanwhile the patch will certainly break the > driver. Is it still possible to drop it from the clk-cleanup and > clk-next branches then before it gets to the mainline kernel? >=20 I've dropped it.