]> Git Repo - J-u-boot.git/commit - drivers/clk/owl/clk_owl.c
clk: actions: Add common clock driver
authorAmit Singh Tomar <[email protected]>
Sun, 19 Apr 2020 13:58:30 +0000 (19:28 +0530)
committerTom Rini <[email protected]>
Fri, 24 Apr 2020 20:40:09 +0000 (16:40 -0400)
commit8b520ac15300ed8ae146979554757d8702c35e67
tree6bc52ada21135af4ee3717e8100f15528030208e
parent5bc4c0bccc360692b5d140b1da5235d7ea56325f
clk: actions: Add common clock driver

This patch converts S900 clock driver to something common that can
be used for other SoCs, for instance S700(few of clk registers are same).

Reviewed-by: Andre Przywara <[email protected]>
Signed-off-by: Amit Singh Tomar <[email protected]>
arch/arm/Kconfig
arch/arm/include/asm/arch-owl/clk_s900.h [deleted file]
arch/arm/include/asm/arch-owl/regs_s700.h [new file with mode: 0644]
configs/bubblegum_96_defconfig
drivers/clk/owl/Kconfig
drivers/clk/owl/Makefile
drivers/clk/owl/clk_owl.c [new file with mode: 0644]
drivers/clk/owl/clk_owl.h [new file with mode: 0644]
drivers/clk/owl/clk_s900.c [deleted file]
This page took 0.041295 seconds and 4 git commands to generate.