On Mon, 2020-02-24 at 10:06 +0100, Maxime Ripard wrote:
So far the driver has really only been providing a single clock, and stored both the data associated to that clock in particular with the data associated to the "controller".
Since we will change that in the future, let's decouple the clock data from the provider data.
Cc: Michael Turquette mturquette@baylibre.com Cc: Stephen Boyd sboyd@kernel.org Cc: linux-clk@vger.kernel.org Signed-off-by: Maxime Ripard maxime@cerno.tech
Acked-by: Nicolas Saenz Julienne nsaenzjulienne@suse.de
Thanks! Nicolas