lkml.org 
[lkml]   [2023]   [Sep]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [RESEND PATCH v1] clk: clk-fractional-divider: Export clk_fractional_divider_general_approximation API
From
Hi Michael and Stephen,

    Could this patch be land to common clock?

On 2023/8/1 16:14, Elaine Zhang wrote:
> This is used by the Rockchip clk driver, export it to allow that
> driver to be compiled as a module.
>
> Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>

Looks OK to me,

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever

> ---
> drivers/clk/clk-fractional-divider.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/clk/clk-fractional-divider.c b/drivers/clk/clk-fractional-divider.c
> index 479297763e70..44bf21c97034 100644
> --- a/drivers/clk/clk-fractional-divider.c
> +++ b/drivers/clk/clk-fractional-divider.c
> @@ -142,6 +142,7 @@ void clk_fractional_divider_general_approximation(struct clk_hw *hw,
> GENMASK(fd->mwidth - 1, 0), GENMASK(fd->nwidth - 1, 0),
> m, n);
> }
> +EXPORT_SYMBOL_GPL(clk_fractional_divider_general_approximation);
>
> static long clk_fd_round_rate(struct clk_hw *hw, unsigned long rate,
> unsigned long *parent_rate)

\
 
 \ /
  Last update: 2023-09-09 06:49    [W:0.184 / U:0.112 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site