Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clk: axis: Use new macro CLK_OF_DECLARE_DRIVER | Ricardo Ribalda Delgado | 2016-08-12 | 1 | -2/+2 |
| | | | | | | | | | | This driver initializes a clock provider via of_artpec6_clkctrl_setup and then continues the initialization on artpec6_clkctrl_probe. Use the new macro to notify the clk subsystem about this behaviour. Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> | ||||
* | clk: add artpec-6 clock controller | Lars Persson | 2016-04-15 | 2 | -0/+243 |
Add a driver for the main clock controller of the Artpec-6 Soc. Signed-off-by: Lars Persson <larper@axis.com> [sboyd@codeaurora.org: Reformatted driver structure and of match] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> |