Re: [PATCH v4 03/11] clk: bcm: Add clocks for Stingray SOC

2017-05-26 Thread Anup Patel
On Fri, May 26, 2017 at 3:03 AM, Michael Turquette wrote: > Hello Anup, > > Quoting Anup Patel (2017-05-22 04:58:19) >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include >> +#include > > Are all of those headers really needed? Yes, we can reduce the n

Re: [PATCH v4 03/11] clk: bcm: Add clocks for Stingray SOC

2017-05-25 Thread Michael Turquette
Hello Anup, Quoting Anup Patel (2017-05-22 04:58:19) > +#include > +#include > +#include > +#include > +#include > +#include > +#include > +#include Are all of those headers really needed? > +CLK_OF_DECLARE(sr_genpll3_clk, "brcm,sr-genpll3", > + sr_genpll3_clk_init)

[PATCH v4 03/11] clk: bcm: Add clocks for Stingray SOC

2017-05-22 Thread Anup Patel
From: Sandeep Tripathy This patch adds support for Stingray clocks in iproc ccf. The Stingray SOC has various plls based on iproc pll architecture. Signed-off-by: Sandeep Tripathy Reviewed-by: Ray Jui Reviewed-by: Scott Branden --- drivers/clk/bcm/Kconfig | 8 ++ drivers/clk/bcm/Makefile