linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Patrice Chotard <patrice.chotard@st.com>
To: Stephen Boyd <sboyd@codeaurora.org>, <gabriel.fernandez@st.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>,
	Srinivas Kandagatla <srinivas.kandagatla@gmail.com>,
	Russell King <linux@armlinux.org.uk>,
	Michael Turquette <mturquette@baylibre.com>,
	Olivier Bideau <olivier.bideau@st.com>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Andrzej Hajda <a.hajda@samsung.com>,
	Pankaj Dev <pankaj.dev@st.com>,
	Dinh Nguyen <dinguyen@opensource.altera.com>,
	Arnd Bergmann <arnd@arndb.de>,
	Thierry Reding <treding@nvidia.com>, <devicetree@vger.kernel.org>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>, <kernel@stlinux.com>,
	<linux-clk@vger.kernel.org>, Lee Jones <lee.jones@linaro.org>,
	Peter Griffin <peter.griffin@linaro.org>,
	<arnaud.pouliquen@st.com>, <benjamin.gaignard@st.com>,
	<vincent.abriou@st.com>,
	Gabriel Fernandez <gabriel.fernandez@linaro.org>
Subject: Re: [PATCH v3 00/14] Clock improvement for video playback
Date: Thu, 15 Sep 2016 08:57:50 +0200	[thread overview]
Message-ID: <af43c05e-4485-d756-3362-19a76aa40307@st.com> (raw)
In-Reply-To: <20160914183620.GV7243@codeaurora.org>



On 09/14/2016 08:36 PM, Stephen Boyd wrote:
> On 08/29, gabriel.fernandez@st.com wrote:
>> From: Gabriel Fernandez <gabriel.fernandez@st.com>
>>
>> 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
> 

Hi Stephen

> The order of patches intermingles clk changes and dts changes.
> I'd prefer to not take any patches for dts through the clk tree,
> so can those be deferred to an arm-soc PR? 

No problem, i will take all DTS patches and submit a pull request to arm-soc.

Assuming that works,
> I'd just pick 1-2, and 4-6 into the clk tree and the rest can go
> on top through arm-soc.
> 

Perfect 

Thanks

  reply	other threads:[~2016-09-15  6:59 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-29 12:26 [PATCH v3 00/14] Clock improvement for video playback gabriel.fernandez
2016-08-29 12:26 ` [PATCH v3 01/14] drivers: clk: st: Remove stih415-416 clock support gabriel.fernandez
2016-09-16 23:02   ` Stephen Boyd
2016-08-29 12:26 ` [PATCH v3 02/14] drivers: clk: st: Simplify clock binding of STiH4xx platforms gabriel.fernandez
2016-09-16 23:02   ` Stephen Boyd
2016-08-29 12:26 ` [PATCH v3 03/14] ARM: DT: STiH4xx: " gabriel.fernandez
2016-09-15  7:44   ` Patrice Chotard
2016-08-29 12:26 ` [PATCH v3 04/14] drivers: clk: st: Add fs660c32 synthesizer algorithm gabriel.fernandez
2016-09-16 23:03   ` Stephen Boyd
2016-08-29 12:26 ` [PATCH v3 05/14] drivers: clk: st: Add clock propagation for audio clocks gabriel.fernandez
2016-09-16 23:03   ` Stephen Boyd
2016-08-29 12:26 ` [PATCH v3 06/14] drivers: clk: st: Handle clk synchronous mode for video clocks gabriel.fernandez
2016-08-29 12:26 ` [PATCH v3 07/14] ARM: DT: STiH407: Enable clock propagation for audio clocks gabriel.fernandez
2016-09-15  7:46   ` Patrice Chotard
2016-08-29 12:27 ` [PATCH v3 08/14] ARM: DT: STiH410: " gabriel.fernandez
2016-09-15  7:47   ` Patrice Chotard
2016-08-29 12:27 ` [PATCH v3 09/14] ARM: DT: STiH418: " gabriel.fernandez
2016-09-15  7:47   ` Patrice Chotard
2016-08-29 12:27 ` [PATCH v3 10/14] ARM: DT: STiH407: Enable synchronous clock mode for video clocks gabriel.fernandez
2016-09-15  7:47   ` Patrice Chotard
2016-08-29 12:27 ` [PATCH v3 11/14] ARM: DT: STiH410: " gabriel.fernandez
2016-09-15  7:47   ` Patrice Chotard
2016-08-29 12:27 ` [PATCH v3 12/14] ARM: DT: STiH418: " gabriel.fernandez
2016-09-15  7:47   ` Patrice Chotard
2016-08-29 12:27 ` [PATCH v3 13/14] ARM: DT: STi: STiH407: clock configuration to address 720p and 1080p gabriel.fernandez
2016-09-15  7:47   ` Patrice Chotard
2016-08-29 12:27 ` [PATCH v3 14/14] ARM: DT: STi: STiH410: " gabriel.fernandez
2016-09-15  7:48   ` Patrice Chotard
2016-09-05 13:20 ` [PATCH v3 00/14] Clock improvement for video playback Patrice Chotard
2016-09-14 18:36 ` Stephen Boyd
2016-09-15  6:57   ` Patrice Chotard [this message]
2016-09-15 11:42     ` Patrice Chotard
2016-09-15  7:47   ` Gabriel Fernandez

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=af43c05e-4485-d756-3362-19a76aa40307@st.com \
    --to=patrice.chotard@st.com \
    --cc=a.hajda@samsung.com \
    --cc=arnaud.pouliquen@st.com \
    --cc=arnd@arndb.de \
    --cc=benjamin.gaignard@st.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dinguyen@opensource.altera.com \
    --cc=gabriel.fernandez@linaro.org \
    --cc=gabriel.fernandez@st.com \
    --cc=galak@codeaurora.org \
    --cc=geert+renesas@glider.be \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=kernel@stlinux.com \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=mturquette@baylibre.com \
    --cc=olivier.bideau@st.com \
    --cc=pankaj.dev@st.com \
    --cc=peter.griffin@linaro.org \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=srinivas.kandagatla@gmail.com \
    --cc=treding@nvidia.com \
    --cc=vincent.abriou@st.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).