Age | Commit message (Collapse) | Author | Files | Lines |
|
Now that clk_{readl,writel} is just an alias for {readl,writel}, we can
switch all users of clk_* to use the accessors directly and remove the
helpers.
Signed-off-by: Jonas Gorski <[email protected]>
[[email protected]: Also convert renesas file so that this can be
compile independently]
Signed-off-by: Stephen Boyd <[email protected]>
|
|
This flag doesn't look to be used by any code, just set in various clk
init structures and then never tested again. Remove it from these
drivers as it doesn't provide any benefit.
Cc: Jiancheng Xue <[email protected]>
Cc: Leo Yan <[email protected]>
Cc: Jianguo Sun <[email protected]>
Cc: Wei Yongjun <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
|
|
Sparse rightfully complains:
drivers/clk/hisilicon/clk-hisi-phase.c:88:22: warning: symbol 'clk_phase_ops' was not declared. Should it be static?
drivers/clk/hisilicon/clk-hisi-phase.c:88:22: warning: symbol 'clk_phase_ops' was not declared. Should it be static?
Signed-off-by: Stephen Boyd <[email protected]>
|
|
Add a phase clock type for HiSilicon SoCs,which supports
clk_set_phase operation.
Signed-off-by: tianshuliang <[email protected]>
Signed-off-by: Jiancheng Xue <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
|