diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2019-12-11 10:25:49 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-12-11 12:19:59 +0100 |
commit | ea6a723a21f792964ef92669d2de34a57752e4e0 (patch) | |
tree | a80af8532c7ce1e8abeb34bc2e7aa3e4afdcae77 /drivers/clk/imx/clk-divider-gate.c | |
parent | clk: imx: Rename the imx_clk_pfdv2 to imply it's clk_hw based (diff) | |
download | linux-ea6a723a21f792964ef92669d2de34a57752e4e0.tar.xz linux-ea6a723a21f792964ef92669d2de34a57752e4e0.zip |
clk: imx: Rename the imx_clk_divider_gate to imply it's clk_hw based
Renaming the imx_clk_divider_gate register function to imx_clk_hw_divider_gate
to be more obvious it is clk_hw based.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'drivers/clk/imx/clk-divider-gate.c')
-rw-r--r-- | drivers/clk/imx/clk-divider-gate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/imx/clk-divider-gate.c b/drivers/clk/imx/clk-divider-gate.c index 4145594af53b..0322a843d245 100644 --- a/drivers/clk/imx/clk-divider-gate.c +++ b/drivers/clk/imx/clk-divider-gate.c @@ -173,7 +173,7 @@ static const struct clk_ops clk_divider_gate_ops = { * default as our HW is. Besides that it supports only CLK_DIVIDER_READ_ONLY * flag which can be specified by user flexibly. */ -struct clk_hw *imx_clk_divider_gate(const char *name, const char *parent_name, +struct clk_hw *imx_clk_hw_divider_gate(const char *name, const char *parent_name, unsigned long flags, void __iomem *reg, u8 shift, u8 width, u8 clk_divider_flags, const struct clk_div_table *table, |