linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: mturquette@baylibre.com, sboyd@kernel.org,
	Claudiu <claudiu.beznea@tuxon.dev>,
	robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
	magnus.damm@gmail.com, p.zabel@pengutronix.de,
	linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-rtc@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Subject: Re: [PATCH v5 00/10] Add RTC support for the Renesas RZ/G3S SoC
Date: Wed, 30 Oct 2024 19:56:55 +0100	[thread overview]
Message-ID: <20241030185655bfd883a8@mail.local> (raw)
In-Reply-To: <CAMuHMdUwW98riCJ0VfZMzf59Lb4-gRm740z7mnSDQDTfQSJzWw@mail.gmail.com>

On 30/10/2024 16:50:43+0100, Geert Uytterhoeven wrote:
> Hi Mike, Stephen, Alexander,
> 
> On Wed, Oct 30, 2024 at 12:01 PM Claudiu <claudiu.beznea@tuxon.dev> wrote:
> > From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> > On the Renesas RZ/G3S SoC the RTC clock is provided by the VBATTB
> > IP. A 32 KHz crystall oscillator could be connected to the VBATTB
> > input pins. The logic to control this clock (and pass it to RTC)
> > is inside the VBATTB IP. For this, the clk-vbattb driver was added
> > (patches 01-03/12).
> >
> > Patches:
> > - 01-03/10: add VBATTB support that provides the RTC clock
> > - 04-05/10: add the RTC driver
> > - 06-09/10: update the device trees with proper nodes to enable RTC
> > -    10/10: enable proper config flags for RTC to work on RZ/G3S SoC
> >
> > Merge strategy, if any:
> > - clock patches (01-03/10) need to go though the same tree because of
> >   patch 03/10 using the devm_clk_hw_register_gate_parent_hw() introduced
> >   in patch 02/12
> 
> Once Mike/Stephen are happy with 02, I can queue patches 01-03 in
> renesas-clk.
> 
> > - RTC patches (04-05/10) can go though RTC tree
> > - DTS and defconfig patches can go though Renesas tree
> 
> Patches 06 and 08 I can queue in renesas-devel soon.
> For 07 and 09, I am waiting for feedback from Alexandre on the RTC
> DT bindings.

I'll take 4 and 5 this cycle.

> 
> Thanks!
> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> 
> --
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds

-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2024-10-30 18:56 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-30 11:01 [PATCH v5 00/10] Add RTC support for the Renesas RZ/G3S SoC Claudiu
2024-10-30 11:01 ` [PATCH v5 01/10] dt-bindings: clock: renesas,r9a08g045-vbattb: Document VBATTB Claudiu
2024-10-31  7:46   ` Krzysztof Kozlowski
2024-10-30 11:01 ` [PATCH v5 02/10] clk: linux/clk-provider.h: Add devm_clk_hw_register_gate_parent_hw() Claudiu
2024-10-30 19:47   ` Stephen Boyd
2024-10-30 11:01 ` [PATCH v5 03/10] clk: renesas: clk-vbattb: Add VBATTB clock driver Claudiu
2024-10-31  7:48   ` Krzysztof Kozlowski
2024-10-31  8:43     ` Geert Uytterhoeven
2024-10-31  9:26       ` Claudiu Beznea
2024-10-31  9:46         ` Krzysztof Kozlowski
2024-11-01  8:53           ` Claudiu Beznea
2024-10-30 11:01 ` [PATCH v5 04/10] dt-bindings: rtc: renesas,rzg3s-rtc: Document the Renesas RTCA-3 IP Claudiu
2024-10-30 15:43   ` Geert Uytterhoeven
2024-10-30 11:01 ` [PATCH v5 05/10] rtc: renesas-rtca3: Add driver for RTCA-3 available on Renesas RZ/G3S SoC Claudiu
2024-10-30 11:01 ` [PATCH v5 06/10] arm64: dts: renesas: r9a08g045: Add VBATTB node Claudiu
2024-10-30 11:01 ` [PATCH v5 07/10] arm64: dts: renesas: r9a08g045: Add RTC node Claudiu
2024-10-30 11:01 ` [PATCH v5 08/10] arm64: dts: renesas: rzg3s-smarc-som: Enable VBATTB Claudiu
2024-10-30 11:01 ` [PATCH v5 09/10] arm64: dts: renesas: rzg3s-smarc-som: Enable RTC Claudiu
2024-10-30 11:01 ` [PATCH v5 10/10] arm64: defconfig: Enable VBATTB clock and Renesas RTCA-3 flags Claudiu
2024-10-31  7:47   ` Krzysztof Kozlowski
2024-10-30 15:50 ` [PATCH v5 00/10] Add RTC support for the Renesas RZ/G3S SoC Geert Uytterhoeven
2024-10-30 18:56   ` Alexandre Belloni [this message]
2024-10-31 23:17 ` (subset) " Alexandre Belloni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241030185655bfd883a8@mail.local \
    --to=alexandre.belloni@bootlin.com \
    --cc=claudiu.beznea.uj@bp.renesas.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=geert@linux-m68k.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-rtc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=p.zabel@pengutronix.de \
    --cc=robh@kernel.org \
    --cc=sboyd@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).