[GIT,PULL] Allwinner Clock Changes for 7.3

Message ID anhkNLxcGaC41mgN@home.wens.tw (mailing list archive)
State New
Headers
Series [GIT,PULL] Allwinner Clock Changes for 7.3 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-7.3

Message

Chen-Yu Tsai Aug. 9, 2026, 11:27 a.m. UTC
The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:

  Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-7.3

for you to fetch changes up to 0a136efc0fc2d53b1b1389b3c3fb0f76edca38bf:

  clk: sunxi-ng: sun6i-rtc: add a733 support (2026-07-24 00:02:02 +0800)

----------------------------------------------------------------
Allwinner clock changes for 7.3

Some cleanups to the Allwinner clock driver library and support for the
Allwinner A733 RTC clocks added.

----------------------------------------------------------------
Jerome Brunet (9):
      dt-bindings: rtc: sun6i: no clock-output-names on h616/r329
      dt-bindings: rtc: sun6i: add sun60i-a733 support
      clk: sunxi-ng: fix ccu probe clock unregister on error
      clk: sunxi-ng: sun6i-rtc: clean up DT usage
      clk: sunxi-ng: mux: remove unneeded export
      clk: sunxi-ng: mux: fix determine helper rate propagation
      clk: sunxi-ng: div: add read-only operation support
      clk: sunxi-ng: sun6i-rtc: split main oscillator div and gate
      clk: sunxi-ng: sun6i-rtc: add a733 support

Junhui Liu (1):
      clk: sunxi-ng: sun6i-rtc: Add feature bit for IOSC calibration

 .../bindings/rtc/allwinner,sun6i-a31-rtc.yaml      |  13 +++
 drivers/clk/sunxi-ng/ccu-sun6i-rtc.c               | 127 +++++++++++++++------
 drivers/clk/sunxi-ng/ccu-sun6i-rtc.h               |   3 +-
 drivers/clk/sunxi-ng/ccu_common.c                  |  12 +-
 drivers/clk/sunxi-ng/ccu_common.h                  |   1 +
 drivers/clk/sunxi-ng/ccu_div.c                     |  31 ++++-
 drivers/clk/sunxi-ng/ccu_div.h                     |   1 +
 drivers/clk/sunxi-ng/ccu_mux.c                     |  58 +++++-----
 include/dt-bindings/clock/sun6i-rtc.h              |   4 +
 9 files changed, 176 insertions(+), 74 deletions(-)
  

Comments

Stephen Boyd Aug. 12, 2026, 6:09 a.m. UTC | #1
Quoting Chen-Yu Tsai (2026-08-09 04:27:48)
> The following changes since commit dc59e4fea9d83f03bad6bddf3fa2e52491777482:
> 
>   Linux 7.2-rc1 (2026-06-28 12:01:31 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-7.3
> 
> for you to fetch changes up to 0a136efc0fc2d53b1b1389b3c3fb0f76edca38bf:
> 
>   clk: sunxi-ng: sun6i-rtc: add a733 support (2026-07-24 00:02:02 +0800)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next