]> www.infradead.org Git - users/jedix/linux-maple.git/commit
clk: meson: mpll: Delete a useless spinlock from the MPLL
authorChuan Liu <chuan.liu@amlogic.com>
Wed, 25 Sep 2024 10:08:28 +0000 (18:08 +0800)
committerJerome Brunet <jbrunet@baylibre.com>
Mon, 30 Sep 2024 09:27:54 +0000 (11:27 +0200)
commitbbf7e40d570490b7136e6b3fb56befe113cb301f
treeac9ca6883a88577c8a03fe1bf08c685a10ba4ca0
parent5e052ef3c4001bf167735a944b1b09cdb10155e5
clk: meson: mpll: Delete a useless spinlock from the MPLL

The register corresponding to MPLL does not share the same register
with other module drivers, so there is no concurrent access to the
register with other modules drivers. The spinlock defined in struct
meson_clk_mpll_data is no longer useful.

Signed-off-by: Chuan Liu <chuan.liu@amlogic.com>
Link: https://lore.kernel.org/r/20240925-mpll_spinlock-v2-1-8f9b73588ec1@amlogic.com
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
drivers/clk/meson/axg.c
drivers/clk/meson/clk-mpll.c
drivers/clk/meson/clk-mpll.h
drivers/clk/meson/g12a.c
drivers/clk/meson/gxbb.c
drivers/clk/meson/meson8b.c
drivers/clk/meson/s4-pll.c