Re: [PATCH 15/89] clk: bcm: rpi: Create a data structure for the clocks

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

Re: [PATCH 15/89] clk: bcm: rpi: Create a data structure for the clocks

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

[PATCH 15/89] clk: bcm: rpi: Create a data structure for the clocks

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