All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/9] ARM: shmobile: r8a73a4/ape6evm multiplatform
Date: Sat, 24 Jan 2015 07:55:33 +0000	[thread overview]
Message-ID: <20150124075532.GB4192@verge.net.au> (raw)
In-Reply-To: <15458901.vhItGblgjS@avalon>

On 金,  1月 23, 2015 at 02:26:16午後 +0200, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Friday 23 January 2015 13:23:04 Simon Horman wrote:
> > On Thu, Jan 22, 2015 at 12:39:07PM +0900, Simon Horman wrote:
> > > On Wed, Jan 21, 2015 at 10:59:27AM +0900, Simon Horman wrote:
> > >> On Tue, Jan 20, 2015 at 01:51:37PM +0100, Geert Uytterhoeven wrote:
> > >>> Hi Simon, Magnus,
> > >>> 
> > >>> This patch series transitions the r8a73a4/ape6evm platform to support
> > >>> multiplatform only:
> > >>>   - Add CCF information to DT,
> > >>>   - Disable legacy clock if CCF is used,
> > >>>   - Add Bus State Controller node, and move the Ethernet node to it,
> > >>>   - Remove ape6evm-reference,
> > >>>   - Remove ape6evm-legacy and legacy support code.
> > >>> 
> > >>> This series is based on renesas-drivers-2015-01-19-v3.19-rc5.
> > >>> It depends on renesas-devel-20150119-v3.19-rc5 (code-wise) and
> > >>> clk-shmobile-for-3.20 (functionality-wise), for which I've sent a pull
> > >>> request to Mike Turquette yesterday.
> > >>> 
> > >>> All of this was untested by me due to lack of hardware.
> > >>> As Mike had previously acked the r8a73a4 CCF implementation, it's safe
> > >>> to apply after testing.
> > >> 
> > >> Hi Geert, Hi Ulrich,
> > >> 
> > >> thanks for all your good work in getting this together.
> > >> I have tested this and queued it up for v3.21.
> > >> 
> > >> I plan to push it to my devel branch later today.
> > >> I plan to push it to my next branch and thus linux-next once
> > >> clk-shmobile-for-3.20 appears in a v3.20-rc.
> > > 
> > > For the record: Olof has asked for review comments for the BSC driver and
> > > binding patches. Accordingly I have dropped them, and these patches which
> > > depend on them, from next.
> > 
> > I have now had a chance to re-examine these patches and it seems to me that
> > the first four patches of the series not depend on the BSC driver (or
> > anything else).  With that in mind I have queued them up in a new
> > r8a73a4-ccf-for-v3.21 branch which is present in
> > renesas-devel-20150123-v3.19-rc5.
> > 
> > Please take a moment to see if what I have done makes sense to you.  In
> > particular it would be nicer if these patches could go into 'regular'
> > branches such as dt-for-v3.21 and soc-for-v3.21. However it seems to me
> > that the SoC patch "ARM: shmobile: ape6evm: Disable legacy clock
> > initialization" depends on the following two DT patche " "ARM: shmobile:
> > r8a73a4: Common clock framework DT description".
> 
> I've noticed you have dropped the following patches from your devel branch:
> 
> clk: shmobile: div6: Avoid changing divisor in .disable()
> clk: shmobile: Add r8a7793 support
> clk: shmobile: r8a7793: document CPG clock support
> clk: shmobile: r8a73a4 common clock framework implementation
> clk: shmobile: Add r8a73a4 SoC to MSTP bindings
> clk: shmobile: Add R-Car Gen2 RCAN clock support
> clk: shmobile: Add R-Car Gen2 ADSP clock support
> 
> I don't see those patches queued in Mike Turquette's CCF tree.
>
> How should they be handled, and do they need to be delayed to v3.21 ?

My understanding is that that Geert has sent a pull request to Mike for
those. And that they are targeted at v3.21 via Mike's tree.

I was (perhaps) confusingly carrying that  branch that Geert sent a pull
request for in order to allow me to queue up all of the shmobile side of
r8a73a4 multiplatform. My expectation was that the clk: shmobile changes
would be in Linus's tree before I sent a pull request for the shmobile side
of r8a73a4 multiplatform.

Using the same logic I should probably re-queue up the "clk: shmobile"
changes in my devel branch. But perhaps its best to leave them out to avoid
further confusion.

WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/9] ARM: shmobile: r8a73a4/ape6evm multiplatform
Date: Sat, 24 Jan 2015 16:55:33 +0900	[thread overview]
Message-ID: <20150124075532.GB4192@verge.net.au> (raw)
In-Reply-To: <15458901.vhItGblgjS@avalon>

On ?,  1? 23, 2015 at 02:26:16?? +0200, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Friday 23 January 2015 13:23:04 Simon Horman wrote:
> > On Thu, Jan 22, 2015 at 12:39:07PM +0900, Simon Horman wrote:
> > > On Wed, Jan 21, 2015 at 10:59:27AM +0900, Simon Horman wrote:
> > >> On Tue, Jan 20, 2015 at 01:51:37PM +0100, Geert Uytterhoeven wrote:
> > >>> Hi Simon, Magnus,
> > >>> 
> > >>> This patch series transitions the r8a73a4/ape6evm platform to support
> > >>> multiplatform only:
> > >>>   - Add CCF information to DT,
> > >>>   - Disable legacy clock if CCF is used,
> > >>>   - Add Bus State Controller node, and move the Ethernet node to it,
> > >>>   - Remove ape6evm-reference,
> > >>>   - Remove ape6evm-legacy and legacy support code.
> > >>> 
> > >>> This series is based on renesas-drivers-2015-01-19-v3.19-rc5.
> > >>> It depends on renesas-devel-20150119-v3.19-rc5 (code-wise) and
> > >>> clk-shmobile-for-3.20 (functionality-wise), for which I've sent a pull
> > >>> request to Mike Turquette yesterday.
> > >>> 
> > >>> All of this was untested by me due to lack of hardware.
> > >>> As Mike had previously acked the r8a73a4 CCF implementation, it's safe
> > >>> to apply after testing.
> > >> 
> > >> Hi Geert, Hi Ulrich,
> > >> 
> > >> thanks for all your good work in getting this together.
> > >> I have tested this and queued it up for v3.21.
> > >> 
> > >> I plan to push it to my devel branch later today.
> > >> I plan to push it to my next branch and thus linux-next once
> > >> clk-shmobile-for-3.20 appears in a v3.20-rc.
> > > 
> > > For the record: Olof has asked for review comments for the BSC driver and
> > > binding patches. Accordingly I have dropped them, and these patches which
> > > depend on them, from next.
> > 
> > I have now had a chance to re-examine these patches and it seems to me that
> > the first four patches of the series not depend on the BSC driver (or
> > anything else).  With that in mind I have queued them up in a new
> > r8a73a4-ccf-for-v3.21 branch which is present in
> > renesas-devel-20150123-v3.19-rc5.
> > 
> > Please take a moment to see if what I have done makes sense to you.  In
> > particular it would be nicer if these patches could go into 'regular'
> > branches such as dt-for-v3.21 and soc-for-v3.21. However it seems to me
> > that the SoC patch "ARM: shmobile: ape6evm: Disable legacy clock
> > initialization" depends on the following two DT patche " "ARM: shmobile:
> > r8a73a4: Common clock framework DT description".
> 
> I've noticed you have dropped the following patches from your devel branch:
> 
> clk: shmobile: div6: Avoid changing divisor in .disable()
> clk: shmobile: Add r8a7793 support
> clk: shmobile: r8a7793: document CPG clock support
> clk: shmobile: r8a73a4 common clock framework implementation
> clk: shmobile: Add r8a73a4 SoC to MSTP bindings
> clk: shmobile: Add R-Car Gen2 RCAN clock support
> clk: shmobile: Add R-Car Gen2 ADSP clock support
> 
> I don't see those patches queued in Mike Turquette's CCF tree.
>
> How should they be handled, and do they need to be delayed to v3.21 ?

My understanding is that that Geert has sent a pull request to Mike for
those. And that they are targeted at v3.21 via Mike's tree.

I was (perhaps) confusingly carrying that  branch that Geert sent a pull
request for in order to allow me to queue up all of the shmobile side of
r8a73a4 multiplatform. My expectation was that the clk: shmobile changes
would be in Linus's tree before I sent a pull request for the shmobile side
of r8a73a4 multiplatform.

Using the same logic I should probably re-queue up the "clk: shmobile"
changes in my devel branch. But perhaps its best to leave them out to avoid
further confusion.

  parent reply	other threads:[~2015-01-24  7:55 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-20 12:51 [PATCH 0/9] ARM: shmobile: r8a73a4/ape6evm multiplatform Geert Uytterhoeven
2015-01-20 12:51 ` Geert Uytterhoeven
2015-01-20 12:51 ` [PATCH 1/9] ARM: shmobile: r8a73a4: Add CPG register bits header Geert Uytterhoeven
2015-01-20 12:51   ` Geert Uytterhoeven
2015-01-20 12:51 ` [PATCH 2/9] ARM: shmobile: r8a73a4: Common clock framework DT description Geert Uytterhoeven
2015-01-20 12:51   ` Geert Uytterhoeven
2015-01-20 12:51 ` [PATCH 3/9] ARM: shmobile: ape6evm: Disable legacy clock initialization Geert Uytterhoeven
2015-01-20 12:51   ` Geert Uytterhoeven
2015-01-20 12:51 ` [PATCH 4/9] ARM: shmobile: r8a73a4: Add MSTP clock assignments to DT Geert Uytterhoeven
2015-01-20 12:51   ` Geert Uytterhoeven
2015-01-20 12:51 ` [PATCH 5/9] ARM: shmobile: r8a73a4 dtsi: Add Bus State Controller node Geert Uytterhoeven
2015-01-20 12:51   ` Geert Uytterhoeven
2015-01-20 13:04   ` Laurent Pinchart
2015-01-20 13:04     ` Laurent Pinchart
2015-01-20 12:51 ` [PATCH 6/9] ARM: shmobile: ape6evm dts: Move Ethernet node to BSC Geert Uytterhoeven
2015-01-20 12:51   ` Geert Uytterhoeven
2015-01-20 13:01   ` Laurent Pinchart
2015-01-20 13:01     ` Laurent Pinchart
2015-01-20 12:51 ` [PATCH 7/9] ARM: shmobile: ape6evm-reference: Remove board C code and DT file Geert Uytterhoeven
2015-01-20 12:51   ` Geert Uytterhoeven
2015-01-20 12:51 ` [PATCH 8/9] ARM: shmobile: r8a73a4: ape6evm: Remove legacy platform Geert Uytterhoeven
2015-01-20 12:51   ` Geert Uytterhoeven
2015-01-20 12:51 ` [PATCH 9/9] ARM: shmobile: r8a73a4: Remove legacy code Geert Uytterhoeven
2015-01-20 12:51   ` Geert Uytterhoeven
2015-01-21  1:59 ` [PATCH 0/9] ARM: shmobile: r8a73a4/ape6evm multiplatform Simon Horman
2015-01-21  1:59   ` Simon Horman
2015-01-22  3:39   ` Simon Horman
2015-01-22  3:39     ` Simon Horman
2015-01-23  4:23     ` Simon Horman
2015-01-23  4:23       ` Simon Horman
2015-01-23 10:00       ` Geert Uytterhoeven
2015-01-23 10:00         ` Geert Uytterhoeven
2015-01-23 12:26       ` Laurent Pinchart
2015-01-23 12:26         ` Laurent Pinchart
2015-01-23 12:41         ` Geert Uytterhoeven
2015-01-23 12:41           ` Geert Uytterhoeven
2015-01-24  7:55         ` Simon Horman [this message]
2015-01-24  7:55           ` Simon Horman

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=20150124075532.GB4192@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.