Hoan Tran 1a85b50bef clk: xgene: Add PMD clock
Add X-Gene PMD clock support.

PMD clock is implemented for a single register field.
  Output rate = parent_rate * (denominator - scale) / denominator
with
  - denominator = bitmask of register field + 1
  - scale = values of register field

For example, for bitmask is 0x7, denominator will be 8 and scale
will be computed and programmed accordingly.

Signed-off-by: Hoan Tran <hotran@apm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2016-09-14 13:54:35 -07:00
..
2016-03-02 17:44:59 -08:00
2016-04-15 16:50:04 -07:00
2016-03-02 17:46:55 -08:00
2016-09-14 11:10:15 -07:00
2016-08-01 18:37:45 -04:00
2016-07-12 11:24:07 +02:00
2016-09-14 13:50:33 -07:00
2016-03-02 17:48:26 -08:00
2016-07-06 17:55:31 -07:00
2016-09-14 13:54:35 -07:00