]> Git Repo - u-boot.git/commit - MAINTAINERS
clk: Add directory for STM32 clock drivers
authorPatrick Delaunay <[email protected]>
Thu, 19 May 2022 15:56:45 +0000 (17:56 +0200)
committerPatrick Delaunay <[email protected]>
Fri, 17 Jun 2022 12:11:43 +0000 (14:11 +0200)
commitb99293338ecd128ab86c6af9d9555dff59978016
tree73b43d0765afe875e27141c6e4f4ca932dc870e3
parentdf68a30979034f89a59aba2704dc35cf2eefe843
clk: Add directory for STM32 clock drivers

Add a directory in drivers/clk to regroup the clock drivers for all
STM32 Soc with CONFIG_ARCH_STM32 (MCUs with cortex M) or
CONFIG_ARCH_STM32MP (MPUs with cortex A).

Signed-off-by: Patrick Delaunay <[email protected]>
Reviewed-by: Patrice Chotard <[email protected]>
Reviewed-by: Grzegorz Szymaszek <[email protected]>
Acked-by: Sean Anderson <[email protected]>
Change-Id: I955af307963f732167396f0157a30cf2fc91f150
MAINTAINERS
drivers/clk/Kconfig
drivers/clk/Makefile
drivers/clk/clk_stm32f.c [deleted file]
drivers/clk/clk_stm32h7.c [deleted file]
drivers/clk/clk_stm32mp1.c [deleted file]
drivers/clk/stm32/Kconfig [new file with mode: 0644]
drivers/clk/stm32/Makefile [new file with mode: 0644]
drivers/clk/stm32/clk-stm32f.c [new file with mode: 0644]
drivers/clk/stm32/clk-stm32h7.c [new file with mode: 0644]
drivers/clk/stm32/clk-stm32mp1.c [new file with mode: 0644]
This page took 0.028331 seconds and 4 git commands to generate.