public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] ASPEED clk updates for v6.19
@ 2026-01-28  7:43 Billy Tsai
  2026-01-28 13:26 ` Brian Masney
  0 siblings, 1 reply; 2+ messages in thread
From: Billy Tsai @ 2026-01-28  7:43 UTC (permalink / raw)
  To: Stephen Boyd, Brian Masney
  Cc: Ryan Chen, mturquette@baylibre.com, joel@jms.id.au,
	Andrew Jeffery, Linux Kernel Mailing List,
	linux-clk@vger.kernel.org, linux-aspeed@lists.ozlabs.org,
	Linux ARM

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@aspeedtech.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] ASPEED clk updates for v6.19
  2026-01-28  7:43 [GIT PULL] ASPEED clk updates for v6.19 Billy Tsai
@ 2026-01-28 13:26 ` Brian Masney
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Masney @ 2026-01-28 13:26 UTC (permalink / raw)
  To: Billy Tsai
  Cc: Stephen Boyd, Ryan Chen, mturquette@baylibre.com, joel@jms.id.au,
	Andrew Jeffery, Linux Kernel Mailing List,
	linux-clk@vger.kernel.org, linux-aspeed@lists.ozlabs.org,
	Linux ARM

Hi Billy,

On Wed, Jan 28, 2026 at 07:43:01AM +0000, Billy Tsai wrote:
> Hi Stephen,
> 
> Please pull the following ASPEED clock driver updates for v6.19.
> 
> The series includes:

[snip]

> - Reorganization of ASPEED clock drivers under drivers/clk/aspeed/
> - MAINTAINERS updates for ASPEED clock drivers
> - New ASPEED clock driver support

This changelog needs to go in the tag. Currently only 'ASPEED clk
updates for xxx' is in the tag.

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

Looks good.

> 
> 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

We are on v6.19-rc7 right now. This should be for v6.20-rc1.

> 
> for you to fetch changes up to dc345e213f16d3ae5dce01bb0002e46bc4eaff4c:
> 
>   clk: aspeed: add AST2700 clock driver (2026-01-28 14:58:47 +0800)
> 

[snip]

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

Between these dashes is what will appear in the commit log when Stephen
merges this. Include the detailed changelog here of what changed.

Brian


> 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@aspeedtech.com
> 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-01-28 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-28  7:43 [GIT PULL] ASPEED clk updates for v6.19 Billy Tsai
2026-01-28 13:26 ` Brian Masney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox