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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4C9F5EE57C1 for ; Wed, 11 Sep 2024 16:29:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:MIME-Version: Content-Transfer-Encoding:Content-Type:References:In-Reply-To:Date:Cc:To:From :Subject:Message-ID:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=jVWLJNJvpEN9e3zz9iqEToW+PGIpKGy1T0EKWJUXGx8=; b=WhWQDqy4uObUJFE0RgdcggED81 Qf5Wu9Lq/SblBRxDpeTo9im8sAeXjo9Y/22gYmrD2qZI+YkX0owjJMHIA2dNaJBNkcuiqjz+TzRBr fkmpg8yVJuE9ELC2R+0tZDw/S40P5yA+VEhAhaGzeVPrYnJGjMV5khwzsHsWGjcUSUrn4v53ze5a6 48vbCPVOLPUHhb4IgpKrxMcjUMT683BOtCwdSjF6ENydOOsUv+Hg/uAx/3IA7nmPwNGd9HIT7bwAL OOV2Nc6q+zGfi38iCVeEMN/36VYyaiF/Zb4zt1a1NclOT4xKPlnXGiu/9DTZCDxM+HcTTcbKil3AU IENbVCrA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1soQDU-0000000AM7q-1u1s; Wed, 11 Sep 2024 16:29:16 +0000 Received: from forward500b.mail.yandex.net ([178.154.239.144]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1soQCQ-0000000ALyJ-1Ek0 for linux-arm-kernel@lists.infradead.org; Wed, 11 Sep 2024 16:28:13 +0000 Received: from mail-nwsmtp-smtp-production-main-33.iva.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-33.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:3dad:0:640:7b05:0]) by forward500b.mail.yandex.net (Yandex) with ESMTPS id 4697A61B2A; Wed, 11 Sep 2024 19:28:05 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-33.iva.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id 3SmF5L02OKo0-i0P6dBhR; Wed, 11 Sep 2024 19:28:04 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=maquefel.me; s=mail; t=1726072084; bh=jVWLJNJvpEN9e3zz9iqEToW+PGIpKGy1T0EKWJUXGx8=; h=References:Date:In-Reply-To:Cc:To:From:Subject:Message-ID; b=jlnAjPsgktdlCyxm5Rg2u+j7zitMs5z0r4JnxHxZZOdupLi1DUvF4XOy5Qf2BaLjW viH9I04ENeFRbIw7bef94hXUruKQQ0pU0zM17CRTqIVPH5Wqy78FyW/0gj/uNljohV KWUiEkeH4TVIBmiqFk66SuYx5xDAOuMd+YHV1hN4= Authentication-Results: mail-nwsmtp-smtp-production-main-33.iva.yp-c.yandex.net; dkim=pass header.i=@maquefel.me Message-ID: Subject: Re: [PATCH] ep93xx: clock: Fix off by one in ep93xx_div_recalc_rate() From: Nikita Shubin To: Alexander Sverdlin , Arnd Bergmann , Dan Carpenter Cc: Hartley Sweeten , Russell King , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Date: Wed, 11 Sep 2024 19:28:03 +0300 In-Reply-To: <548605182873dadad9ee33dc6ed70e0eba4bf495.camel@gmail.com> References: <246de2986dce9d867894bb006a1b2b3601e94a4e.camel@maquefel.me> <548605182873dadad9ee33dc6ed70e0eba4bf495.camel@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240911_092811_059762_66AF1301 X-CRM114-Status: GOOD ( 30.68 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello Alexander, Arnd, On Wed, 2024-09-11 at 16:59 +0200, Alexander Sverdlin wrote: > Hi Arnd, Nikita, >=20 > On Wed, 2024-09-11 at 14:54 +0000, Arnd Bergmann wrote: > > On Wed, Sep 11, 2024, at 08:14, Nikita Shubin wrote: > > > Hi Dan! > > >=20 > > > Reviewed-by: Nikita Shubin > > >=20 > > > Alexander, Arnd > > >=20 > > > unfortunately, the ep93xx DT conversion series is also affected > > > by this > > > bug. > >=20 > > Here is what I did now: > >=20 > > 1. applied Dan's patch on a new branch > > 2. applied the DT conversion series on top of that, > > =C2=A0=C2=A0 removing that file. > > 3. applied the first patch (with minor context changes) > > =C2=A0=C2=A0 in drivers/clk/clk-ep93xx.c again, along with > > =C2=A0=C2=A0 the MODULE_LICENSE fix I did. > > 4. finally, merged the entire branch into my for-next > > =C2=A0=C2=A0 branch so it actually makes it into linux-next > >=20 > > My plan now is to keep the branch in linux-next for at > > least a week and send all the other pull requests for > > the merge window first. If no other problems show up > > (either with this branch or my other 6.12 contents), > > I hope to send it all later in the merge window. If > > something goes wrong, I'll send only the bugfix as part > > of my first fixes branch for 6.12 and we'll defer the > > DT conversion once more. > >=20 > > I should have merged it earlier, but wasn't sure about > > interdependencies with the parts that already got merged > > elsewhere and with the comments about DTC warnings. > >=20 > > From what I can tell, the current state is as good as > > it gets, as we'll always get more comments or conflicts > > with new reversions of the series. Let's hope we can > > address any other issues on top of what I've merged > > now and stop rebasing. >=20 > thanks Arnd for resolving this finally and Nikita for > your relentless efforts! >=20 > PS. I've archived Subject patch now in soc patchwork > (because I think I've messed up the author info, but > all of this seems to be obsolete now) >=20 thank you for your work and support!