-
- Downloads
clk: Add CLK_IS_BASIC flag to identify basic clocks
Most platforms end up using a mix of basic clock types and some which use clk_hw_foo struct for filling in custom platform information when the clocks don't fit into basic types supported. In platform code, its useful to know if a clock is using a basic type or clk_hw_foo, which helps platforms know if they can safely use to_clk_hw_foo to derive the clk_hw_foo pointer from clk_hw. Mark all basic clocks with a CLK_IS_BASIC flag. Signed-off-by:Rajendra Nayak <rnayak@ti.com> Signed-off-by:
Mike Turquette <mturquette@linaro.org>
Showing
- drivers/clk/clk-divider.c 1 addition, 1 deletiondrivers/clk/clk-divider.c
- drivers/clk/clk-fixed-factor.c 1 addition, 1 deletiondrivers/clk/clk-fixed-factor.c
- drivers/clk/clk-fixed-rate.c 1 addition, 1 deletiondrivers/clk/clk-fixed-rate.c
- drivers/clk/clk-gate.c 1 addition, 1 deletiondrivers/clk/clk-gate.c
- drivers/clk/clk-mux.c 1 addition, 1 deletiondrivers/clk/clk-mux.c
- include/linux/clk-private.h 1 addition, 1 deletioninclude/linux/clk-private.h
- include/linux/clk-provider.h 1 addition, 0 deletionsinclude/linux/clk-provider.h
Loading
Please register or sign in to comment