]> git.ipfire.org Git - thirdparty/linux.git/commit
clk: aspeed: Move the existing ASPEED clk drivers into aspeed subdirectory.
authorRyan Chen <ryan_chen@aspeedtech.com>
Wed, 24 Dec 2025 05:37:22 +0000 (13:37 +0800)
committerStephen Boyd <sboyd@kernel.org>
Wed, 4 Feb 2026 05:35:58 +0000 (21:35 -0800)
commit03b3faa12c25140d00f9dca4ed44a6184600d9d8
tree8e8c7f301957a4338a9a1abbf1a1f4942dcc15fd
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
clk: aspeed: Move the existing ASPEED clk drivers into aspeed subdirectory.

Prepare for long-term maintenance and future additions by introducing a
dedicated drivers/clk/aspeed/ subdirectory for ASPEED clock drivers.

Move the existing ASPEED clock drivers into the new
drivers/clk/aspeed/ subdirectory.

No functional change, file move only.

Signed-off-by: Ryan Chen <ryan_chen@aspeedtech.com>
Reviewed-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/aspeed/Kconfig [new file with mode: 0644]
drivers/clk/aspeed/Makefile [new file with mode: 0644]
drivers/clk/aspeed/clk-aspeed.c [moved from drivers/clk/clk-aspeed.c with 100% similarity]
drivers/clk/aspeed/clk-aspeed.h [moved from drivers/clk/clk-aspeed.h with 100% similarity]
drivers/clk/aspeed/clk-ast2600.c [moved from drivers/clk/clk-ast2600.c with 100% similarity]