[U-Boot] [PATCH v2 07/11] clk: Add fixed-factor clock driver

Anup Patel Anup.Patel at wdc.com
Tue Feb 5 12:53:47 UTC 2019



> -----Original Message-----
> From: Simon Glass [mailto:sjg at chromium.org]
> Sent: Thursday, January 31, 2019 3:34 PM
> To: Anup Patel <Anup.Patel at wdc.com>
> Cc: Rick Chen <rick at andestech.com>; Bin Meng <bmeng.cn at gmail.com>;
> Joe Hershberger <joe.hershberger at ni.com>; Lukas Auer
> <lukas.auer at aisec.fraunhofer.de>; Masahiro Yamada
> <yamada.masahiro at socionext.com>; Alexander Graf <agraf at suse.de>;
> Palmer Dabbelt <palmer at sifive.com>; Paul Walmsley
> <paul.walmsley at sifive.com>; Atish Patra <Atish.Patra at wdc.com>;
> Christoph Hellwig <hch at infradead.org>; U-Boot Mailing List <u-
> boot at lists.denx.de>
> Subject: Re: [PATCH v2 07/11] clk: Add fixed-factor clock driver
> 
> Hi Anup,
> 
> On Fri, 18 Jan 2019 at 04:19, Anup Patel <Anup.Patel at wdc.com> wrote:
> >
> > This patch adds fixed-factor clock driver which derives clock rate by
> > dividing (div) and multiplying (mult) fixed factors to a parent clock.
> >
> > Signed-off-by: Atish Patra <atish.patra at wdc.com>
> > Signed-off-by: Anup Patel <anup.patel at wdc.com>
> > ---
> >  drivers/clk/Makefile           |  4 +-
> >  drivers/clk/clk_fixed_factor.c | 74
> > ++++++++++++++++++++++++++++++++++
> >  2 files changed, 77 insertions(+), 1 deletion(-)  create mode 100644
> > drivers/clk/clk_fixed_factor.c
> 
> Can you please update test/dm/clk.c to test this? You'll need to add this clock
> to sandbox.

Okay, will do.

Regards,
Anup


More information about the U-Boot mailing list