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 696BAC636D7 for ; Thu, 23 Feb 2023 07:17:52 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3685E85ACE; Thu, 23 Feb 2023 08:17:50 +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="VlYZPVP9"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 4B0AB85AD6; Thu, 23 Feb 2023 08:17:48 +0100 (CET) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::225]) (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 0B43E85AC6 for ; Thu, 23 Feb 2023 08:17:44 +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 8C07D1C0003; Thu, 23 Feb 2023 07:17:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1677136663; 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=LusDMLycRzbmZnTriJvsWuHDcZutWyPMhoNVuOy5Qsc=; b=VlYZPVP91L1MPXH/GGdTIaVCLvwnk+1HFGjXXY/p4xm6A6Kt8fla41MKreYFadCMy7EQYB kjVSCD+cpVAIx22kZF/URHFsikKUYU8/gfCmD40qBvY9PlhDZwk70uYR73rwE0FbiZ1oyI tlaN/Acl9kuKh3+594ocAiWKnf6PpAiAetcnqEPj6Wg1MGu497tpYcU0gvzVC0qfmSlj4u ECUn5If7tKkUNnkoPWglQmrLEsem13gFoZlib6gQjxBx/CaWcZgMvLpOktREbowrkuLfGr INc/wDS3JmHMKmpvwvAHRVU3F/ZGVR1gqwNca0P57bxLAg666oWc6jLRMvWLhA== Date: Thu, 23 Feb 2023 08:17:41 +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: <20230223081741.455273e3@xps-13> In-Reply-To: <124b691a-57bc-1df4-60b7-caa7acea2229@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> 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 Hello Marek & Ralph, marek.vasut@mailbox.org wrote on Thu, 23 Feb 2023 01:12:49 +0100: > On 2/22/23 20:32, Ralph Siemsen wrote: > > 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 branches = =20 > >> > >> Use Linux 6.2.y as a base then. =20 > >=20 > > Okay, done. > > =20 > >> And please submit the missing patches for LTS branch inclusion too if = >> possible, I guess they were missing Fixes: tag ? =20 > >=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@bootli= n.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 >=20 > Much appreciated, thanks ! >=20 > +CC Miquel 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. Thanks, Miqu=C3=A8l