[U-Boot] [PATCH v5 1/8] clk: sifive: Factor-out PLL library as separate module

Bin Meng bmeng.cn at gmail.com
Fri Jun 21 07:15:51 UTC 2019


On Thu, Jun 20, 2019 at 2:48 PM Anup Patel <Anup.Patel at wdc.com> wrote:
>
> To match SiFive clock driver with latest Linux, we factor-out PLL
> library as separate module under drivers/clk/analogbits.
>
> Signed-off-by: Anup Patel <anup.patel at wdc.com>
> ---
>  drivers/clk/Kconfig                                           | 1 +
>  drivers/clk/Makefile                                          | 1 +
>  drivers/clk/analogbits/Kconfig                                | 4 ++++
>  drivers/clk/analogbits/Makefile                               | 3 +++
>  drivers/clk/{sifive => analogbits}/wrpll-cln28hpc.c           | 3 +--
>  drivers/clk/sifive/Kconfig                                    | 3 ---
>  drivers/clk/sifive/Makefile                                   | 2 --
>  drivers/clk/sifive/fu540-prci.c                               | 3 +--
>  .../sifive => include/linux/clk}/analogbits-wrpll-cln28hpc.h  | 0
>  9 files changed, 11 insertions(+), 9 deletions(-)
>  create mode 100644 drivers/clk/analogbits/Kconfig
>  create mode 100644 drivers/clk/analogbits/Makefile
>  rename drivers/clk/{sifive => analogbits}/wrpll-cln28hpc.c (99%)
>  rename {drivers/clk/sifive => include/linux/clk}/analogbits-wrpll-cln28hpc.h (100%)
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list