Re: [PATCH 18/89] clk: bcm: rpi: Rename is_prepared function
From: Nicolas Saenz Julienne <hidden>
Date: 2020-02-25 16:45:32
Also in:
dri-devel, linux-clk, lkml
From: Nicolas Saenz Julienne <hidden>
Date: 2020-02-25 16:45:32
Also in:
dri-devel, linux-clk, lkml
On Mon, 2020-02-24 at 10:06 +0100, Maxime Ripard wrote:
The raspberrypi_fw_pll_is_on function doesn't only apply to PLL registered in the driver, but any clock exposed by the firmware. Since we also implement the is_prepared hook, make the function consistent with the other function names, and drop the fw from the function name.
It seems you didn't :) As it does use the fw interface I'd say keep it in the name, with that: Acked-by: Nicolas Saenz Julienne <redacted> Thanks! Nicolas
Cc: Michael Turquette <mturquette@baylibre.com> Cc: Stephen Boyd <sboyd@kernel.org> Cc: linux-clk@vger.kernel.org Signed-off-by: Maxime Ripard <redacted> ---