Re: [PATCH v2 15/91] clk: bcm: rpi: Pass the clocks data to the firmware function

2020-05-26 Thread Stephen Boyd
Quoting Maxime Ripard (2020-04-24 08:33:56) > The raspberry_clock_property only takes the clock ID as an argument, but > now that we have a clock data structure it makes more sense to just pass > that structure instead. > > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: linux-...@vger.kernel.org

[PATCH v2 15/91] clk: bcm: rpi: Pass the clocks data to the firmware function

2020-04-24 Thread Maxime Ripard
The raspberry_clock_property only takes the clock ID as an argument, but now that we have a clock data structure it makes more sense to just pass that structure instead. Cc: Michael Turquette Cc: Stephen Boyd Cc: linux-...@vger.kernel.org Acked-by: Nicolas Saenz Julienne Signed-off-by: Maxime R