Re: [PATCH v3 2/3] clk: Make __clk_hw_register_fixed_factor non-static
From: Marek Vasut <marex@denx.de>
Date: 2022-03-20 13:23:22
Also in:
linux-clk
From: Marek Vasut <marex@denx.de>
Date: 2022-03-20 13:23:22
Also in:
linux-clk
On 3/18/22 22:03, Stephen Boyd wrote:
Quoting Marek Vasut (2022-02-25 20:07:22)quoted
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@denx.de> Cc: Michael Turquette <mturquette@baylibre.com> Cc: Rob Herring <robh+dt@kernel.org> Cc: Stephen Boyd <sboyd@kernel.org> Cc: devicetree@vger.kernel.org To: linux-clk@vger.kernel.org --- V2: - New patch V3: - No changeThis 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?