linux/drivers/clk/meson
Jerome Brunet d610b54f77 clk: meson: split divider and gate part of mpll
The mpll clock is a kind of fractional divider which can gate.
When the RW operation have been added, enable/disable ops have been
mistakenly inserted in this driver. These ops are essentially a
poor copy/paste of the generic gate ops.

This change removes the gate ops from the mpll driver and inserts a
generic gate clock on each mpll divider, simplifying the mpll
driver and reducing code duplication.

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
2018-03-13 10:04:03 +01:00
..
axg.c clk: meson: split divider and gate part of mpll 2018-03-13 10:04:03 +01:00
axg.h clk: meson: split divider and gate part of mpll 2018-03-13 10:04:03 +01:00
clk-audio-divider.c clk: meson: migrate the audio divider clock to clk_regmap 2018-03-13 10:04:02 +01:00
clk-cpu.c clk: meson8b: clean up cpu clocks 2016-06-22 18:02:35 -07:00
clk-mpll.c clk: meson: split divider and gate part of mpll 2018-03-13 10:04:03 +01:00
clk-pll.c clk: meson: migrate plls clocks to clk_regmap 2018-03-13 10:04:03 +01:00
clk-regmap.c clk: meson: add regmap clocks 2018-03-13 10:03:58 +01:00
clk-regmap.h clk: meson: add regmap clocks 2018-03-13 10:03:58 +01:00
clkc.h clk: meson: split divider and gate part of mpll 2018-03-13 10:04:03 +01:00
gxbb-aoclk-32k.c clk: meson: gxbb-aoclk: Add CEC 32k clock 2017-08-04 18:02:02 +02:00
gxbb-aoclk.c clk: meson: switch gxbb ao_clk to clk_regmap 2018-03-13 10:03:59 +01:00
gxbb-aoclk.h clk: meson: remove superseded aoclk_gate_regmap 2018-03-13 10:03:59 +01:00
gxbb.c clk: meson: split divider and gate part of mpll 2018-03-13 10:04:03 +01:00
gxbb.h clk: meson: split divider and gate part of mpll 2018-03-13 10:04:03 +01:00
Kconfig clk: meson: migrate gates to clk_regmap 2018-03-13 10:04:00 +01:00
Makefile clk: meson: switch gxbb ao_clk to clk_regmap 2018-03-13 10:03:59 +01:00
meson8b.c clk: meson: split divider and gate part of mpll 2018-03-13 10:04:03 +01:00
meson8b.h clk: meson: split divider and gate part of mpll 2018-03-13 10:04:03 +01:00