Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-22 | clk: imx: Explicitly include bits.h | Anson Huang | 1 | -0/+1 | |
It is better to explicitly include the required header file rather then get it through some recursive include. Signed-off-by: Anson Huang <[email protected]> Acked-by: Stephen Boyd <[email protected]> Signed-off-by: Shawn Guo <[email protected]> | |||||
2019-12-11 | clk: imx: imx7ulp composite: Rename to show is clk_hw based | Abel Vesa | 1 | -1/+1 | |
Renaming the imx7ulp_clk_composite register function to imx7ulp_clk_hw_composite to show it is clk_hw based. Signed-off-by: Abel Vesa <[email protected]> Reviewed-by: Peng Fan <[email protected]> Signed-off-by: Shawn Guo <[email protected]> | |||||
2018-12-03 | clk: imx: add imx7ulp composite clk support | A.s. Dong | 1 | -0/+87 | |
The imx composite clk is designed for Peripheral Clock Control (PCC) module observed in IMX ULP SoC series. NOTE pcc can only be operated when clk is gated. Cc: Stephen Boyd <[email protected]> Cc: Michael Turquette <[email protected]> Cc: Shawn Guo <[email protected]> Cc: Anson Huang <[email protected]> Cc: Bai Ping <[email protected]> Signed-off-by: Dong Aisheng <[email protected]> [[email protected]: Include clk.h for sparse warnings] Signed-off-by: Stephen Boyd <[email protected]> |