All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Simon Horman <horms@verge.net.au>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Magnus Damm <magnus.damm@gmail.com>,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Kevin Hilman <khilman@kernel.org>,
	Ulf Hansson <ulf.hansson@linaro.org>,
	linux-renesas-soc@vger.kernel.org,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Linux PM list <linux-pm@vger.kernel.org>
Subject: Re: [PATCH v6 00/11] soc: renesas: Add R-Car SYSC PM Domain Support
Date: Fri, 22 Apr 2016 07:12:23 +0300	[thread overview]
Message-ID: <1810583.ixTcHKGr3L@avalon> (raw)
In-Reply-To: <20160422003310.GE25416@verge.net.au>

Hi Simon,

On Friday 22 Apr 2016 10:33:11 Simon Horman wrote:
> On Thu, Apr 21, 2016 at 05:14:40PM +0200, Geert Uytterhoeven wrote:
> > On Thu, Apr 21, 2016 at 5:28 AM, Simon Horman <horms@verge.net.au> wrote:
> > > On Wed, Apr 20, 2016 at 02:02:35PM +0200, Geert Uytterhoeven wrote:
> > >> This patch series introduces a DT-based driver for the R-Car System
> > >> Controller, as found on Renesas R-Car H1, R-Car Gen2, and R-Car Gen3
> > >> SoCs.
> > >> 
> > >> This is a dependency for the enablement of DU and VSP on R-Car H3, as
> > >> the VSPs are located in a PM Domain.
> > 
> > [...]
> > 
> > >> Dependencies:
> > >>   - clk-renesas-for-v4.7 (which now includes "[PATCH v2 0/4] clk:
> > >>     renesas: R-Car SYSC PM Domain Preparation"; pull request sent),
> > >>   
> > >>   - renesas-devel-20160420-v4.6-rc4 (which already contains series
> > >>   
> > >>     "[PATCH v5 0/7] PM / Domains: Add DT bindings for the R-Car System
> > >>     Controller").
> > >> 
> > >> I won't be resending follow-up series "[PATCH v5 00/12] ARM/arm64: dts:
> > >> rcar: Add SYSC PM domains" for now, as it's unchanged, except for an
> > >> ugly rebase due to dropping the commits to reference both DMA
> > >> controllers on R-Car Gen2.
> > >> 
> > >> For your convenience, I've pushed this, incl. all dependencies, to the
> > >> topic/rcar-sysc-pd-v6 branch of
> > >> git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git
> > >> .
> > >> Integration with renesas-drivers-2016-04-12-v4.6-rc3 is available in
> > >> the
> > >> topic/gen3-latest branch.
> > >> 
> > >> This has been tested on r8a7779/marzen, r8a7790/lager, r8a7791/koelsch,
> > >> r8a7794/alt, and r8a7795/salvator-x.
> > >> 
> > >> Thanks!
> > > 
> > > Thanks. I am not planning to queue these up at this point.
> > > Let me know if that is not what you expected.
> > 
> > As the clock maintainers has merged the preparatory clock work, and pushed
> > 
> > it out into clk-next, you can now:
> >   1. Pull the preparatory clock work in your tree, i.e. pull from:
> >         git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-driver
> >         s.git
> > 
> > tags/clk-renesas-for-v4.7-tag2
> 
> To my mind I need some kind of assurance from the clk maintainers that the
> patches are stable there - in particular that the commit ids won't change.
> And that both they and the ARM-SoC maintainers are happy with me pulling
> it into my tree for this purpose.
> 
> I do wonder, as we are almost at the closing point for queuing up changes
> for v4.7 if, assuming the above patches are scheduled for inclusion in
> v4.7-rc1, it might not be better for me to queue up this series for v4.8.

Then that would delay a bunch of multimedia patch by one more kernel cycle, 
which I was hoping to avoid.

> I could do that sooner rather than later in the devel branch of the renesas
> tree if you like.
> 
> >   2. Apply this series.
> > 
> > After that,
> > 
> >   3. I will rebase and update "[PATCH v5 00/12] ARM/arm64: dts: rcar: Add
> >   SYSC>   
> >      PM domains" to match your current dt-for-v4.7 and arm64-dt-for-v4.7
> >      (for
> >      dmas/dma-names changes and recently added mmc and sdhi nodes),
> >      and send it out,
> >   
> >   4. You can apply it to a branch containing all of the above as
> >   prerequisites.> 
> > Is that OK for you?

-- 
Regards,

Laurent Pinchart


WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 00/11] soc: renesas: Add R-Car SYSC PM Domain Support
Date: Fri, 22 Apr 2016 07:12:23 +0300	[thread overview]
Message-ID: <1810583.ixTcHKGr3L@avalon> (raw)
In-Reply-To: <20160422003310.GE25416@verge.net.au>

Hi Simon,

On Friday 22 Apr 2016 10:33:11 Simon Horman wrote:
> On Thu, Apr 21, 2016 at 05:14:40PM +0200, Geert Uytterhoeven wrote:
> > On Thu, Apr 21, 2016 at 5:28 AM, Simon Horman <horms@verge.net.au> wrote:
> > > On Wed, Apr 20, 2016 at 02:02:35PM +0200, Geert Uytterhoeven wrote:
> > >> This patch series introduces a DT-based driver for the R-Car System
> > >> Controller, as found on Renesas R-Car H1, R-Car Gen2, and R-Car Gen3
> > >> SoCs.
> > >> 
> > >> This is a dependency for the enablement of DU and VSP on R-Car H3, as
> > >> the VSPs are located in a PM Domain.
> > 
> > [...]
> > 
> > >> Dependencies:
> > >>   - clk-renesas-for-v4.7 (which now includes "[PATCH v2 0/4] clk:
> > >>     renesas: R-Car SYSC PM Domain Preparation"; pull request sent),
> > >>   
> > >>   - renesas-devel-20160420-v4.6-rc4 (which already contains series
> > >>   
> > >>     "[PATCH v5 0/7] PM / Domains: Add DT bindings for the R-Car System
> > >>     Controller").
> > >> 
> > >> I won't be resending follow-up series "[PATCH v5 00/12] ARM/arm64: dts:
> > >> rcar: Add SYSC PM domains" for now, as it's unchanged, except for an
> > >> ugly rebase due to dropping the commits to reference both DMA
> > >> controllers on R-Car Gen2.
> > >> 
> > >> For your convenience, I've pushed this, incl. all dependencies, to the
> > >> topic/rcar-sysc-pd-v6 branch of
> > >> git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git
> > >> .
> > >> Integration with renesas-drivers-2016-04-12-v4.6-rc3 is available in
> > >> the
> > >> topic/gen3-latest branch.
> > >> 
> > >> This has been tested on r8a7779/marzen, r8a7790/lager, r8a7791/koelsch,
> > >> r8a7794/alt, and r8a7795/salvator-x.
> > >> 
> > >> Thanks!
> > > 
> > > Thanks. I am not planning to queue these up at this point.
> > > Let me know if that is not what you expected.
> > 
> > As the clock maintainers has merged the preparatory clock work, and pushed
> > 
> > it out into clk-next, you can now:
> >   1. Pull the preparatory clock work in your tree, i.e. pull from:
> >         git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-driver
> >         s.git
> > 
> > tags/clk-renesas-for-v4.7-tag2
> 
> To my mind I need some kind of assurance from the clk maintainers that the
> patches are stable there - in particular that the commit ids won't change.
> And that both they and the ARM-SoC maintainers are happy with me pulling
> it into my tree for this purpose.
> 
> I do wonder, as we are almost at the closing point for queuing up changes
> for v4.7 if, assuming the above patches are scheduled for inclusion in
> v4.7-rc1, it might not be better for me to queue up this series for v4.8.

Then that would delay a bunch of multimedia patch by one more kernel cycle, 
which I was hoping to avoid.

> I could do that sooner rather than later in the devel branch of the renesas
> tree if you like.
> 
> >   2. Apply this series.
> > 
> > After that,
> > 
> >   3. I will rebase and update "[PATCH v5 00/12] ARM/arm64: dts: rcar: Add
> >   SYSC>   
> >      PM domains" to match your current dt-for-v4.7 and arm64-dt-for-v4.7
> >      (for
> >      dmas/dma-names changes and recently added mmc and sdhi nodes),
> >      and send it out,
> >   
> >   4. You can apply it to a branch containing all of the above as
> >   prerequisites.> 
> > Is that OK for you?

-- 
Regards,

Laurent Pinchart

  reply	other threads:[~2016-04-22  4:12 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-20 12:02 [PATCH v6 00/11] soc: renesas: Add R-Car SYSC PM Domain Support Geert Uytterhoeven
2016-04-20 12:02 ` Geert Uytterhoeven
2016-04-20 12:02 ` [PATCH v6 01/11] soc: renesas: Move pm-rcar to drivers/soc/renesas/rcar-sysc Geert Uytterhoeven
2016-04-20 12:02   ` Geert Uytterhoeven
2016-04-20 12:02 ` [PATCH v6 02/11] soc: renesas: rcar-sysc: Improve rcar_sysc_power() debug info Geert Uytterhoeven
2016-04-20 12:02   ` Geert Uytterhoeven
2016-04-20 12:02 ` [PATCH v6 03/11] soc: renesas: rcar-sysc: Add DT support for SYSC PM domains Geert Uytterhoeven
2016-04-20 12:02   ` Geert Uytterhoeven
2016-04-20 13:59   ` Laurent Pinchart
2016-04-20 13:59     ` Laurent Pinchart
2016-04-22  7:21   ` Ulf Hansson
2016-04-22  7:21     ` Ulf Hansson
2016-04-20 12:02 ` [PATCH v6 04/11] soc: renesas: rcar-sysc: Make rcar_sysc_power_is_off() static Geert Uytterhoeven
2016-04-20 12:02   ` Geert Uytterhoeven
2016-04-20 12:02 ` [PATCH v6 05/11] soc: renesas: rcar-sysc: Enable Clock Domain for I/O devices Geert Uytterhoeven
2016-04-20 12:02   ` Geert Uytterhoeven
2016-04-22  7:28   ` Ulf Hansson
2016-04-22  7:28     ` Ulf Hansson
2016-04-22  7:59     ` Geert Uytterhoeven
2016-04-22  7:59       ` Geert Uytterhoeven
2016-04-25  8:30       ` Ulf Hansson
2016-04-25  8:30         ` Ulf Hansson
2016-04-20 12:02 ` [PATCH v6 06/11] soc: renesas: rcar-sysc: Add support for R-Car H1 power areas Geert Uytterhoeven
2016-04-20 12:02   ` Geert Uytterhoeven
2016-04-20 12:02 ` [PATCH v6 07/11] soc: renesas: rcar-sysc: Add support for R-Car H2 " Geert Uytterhoeven
2016-04-20 12:02   ` Geert Uytterhoeven
2016-04-20 12:02 ` [PATCH v6 08/11] soc: renesas: rcar-sysc: Add support for R-Car M2-W " Geert Uytterhoeven
2016-04-20 12:02   ` Geert Uytterhoeven
2016-04-20 12:02 ` [PATCH v6 09/11] soc: renesas: rcar-sysc: Add support for R-Car M2-N " Geert Uytterhoeven
2016-04-20 12:02   ` Geert Uytterhoeven
2016-04-20 12:02 ` [PATCH v6 10/11] soc: renesas: rcar-sysc: Add support for R-Car E2 " Geert Uytterhoeven
2016-04-20 12:02   ` Geert Uytterhoeven
2016-04-20 12:02 ` [PATCH v6 11/11] soc: renesas: rcar-sysc: Add support for R-Car H3 " Geert Uytterhoeven
2016-04-20 12:02   ` Geert Uytterhoeven
2016-04-21  3:28 ` [PATCH v6 00/11] soc: renesas: Add R-Car SYSC PM Domain Support Simon Horman
2016-04-21  3:28   ` Simon Horman
2016-04-21 15:14   ` Geert Uytterhoeven
2016-04-21 15:14     ` Geert Uytterhoeven
2016-04-22  0:33     ` Simon Horman
2016-04-22  0:33       ` Simon Horman
2016-04-22  4:12       ` Laurent Pinchart [this message]
2016-04-22  4:12         ` Laurent Pinchart
2016-04-22  8:15         ` Simon Horman
2016-04-22  8:15           ` Simon Horman
2016-04-23  0:30           ` Laurent Pinchart
2016-04-23  0:30             ` Laurent Pinchart
2016-04-22  7:02       ` Geert Uytterhoeven
2016-04-22  7:02         ` Geert Uytterhoeven

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=1810583.ixTcHKGr3L@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=geert+renesas@glider.be \
    --cc=geert@linux-m68k.org \
    --cc=horms@verge.net.au \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=rjw@rjwysocki.net \
    --cc=ulf.hansson@linaro.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.