Re: [PATCH 18/89] clk: bcm: rpi: Rename is_prepared function

2020-03-12 Thread Stephen Boyd
Quoting Maxime Ripard (2020-02-24 01:06:20) > 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

Re: [PATCH 18/89] clk: bcm: rpi: Rename is_prepared function

2020-02-26 Thread Nicolas Saenz Julienne
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 name

[PATCH 18/89] clk: bcm: rpi: Rename is_prepared function

2020-02-24 Thread Maxime Ripard
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. Cc: Michael Turquette