Devicetree
 help / color / mirror / Atom feed
From: Chen-Yu Tsai <wens@kernel.org>
To: Junhui Liu <junhui.liu@pigmoral.tech>,
	 Alexandre Belloni <alexandre.belloni@bootlin.com>,
	 Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	 Conor Dooley <conor+dt@kernel.org>,
	 Jernej Skrabec <jernej.skrabec@gmail.com>,
	 Samuel Holland <samuel@sholland.org>,
	 Michael Turquette <mturquette@baylibre.com>,
	 Stephen Boyd <sboyd@kernel.org>,
	Maxime Ripard <mripard@kernel.org>,
	 Jerome Brunet <jbrunet@baylibre.com>
Cc: linux-rtc@vger.kernel.org, devicetree@vger.kernel.org,
	 linux-arm-kernel@lists.infradead.org,
	linux-sunxi@lists.linux.dev,  linux-kernel@vger.kernel.org,
	linux-clk@vger.kernel.org,  Sashiko <sashiko-bot@kernel.org>,
	Conor Dooley <conor.dooley@microchip.com>
Subject: Re: (subset) [PATCH v4 0/9] clk: sun6i-rtc: Add support for Allwinner A733 SoC
Date: Mon, 06 Jul 2026 23:38:42 +0800	[thread overview]
Message-ID: <178335232274.3929059.7231678940771555249.b4-ty@kernel.org> (raw)
In-Reply-To: <20260706-a733-rtc-v4-0-f330728db3d3@baylibre.com>

On Mon, 06 Jul 2026 11:32:08 +0200, Jerome Brunet wrote:
> Add support for the Allwinner A733 RTC and its internal Clock Control
> Unit (CCU). Reuse the rtc-sun6i rtc driver while introducing a new
> SoC-specific RTC CCU driver to handle the hardware's evolved clock
> structure.
> 
> The A733 implementation supports hardware detection of three external
> crystal frequencies (19.2MHz, 24MHz and 26MHz), which is represented in
> the driver via read-only divider operations. Implement logic to derive a
> normalized 32kHz reference from these DCXO sources using fixed
> pre-dividers. Additionally, provide several new DCXO gate clocks for
> peripherals, including SerDes, HDMI, and UFS.
> 
> [...]

Applied to sunxi/clk-for-7.3 in sunxi, thanks!

[1/9] dt-bindings: rtc: sun6i: no clock-output-names on h616/r329
      https://git.kernel.org/sunxi/linux/c/7b9f8fe9c9e0
[2/9] dt-bindings: rtc: sun6i: add sun60i-a733 support
      https://git.kernel.org/sunxi/linux/c/38d6b194a21c
[3/9] clk: sunxi-ng: fix ccu probe clock unregister on error
      https://git.kernel.org/sunxi/linux/c/81f4ddc9f7e0
[4/9] clk: sunxi-ng: sun6i-rtc: clean up DT usage
      https://git.kernel.org/sunxi/linux/c/192c6220e14d
[5/9] clk: sunxi-ng: sun6i-rtc: Add feature bit for IOSC calibration
      https://git.kernel.org/sunxi/linux/c/d2fcd82ca07d
[7/9] clk: sunxi-ng: mux: remove unneeded export
      https://git.kernel.org/sunxi/linux/c/c52b5090bf1e

Best regards,
-- 
Chen-Yu Tsai <wens@kernel.org>


      parent reply	other threads:[~2026-07-06 15:38 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-06  9:32 [PATCH v4 0/9] clk: sun6i-rtc: Add support for Allwinner A733 SoC Jerome Brunet
2026-07-06  9:32 ` [PATCH v4 1/9] dt-bindings: rtc: sun6i: no clock-output-names on h616/r329 Jerome Brunet
2026-07-06  9:39   ` sashiko-bot
2026-07-06  9:32 ` [PATCH v4 2/9] dt-bindings: rtc: sun6i: add sun60i-a733 support Jerome Brunet
2026-07-06  9:41   ` sashiko-bot
2026-07-06  9:32 ` [PATCH v4 3/9] clk: sunxi-ng: fix ccu probe clock unregister on error Jerome Brunet
2026-07-06  9:43   ` sashiko-bot
2026-07-06  9:32 ` [PATCH v4 4/9] clk: sunxi-ng: sun6i-rtc: clean up DT usage Jerome Brunet
2026-07-06  9:49   ` sashiko-bot
2026-07-06  9:32 ` [PATCH v4 5/9] clk: sunxi-ng: sun6i-rtc: Add feature bit for IOSC calibration Jerome Brunet
2026-07-06  9:56   ` sashiko-bot
2026-07-06  9:32 ` [PATCH v4 6/9] clk: sunxi-ng: div: add read-only operation support Jerome Brunet
2026-07-06 10:06   ` sashiko-bot
2026-07-06 12:36     ` Jerome Brunet
2026-07-06 13:09       ` Chen-Yu Tsai
2026-07-06  9:32 ` [PATCH v4 7/9] clk: sunxi-ng: mux: remove unneeded export Jerome Brunet
2026-07-06 10:10   ` sashiko-bot
2026-07-06  9:32 ` [PATCH v4 8/9] clk: sunxi-ng: sun6i-rtc: split main oscillator div and gate Jerome Brunet
2026-07-06 10:18   ` sashiko-bot
2026-07-06 15:49   ` Chen-Yu Tsai
2026-07-06  9:32 ` [PATCH v4 9/9] clk: sunxi-ng: sun6i-rtc: add a733 support Jerome Brunet
2026-07-06 10:26   ` sashiko-bot
2026-07-06 16:47   ` Chen-Yu Tsai
2026-07-06 15:38 ` Chen-Yu Tsai [this message]

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=178335232274.3929059.7231678940771555249.b4-ty@kernel.org \
    --to=wens@kernel.org \
    --cc=alexandre.belloni@bootlin.com \
    --cc=conor+dt@kernel.org \
    --cc=conor.dooley@microchip.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jbrunet@baylibre.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=junhui.liu@pigmoral.tech \
    --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-rtc@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=mripard@kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=robh@kernel.org \
    --cc=samuel@sholland.org \
    --cc=sashiko-bot@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