Re: [PATCH v2 09/91] clk: bcm: rpi: Make sure pllb_arm is removed
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-05-27 06:49:01
Also in:
dri-devel, linux-clk, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-05-27 06:49:01
Also in:
dri-devel, linux-clk, lkml
Quoting Maxime Ripard (2020-04-24 08:33:50)
The pllb_arm clock was created at probe time, but was never removed if something went wrong later in probe, or if the driver was ever removed from the system. Now that we are using clk_hw_register, we can just use its managed variant
clk_hw_register()
to take care of that for us. Cc: Michael Turquette <mturquette@baylibre.com> Cc: linux-clk@vger.kernel.org Acked-by: Nicolas Saenz Julienne <redacted> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Signed-off-by: Maxime Ripard <redacted> ---
Reviewed-by: Stephen Boyd <sboyd@kernel.org> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel