summaryrefslogtreecommitdiffstats
path: root/Documentation/dontdiff
diff options
context:
space:
mode:
authorJerome Brunet2018-02-12 15:58:42 +0100
committerNeil Armstrong2018-03-13 10:04:03 +0100
commit722825dcd54b2e427c1aee54a7992eb4ab04a49d (patch)
tree5abe9c46643a0681d86e24f214816a8ffb911fa3 /Documentation/dontdiff
parentclk: meson: migrate the audio divider clock to clk_regmap (diff)
downloadkernel-qcow2-linux-722825dcd54b2e427c1aee54a7992eb4ab04a49d.tar.gz
kernel-qcow2-linux-722825dcd54b2e427c1aee54a7992eb4ab04a49d.tar.xz
kernel-qcow2-linux-722825dcd54b2e427c1aee54a7992eb4ab04a49d.zip
clk: meson: migrate plls clocks to clk_regmap
Rework meson pll driver to use clk_regmap and move meson8b, gxbb and axg's clock using meson_clk_pll to clk_regmap. This rework is not just about clk_regmap, there a serious clean-up of the driver code: * Add lock and reset field: Previously inferred from the n field. * Simplify the reset logic: Code seemed to apply reset differently but in fact it was always the same -> assert reset, apply params, de-assert reset. The 2 lock checking loops have been kept for now, as they seem to be necessary. * Do the sequence of init register pokes only at .init() instead of in .set_rate(). Redoing the init on every set_rate() is not necessary Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'Documentation/dontdiff')
0 files changed, 0 insertions, 0 deletions