On Thu, Apr 25, 2019 at 11:14:47AM -0700, Stephen Boyd wrote: > This flag was historically used to indicate that a clk is a "basic" type > of clk like a mux, divider, gate, etc. This never turned out to be very > useful though because it was hard to cleanly split "basic" clks from > other clks in a system. This one flag was a way for type introspection > and it just didn't scale. If anything, it was used by the TI clk driver > to indicate that a clk_hw wasn't contained in the SoC specific clk > structure. We can get rid of this define now that TI is finding those > clks a different way. > > Cc: Tero Kristo <[email protected]> > Cc: Ralf Baechle <[email protected]> > Cc: Paul Burton <[email protected]> > Cc: James Hogan <[email protected]> > Cc: <[email protected]> > Cc: Thierry Reding <[email protected]> > Cc: Kevin Hilman <[email protected]> > Cc: <[email protected]> > Cc: <[email protected]> > Signed-off-by: Stephen Boyd <[email protected]> > --- > arch/mips/alchemy/common/clock.c | 2 +- > drivers/clk/clk-composite.c | 2 +- > drivers/clk/clk-divider.c | 2 +- > drivers/clk/clk-fixed-factor.c | 2 +- > drivers/clk/clk-fixed-rate.c | 2 +- > drivers/clk/clk-fractional-divider.c | 2 +- > drivers/clk/clk-gate.c | 2 +- > drivers/clk/clk-gpio.c | 2 +- > drivers/clk/clk-mux.c | 2 +- > drivers/clk/clk-pwm.c | 2 +- > drivers/clk/clk.c | 1 - > drivers/clk/mmp/clk-gate.c | 2 +- > drivers/pwm/pwm-meson.c | 2 +- > include/linux/clk-provider.h | 2 +- > 14 files changed, 13 insertions(+), 14 deletions(-)
Acked-by: Thierry Reding <[email protected]>
signature.asc
Description: PGP signature

