Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1402813 > unrolled thread
| Started by | Gabriel Fernandez <gabriel.fernandez@linaro.org> |
|---|---|
| First post | 2016-05-18 10:50 +0200 |
| Last post | 2016-05-24 09:50 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 00/11] Clock improvement for video playback Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2016-05-18 10:50 +0200
[PATCH 05/11] ARM: DT: STiH410: Add compatibility string on clkgend0 for audio clocks Gabriel Fernandez <gabriel.fernandez@linaro.org> - 2016-05-18 10:50 +0200
Re: [PATCH 00/11] Clock improvement for video playback Arnaud Pouliquen <arnaud.pouliquen@st.com> - 2016-05-24 09:50 +0200
| From | Gabriel Fernandez <gabriel.fernandez@linaro.org> |
|---|---|
| Date | 2016-05-18 10:50 +0200 |
| Subject | [PATCH 00/11] Clock improvement for video playback |
| Message-ID | <rA5kZ-87e-3@gated-at.bofh.it> |
This serie allows to increase video resolutions and make audio
adjustment during a video playback.
Gabriel Fernandez (11):
drivers: clk: st: Add fs660c32 synthesizer algorithm
drivers: clk: st: Add clock propagation for audio clocks
drivers: clk: st: Handle clkgenD2 clk synchronous mode
ARM: DT: STiH407: Add compatibility string on clkgend0 for audio
clocks
ARM: DT: STiH410: Add compatibility string on clkgend0 for audio
clocks
ARM: DT: STiH418: Add compatibility string on clkgend0 for audio
clocks
ARM: DT: STiH407: Enable synchronous clock mode on clkgend2
ARM: DT: STiH410: Enable synchronous clock mode on clkgend2
ARM: DT: STiH418: Enable synchronous clock mode on clkgend2
ARM: DT: STi: STiH407: clock configuration to address 720p and 1080p
ARM: DT: STi: STiH410: clock configuration to address 720p and 1080p
.../devicetree/bindings/clock/st/st,flexgen.txt | 3 +
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 | 159 +++++++++++++++------
8 files changed, 211 insertions(+), 56 deletions(-)
--
1.9.1
[toc] | [next] | [standalone]
| From | Gabriel Fernandez <gabriel.fernandez@linaro.org> |
|---|---|
| Date | 2016-05-18 10:50 +0200 |
| Subject | [PATCH 05/11] ARM: DT: STiH410: Add compatibility string on clkgend0 for audio clocks |
| Message-ID | <rA5l1-87e-33@gated-at.bofh.it> |
| In reply to | #1402813 |
This patch is used in the clock driver to apply a clock propagation
flag on the audio clocks of STiH410
Signed-off-by: Olivier Bideau <olivier.bideau@st.com>
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org>
---
arch/arm/boot/dts/stih410-clock.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/stih410-clock.dtsi b/arch/arm/boot/dts/stih410-clock.dtsi
index d1f2aca..c265e54 100644
--- a/arch/arm/boot/dts/stih410-clock.dtsi
+++ b/arch/arm/boot/dts/stih410-clock.dtsi
@@ -226,7 +226,7 @@
clk_s_d0_flexgen: clk-s-d0-flexgen {
#clock-cells = <1>;
- compatible = "st,flexgen";
+ compatible = "st,stih407-clkgend0", "st,flexgen";
clocks = <&clk_s_d0_quadfs 0>,
<&clk_s_d0_quadfs 1>,
--
1.9.1
[toc] | [prev] | [next] | [standalone]
| From | Arnaud Pouliquen <arnaud.pouliquen@st.com> |
|---|---|
| Date | 2016-05-24 09:50 +0200 |
| Message-ID | <rCfge-pB-13@gated-at.bofh.it> |
| In reply to | #1402813 |
Hello Gabriel, Tested with success on stih407 family platforms Reviewed-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Tested-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Regards Arnaud On 05/18/2016 10:41 AM, Gabriel Fernandez wrote: > This serie allows to increase video resolutions and make audio > adjustment during a video playback. > > Gabriel Fernandez (11): > drivers: clk: st: Add fs660c32 synthesizer algorithm > drivers: clk: st: Add clock propagation for audio clocks > drivers: clk: st: Handle clkgenD2 clk synchronous mode > ARM: DT: STiH407: Add compatibility string on clkgend0 for audio > clocks > ARM: DT: STiH410: Add compatibility string on clkgend0 for audio > clocks > ARM: DT: STiH418: Add compatibility string on clkgend0 for audio > clocks > ARM: DT: STiH407: Enable synchronous clock mode on clkgend2 > ARM: DT: STiH410: Enable synchronous clock mode on clkgend2 > ARM: DT: STiH418: Enable synchronous clock mode on clkgend2 > ARM: DT: STi: STiH407: clock configuration to address 720p and 1080p > ARM: DT: STi: STiH410: clock configuration to address 720p and 1080p > > .../devicetree/bindings/clock/st/st,flexgen.txt | 3 + > 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 | 159 +++++++++++++++------ > 8 files changed, 211 insertions(+), 56 deletions(-) >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web