From: Gabriel Fernandez <gabriel.fernandez@xxxxxx> v3: - Rebase to v4.8-rc1 - Tipo fix in st,clkgen-pll.txt - Add Ack of Peter for the series - Add missed patch: "ARM: DT: STiH4xx: Simplify clock binding of STiH4xx platforms" v2: - Simpliflication of clock binding remark from Rob https://lkml.org/lkml/2016/5/25/492 - Suppression of stih415-416 support for the clocks (in order to help simplification of clock binding) (others patchs for the machine and drivers will come) This serie allows to increase video resolutions and make audio adjustment during a video playback. Gabriel Fernandez (14): drivers: clk: st: Remove stih415-416 clock support drivers: clk: st: Simplify clock binding of STiH4xx platforms ARM: DT: STiH4xx: Simplify clock binding of STiH4xx platforms drivers: clk: st: Add fs660c32 synthesizer algorithm drivers: clk: st: Add clock propagation for audio clocks drivers: clk: st: Handle clk synchronous mode for video clocks ARM: DT: STiH407: Enable clock propagation for audio clocks ARM: DT: STiH410: Enable clock propagation for audio clocks ARM: DT: STiH418: Enable clock propagation for audio clocks ARM: DT: STiH407: Enable synchronous clock mode for video clocks ARM: DT: STiH410: Enable synchronous clock mode for video clocks ARM: DT: STiH418: Enable synchronous clock mode for video clocks ARM: DT: STi: STiH407: clock configuration to address 720p and 1080p ARM: DT: STi: STiH410: clock configuration to address 720p and 1080p .../bindings/clock/st/st,clkgen-divmux.txt | 49 -- .../devicetree/bindings/clock/st/st,clkgen-mux.txt | 20 +- .../devicetree/bindings/clock/st/st,clkgen-pll.txt | 35 +- .../bindings/clock/st/st,clkgen-prediv.txt | 36 - .../devicetree/bindings/clock/st/st,clkgen-vcc.txt | 61 -- .../devicetree/bindings/clock/st/st,clkgen.txt | 54 +- .../devicetree/bindings/clock/st/st,flexgen.txt | 4 + .../devicetree/bindings/clock/st/st,quadfs.txt | 31 +- arch/arm/boot/dts/stih407-clock.dtsi | 22 +- arch/arm/boot/dts/stih407.dtsi | 16 +- arch/arm/boot/dts/stih410-clock.dtsi | 20 +- arch/arm/boot/dts/stih410.dtsi | 16 +- arch/arm/boot/dts/stih418-clock.dtsi | 20 +- drivers/clk/st/clk-flexgen.c | 63 +- drivers/clk/st/clkgen-fsyn.c | 481 ++++--------- drivers/clk/st/clkgen-mux.c | 748 +-------------------- drivers/clk/st/clkgen-pll.c | 472 +------------ 17 files changed, 323 insertions(+), 1825 deletions(-) delete mode 100644 Documentation/devicetree/bindings/clock/st/st,clkgen-divmux.txt delete mode 100644 Documentation/devicetree/bindings/clock/st/st,clkgen-prediv.txt delete mode 100644 Documentation/devicetree/bindings/clock/st/st,clkgen-vcc.txt -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html