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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id ACCA6C636D6 for ; Thu, 23 Feb 2023 14:09:31 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 99B8785966; Thu, 23 Feb 2023 15:09:29 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.b="mqoEtvFt"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9EBA385B10; Thu, 23 Feb 2023 15:09:28 +0100 (CET) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 4505B85966 for ; Thu, 23 Feb 2023 15:09:25 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=miquel.raynal@bootlin.com Received: (Authenticated sender: miquel.raynal@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id A41131BF20B; Thu, 23 Feb 2023 14:09:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1677161364; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=2Za7dJvSxjYUDr3nMATVDqUWSPO2YZg5MCo/yifMyk0=; b=mqoEtvFtsVw6veG0XOg9pRISULhsISPSYo2OMJXl/jeDbPNWN3VwXCh5Nyzwz86Hwe5gHI wObWsnNoeetab8togJk5wV/r5C6L1OPZplvto2Ky3Vfd4rKU19ddXDxu/oENdSk1doerpr eyC5WPd9/usBNREBjNtT0wN6VEGFX0kqDt2jBQyENY7/VcKu+n7noa1KUhKRLSkCeW56aH RTUPURnxscsOsl77HQkhsoH4ZhMhu30p0PWpkH3zQz29WUgk8oJPlM7M8fFy1JYWYw09ET /bTMeecgOgObAQdeNE8Bu4rWg8uWbXibxGMZMBN+tUC75Er/XyfADmwxhpEtWQ== Date: Thu, 23 Feb 2023 15:09:22 +0100 From: Miquel Raynal To: Marek Vasut Cc: Ralph Siemsen , u-boot@lists.denx.de, Hai Pham , Lukasz Majewski , Marek Vasut , Sean Anderson Subject: Re: [RFC PATCH v3 3/9] clk: renesas: add R906G032 driver Message-ID: <20230223150922.18a7c75f@xps-13> In-Reply-To: <83a45ea0-edd1-3a79-4772-90876559dc75@mailbox.org> References: <20230222154414.49219-1-ralph.siemsen@linaro.org> <20230222154414.49219-4-ralph.siemsen@linaro.org> <49f64e41-adfe-b426-2a57-9c4721894885@mailbox.org> <20230222165749.GA50215@maple.netwinder.org> <20230222172145.GB50215@maple.netwinder.org> <20230222183220.GC50215@maple.netwinder.org> <0e3597e5-d72a-f246-c779-1fd153299ce8@mailbox.org> <20230222193200.GD50215@maple.netwinder.org> <124b691a-57bc-1df4-60b7-caa7acea2229@mailbox.org> <20230223081741.455273e3@xps-13> <83a45ea0-edd1-3a79-4772-90876559dc75@mailbox.org> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.6 at phobos.denx.de X-Virus-Status: Clean Hi Marek, marek.vasut@mailbox.org wrote on Thu, 23 Feb 2023 14:56:41 +0100: > On 2/23/23 08:17, Miquel Raynal wrote: > > Hello Marek & Ralph, > >=20 > > marek.vasut@mailbox.org wrote on Thu, 23 Feb 2023 01:12:49 +0100: > > =20 > >> On 2/22/23 20:32, Ralph Siemsen wrote: =20 > >>> On Wed, Feb 22, 2023 at 07:45:45PM +0100, Marek Vasut wrote: =20 > >>>> On 2/22/23 19:32, Ralph Siemsen wrote: =20 > >>>>> On Wed, Feb 22, 2023 at 06:47:44PM +0100, Marek Vasut wrote: =20 > >>>>>> Are those fixes in mainline Linux ? =20 > >>>>> > >>>>> Yes, they are in mainline: > >>>>> 2dee50ab9e72 clk: renesas: r9a06g032: Fix UART clkgrp bitsel > >>>>> =C2=A0 merged into 6.0, and also backported to earlier LTS branches > >>>>> 2a6da4a11f47 clk: renesas: r9a06g032: Fix the RTC hclock description > >>>>> =C2=A0=C2=A0 merged into 5.19, seems to be missing from LTS branch= es =20 > >>>> > >>>> Use Linux 6.2.y as a base then. =20 > >>> > >>> Okay, done. =20 > >>> >>>> And please submit the missing patches for LTS branch inclusio= n too if >> possible, I guess they were missing Fixes: tag ? =20 > >>> > >>> Seems it was part of a series which added support for the RTC device: > >>> https://lore.kernel.org/all/20220421090016.79517-3-miquel.raynal@boot= lin.com/ > >>> Since it is new feature, I guess one could argue that the clock table= > fix is not needed in older LTS kernels, since no driver uses that clock. > >>> But most likely it was just overlooked. I'll check with Miquel. =20 > >> > >> Much appreciated, thanks ! > >> > >> +CC Miquel =20 > >=20 > > As Ralph rightly pointed out, even though the clock description was > > wrong there was no user at that time so I did not bother with a Fixes > > tag. Anyhow, as the change does only impact the RTC clock, it should be > > harmless to backport if you want. =20 >=20 > Either way is fine by me, I just want to be sure the u-boot clock tables = are in sync with Linux as much as possible, and can be easily resynced in t= he future, that's all. Of course. The fix is mainline already, so on that regard we should be fine. Thanks, Miqu=C3=A8l