On 3/21/22 20:26, Stephen Boyd wrote:
Quoting Marek Vasut (2022-03-20 06:23:14)
On 3/18/22 22:03, Stephen Boyd wrote:
Quoting Marek Vasut (2022-02-25 20:07:22)
Access to the full parameters of __clk_hw_register_fixed_factor()
is useful in case a driver is registering fixed clock with only
single parent, in which case the driver should set parent_name to
NULL and parent_index to 0, and access to this function permits it
to do just that.
Signed-off-by: Marek Vasut <marex@xxxxxxx>
Cc: Michael Turquette <mturquette@xxxxxxxxxxxx>
Cc: Rob Herring <robh+dt@xxxxxxxxxx>
Cc: Stephen Boyd <sboyd@xxxxxxxxxx>
Cc: devicetree@xxxxxxxxxxxxxxx
To: linux-clk@xxxxxxxxxxxxxxx
---
V2: - New patch
V3: - No change
This isn't exported. Given that we don't typically export an internal
function (hence the double underscore) I'm going to change this to be a
new function. See the attached patch.
I can confirm the change works and looks OK.
Do you want me to send a V4 or will you squash it into these patches
yourself when applying?
No need I fixed it up and pushed it out.
Thank you