Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1423851
| From | Gabriel Fernandez <gabriel.fernandez@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [RESEND PATCH v2 00/13] Clock improvement for video playback |
| Date | 2016-06-16 11:30 +0200 |
| Message-ID | <rKBMB-6A6-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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 (13):
drivers: clk: st: Remove stih415-416 clock support
drivers: clk: st: 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 | 4 +-
arch/arm/boot/dts/stih407.dtsi | 16 +-
arch/arm/boot/dts/stih410-clock.dtsi | 4 +-
arch/arm/boot/dts/stih410.dtsi | 16 +-
arch/arm/boot/dts/stih418-clock.dtsi | 4 +-
drivers/clk/st/clk-flexgen.c | 61 +-
drivers/clk/st/clkgen-fsyn.c | 481 ++++---------
drivers/clk/st/clkgen-mux.c | 748 +--------------------
drivers/clk/st/clkgen-pll.c | 470 +------------
17 files changed, 297 insertions(+), 1797 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[RESEND PATCH v2 00/13] Clock improvement for video playback Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2016-06-16 11:30 +0200
[RESEND PATCH v2 11/13] ARM: DT: STiH418: Enable synchronous clock mode for video clocks Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2016-06-16 11:30 +0200
[RESEND PATCH v2 13/13] ARM: DT: STi: STiH410: clock configuration to address 720p and 1080p Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2016-06-16 11:30 +0200
[RESEND PATCH v2 02/13] drivers: clk: st: Simplify clock binding of STiH4xx platforms Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2016-06-16 11:30 +0200
Re: [RESEND PATCH v2 02/13] drivers: clk: st: Simplify clock binding of STiH4xx platforms Rob Herring <robh@kernel.org> - 2016-06-19 17:30 +0200
Re: [RESEND PATCH v2 02/13] drivers: clk: st: Simplify clock binding of STiH4xx platforms Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2016-06-20 09:40 +0200
Re: [RESEND PATCH v2 01/13] drivers: clk: st: Remove stih415-416 clock support Rob Herring <robh@kernel.org> - 2016-06-19 17:00 +0200
csiph-web