lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID:
 <OSQPR06MB7252BF7364580CADD7D3F6928B91A@OSQPR06MB7252.apcprd06.prod.outlook.com>
Date: Wed, 28 Jan 2026 07:43:01 +0000
From: Billy Tsai <billy_tsai@...eedtech.com>
To: Stephen Boyd <sboyd@...nel.org>, Brian Masney <bmasney@...hat.com>
CC: Ryan Chen <ryan_chen@...eedtech.com>, "mturquette@...libre.com"
	<mturquette@...libre.com>, "joel@....id.au" <joel@....id.au>, Andrew Jeffery
	<andrew@...econstruct.com.au>, Linux Kernel Mailing List
	<linux-kernel@...r.kernel.org>, "linux-clk@...r.kernel.org"
	<linux-clk@...r.kernel.org>, "linux-aspeed@...ts.ozlabs.org"
	<linux-aspeed@...ts.ozlabs.org>, Linux ARM
	<linux-arm-kernel@...ts.infradead.org>
Subject: [GIT PULL] ASPEED clk updates for v6.19

Hi Stephen,

Please pull the following ASPEED clock driver updates for v6.19.

The series includes:
- Reorganization of ASPEED clock drivers under drivers/clk/aspeed/
- MAINTAINERS updates for ASPEED clock drivers
- New ASPEED clock driver support

The branch is based on v6.19-rc1 as requested.

Thanks,
Billy

----------------------------------------------------------------
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:

  Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)

are available in the Git repository at:

  https://github.com/billy-tsai/linux.git tags/aspeed-clk-for-v6.19-rc1

for you to fetch changes up to dc345e213f16d3ae5dce01bb0002e46bc4eaff4c:

  clk: aspeed: add AST2700 clock driver (2026-01-28 14:58:47 +0800)

----------------------------------------------------------------
ASPEED clk updates for v6.19-rc1

----------------------------------------------------------------
Ryan Chen (3):
      clk: aspeed: Move the existing ASPEED clk drivers into aspeed subdirectory.
      MAINTAINERS: Add entry for ASPEED clock drivers.
      clk: aspeed: add AST2700 clock driver

 MAINTAINERS                            |    9 +
 drivers/clk/Kconfig                    |   13 +-
 drivers/clk/Makefile                   |    3 +-
 drivers/clk/aspeed/Kconfig             |   21 +
 drivers/clk/aspeed/Makefile            |    4 +
 drivers/clk/{ => aspeed}/clk-aspeed.c  |    0
 drivers/clk/{ => aspeed}/clk-aspeed.h  |    0
 drivers/clk/{ => aspeed}/clk-ast2600.c |    0
 drivers/clk/aspeed/clk-ast2700.c       | 1055 ++++++++++++++++++++++++++++++++
 9 files changed, 1091 insertions(+), 14 deletions(-)
 create mode 100644 drivers/clk/aspeed/Kconfig
 create mode 100644 drivers/clk/aspeed/Makefile
 rename drivers/clk/{ => aspeed}/clk-aspeed.c (100%)
 rename drivers/clk/{ => aspeed}/clk-aspeed.h (100%)
 rename drivers/clk/{ => aspeed}/clk-ast2600.c (100%)
 create mode 100644 drivers/clk/aspeed/clk-ast2700.c
----------------------------------------------------------------

The patch series can be reconstructed from the mailing list with:
  b4 am 20251224-upstream_clk-v16-0-8c1318f56c3c@...eedtech.com

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ