Re: [PATCH 5/7] clk: sunxi: Convert driver private data to platform data

2022-06-27 Thread Andre Przywara
On Mon, 9 May 2022 00:29:35 -0500 Samuel Holland wrote: > All of the driver private data should really be platform data since it > is determined statically (selected by the compatible string or extracted > from the devicetree). Move everything to platform data, so it can be > provided when bindi

[PATCH 5/7] clk: sunxi: Convert driver private data to platform data

2022-05-08 Thread Samuel Holland
All of the driver private data should really be platform data since it is determined statically (selected by the compatible string or extracted from the devicetree). Move everything to platform data, so it can be provided when binding the driver. This is useful for SPL, or for instantiating the dri