Emmanuel Vadot 2a3d5e3364 rk3328: Add support for this SoC
* rk_cru is a cru driver that needs to be subclassed by
  the real CRU driver
* rk_clk_pll handle the pll type clock on RockChip SoC, it's only read
  only for now.
* rk_clk_composite handle the different composite clock types (with gate,
  with mux etc ...)
* rk_clk_gate handle the RockChip gates
* rk_clk_mux handle the RockChip muxes (unused for now)
* Only clocks for supported devices are supported for now, the rest will be
  added when driver support comes
* The assigned-clock* property are not handled for now so we rely a lot on the
  bootloader to setup some initial values for some clocks.
2018-02-26 21:25:50 +00:00
..
2018-02-26 21:25:50 +00:00
2018-01-10 17:36:43 +00:00
2017-02-06 08:49:57 +00:00
2017-10-05 23:01:33 +00:00
2018-02-16 15:38:02 +00:00
2017-09-06 20:32:49 +00:00
2018-02-26 21:25:50 +00:00
2017-10-18 17:23:16 +00:00