Re: [U-Boot] [PATCH v5 10/15] clk: Add fixed-factor clock driver

2019-02-19 Thread Anup Patel
On Tue, Feb 19, 2019 at 8:47 PM Simon Glass wrote: > > Hi Anup, > > On Tue, 5 Feb 2019 at 06:05, Anup Patel wrote: > > > > This patch adds fixed-factor clock driver which derives clock > > rate by dividing (div) and multiplying (mult) fixed factors > > to a parent clock. > > Did someone else

Re: [U-Boot] [PATCH v5 10/15] clk: Add fixed-factor clock driver

2019-02-19 Thread Simon Glass
Hi Anup, On Tue, 5 Feb 2019 at 06:05, Anup Patel wrote: > > This patch adds fixed-factor clock driver which derives clock > rate by dividing (div) and multiplying (mult) fixed factors > to a parent clock. Did someone else send a similar patch recently? > > Signed-off-by: Atish Patra >

[U-Boot] [PATCH v5 10/15] clk: Add fixed-factor clock driver

2019-02-05 Thread Anup Patel
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 Signed-off-by: Anup Patel --- arch/sandbox/dts/test.dts | 8 drivers/clk/Makefile | 4 +-