Searched hist:f7d8caadfd2813cbada82ce9041b13c38e8e5282 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/clk/ |
H A D | clk-gate.c | diff f7d8caadfd2813cbada82ce9041b13c38e8e5282 Fri Jun 01 03:32:47 CDT 2012 Rajendra Nayak <rnayak@ti.com> 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>
|
H A D | clk-fixed-rate.c | diff f7d8caadfd2813cbada82ce9041b13c38e8e5282 Fri Jun 01 03:32:47 CDT 2012 Rajendra Nayak <rnayak@ti.com> 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>
|
H A D | clk-fixed-factor.c | diff f7d8caadfd2813cbada82ce9041b13c38e8e5282 Fri Jun 01 03:32:47 CDT 2012 Rajendra Nayak <rnayak@ti.com> 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>
|
H A D | clk-mux.c | diff f7d8caadfd2813cbada82ce9041b13c38e8e5282 Fri Jun 01 03:32:47 CDT 2012 Rajendra Nayak <rnayak@ti.com> 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>
|
H A D | clk-divider.c | diff f7d8caadfd2813cbada82ce9041b13c38e8e5282 Fri Jun 01 03:32:47 CDT 2012 Rajendra Nayak <rnayak@ti.com> 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>
|
/openbmc/linux/include/linux/ |
H A D | clk-provider.h | diff f7d8caadfd2813cbada82ce9041b13c38e8e5282 Fri Jun 01 03:32:47 CDT 2012 Rajendra Nayak <rnayak@ti.com> 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>
|