Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1475517
| From | Hoan Tran <hotran@apm.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] clk: xgene: Add PMD clock support |
| Date | 2016-09-03 02:50 +0200 |
| Message-ID | <sd7jI-6AD-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 = value of register field For example, for bitmask is 0x7, denominator will be 8 and scale will be computed and programmed accordingly. v2 * Imply clock shift and width by the compatible string as Rob's comments v1 * Initial Hoan Tran (3): Documentation: dtb: xgene: Add PMD clock binding clk: xgene: Add PMD clock arm64: dts: xgene: Add DT node for APM X-Gene 2 CPU clocks Documentation/devicetree/bindings/clock/xgene.txt | 18 ++ arch/arm64/boot/dts/apm/apm-shadowcat.dtsi | 56 ++++++ drivers/clk/clk-xgene.c | 221 ++++++++++++++++++++++ 3 files changed, 295 insertions(+) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] clk: xgene: Add PMD clock support Hoan Tran <hotran@apm.com> - 2016-09-03 02:50 +0200 [PATCH v2 1/3] Documentation: dtb: xgene: Add PMD clock binding Hoan Tran <hotran@apm.com> - 2016-09-03 02:50 +0200 [PATCH v2 2/3] clk: xgene: Add PMD clock Hoan Tran <hotran@apm.com> - 2016-09-03 02:50 +0200
csiph-web