[PATCH v2 02/30] clk: export generic routines

Simon Glass sjg at chromium.org
Mon Sep 7 03:44:10 CEST 2020


On Sun, 6 Sep 2020 at 06:09, Dario Binacchi <dariobin at libero.it> wrote:
>
> Export routines that can be used by other drivers avoiding duplicating
> code.
>
> Signed-off-by: Dario Binacchi <dariobin at libero.it>
>
> ---
>
> Changes in v2:
> - Add the clk_ prefix to the divider functions.
> - Add kernel-doc comments to the exported functions.
>
>  drivers/clk/clk-divider.c    | 24 +++++++--------
>  include/linux/clk-provider.h | 57 ++++++++++++++++++++++++++++++++++++
>  2 files changed, 69 insertions(+), 12 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list