Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3] soc: renesas: Identify R-Car M3-W ES1.1
       [not found] ` <1509384599-28953-3-git-send-email-geert+renesas@glider.be>
@ 2017-11-01  8:42   ` Simon Horman
  2017-11-10  9:26     ` Simon Horman
  0 siblings, 1 reply; 5+ messages in thread
From: Simon Horman @ 2017-11-01  8:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 30, 2017 at 06:29:58PM +0100, Geert Uytterhoeven wrote:
> The Product Register of R-Car M3-W ES1.1 incorrectly identifies the SoC
> revision as ES2.0.  Add a workaround to fix this.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Is it already known how future revisions will be identified?

I'd like there to be some sort of conclusion to that discussion before
applying that patch (I seem to recall we discussed it some time ago
but I don't recall the outcome). The reason that I am being cautious here
is that it potentially has implications for old-kernel/new-SoC compatibility
which may be hard to fix later.

I am happy to apply the other patches in the series if you think that is
worthwhile.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/3] ARM: shmobile: Document Renesas M3-W-based Salvator-XS board DT bindings
       [not found] ` <1509384599-28953-2-git-send-email-geert+renesas@glider.be>
@ 2017-11-01 21:49   ` Rob Herring
  2017-11-02  7:58     ` Simon Horman
  0 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2017-11-01 21:49 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 30, 2017 at 06:29:57PM +0100, Geert Uytterhoeven wrote:
> The Renesas Salvator-XS (Salvator-X 2nd version) development board can
> be equipped with either an R-Car H3 ES2.0 or M3-W ES1.x SiP, which are
> pin-compatible.
> 
> Document board part number and compatible values for the version with
> R-Car M3-W.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
>  Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/3] ARM: shmobile: Document Renesas M3-W-based Salvator-XS board DT bindings
  2017-11-01 21:49   ` [PATCH 1/3] ARM: shmobile: Document Renesas M3-W-based Salvator-XS board DT bindings Rob Herring
@ 2017-11-02  7:58     ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2017-11-02  7:58 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 01, 2017 at 04:49:04PM -0500, Rob Herring wrote:
> On Mon, Oct 30, 2017 at 06:29:57PM +0100, Geert Uytterhoeven wrote:
> > The Renesas Salvator-XS (Salvator-X 2nd version) development board can
> > be equipped with either an R-Car H3 ES2.0 or M3-W ES1.x SiP, which are
> > pin-compatible.
> > 
> > Document board part number and compatible values for the version with
> > R-Car M3-W.
> > 
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> >  Documentation/devicetree/bindings/arm/shmobile.txt | 2 ++
> >  1 file changed, 2 insertions(+)
> 
> Acked-by: Rob Herring <robh@kernel.org>

Thanks, applied.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 2/3] soc: renesas: Identify R-Car M3-W ES1.1
  2017-11-01  8:42   ` [PATCH 2/3] soc: renesas: Identify R-Car M3-W ES1.1 Simon Horman
@ 2017-11-10  9:26     ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2017-11-10  9:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Nov 01, 2017 at 09:42:38AM +0100, Simon Horman wrote:
> On Mon, Oct 30, 2017 at 06:29:58PM +0100, Geert Uytterhoeven wrote:
> > The Product Register of R-Car M3-W ES1.1 incorrectly identifies the SoC
> > revision as ES2.0.  Add a workaround to fix this.
> > 
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > ---
> > Is it already known how future revisions will be identified?
> 
> I'd like there to be some sort of conclusion to that discussion before
> applying that patch (I seem to recall we discussed it some time ago
> but I don't recall the outcome). The reason that I am being cautious here
> is that it potentially has implications for old-kernel/new-SoC compatibility
> which may be hard to fix later.
> 
> I am happy to apply the other patches in the series if you think that is
> worthwhile.

After some discussion off-list I am now satisfied that the approach you
have taken - to special case as identifying ES1.1 as what would otherwise
be identified ES2.0 - is not likely to cause problems with future SoC
releases.

I have applied this patch for v4.16.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 3/3] arm64: dts: renesas: Add support for Salvator-XS with R-Car M3-W
       [not found] ` <1509384599-28953-4-git-send-email-geert+renesas@glider.be>
@ 2017-11-10  9:30   ` Simon Horman
  0 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2017-11-10  9:30 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 30, 2017 at 06:29:59PM +0100, Geert Uytterhoeven wrote:
> Add initial support for the Renesas Salvator-XS (Salvator-X 2nd version)
> development board equipped with an R-Car M3-W SiP.
> 
> Based on work for the Salvator-X and -XS boards with M3-W resp. H3 SiPs.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Thanks, applied for v4.16.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-11-10  9:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1509384599-28953-1-git-send-email-geert+renesas@glider.be>
     [not found] ` <1509384599-28953-3-git-send-email-geert+renesas@glider.be>
2017-11-01  8:42   ` [PATCH 2/3] soc: renesas: Identify R-Car M3-W ES1.1 Simon Horman
2017-11-10  9:26     ` Simon Horman
     [not found] ` <1509384599-28953-2-git-send-email-geert+renesas@glider.be>
2017-11-01 21:49   ` [PATCH 1/3] ARM: shmobile: Document Renesas M3-W-based Salvator-XS board DT bindings Rob Herring
2017-11-02  7:58     ` Simon Horman
     [not found] ` <1509384599-28953-4-git-send-email-geert+renesas@glider.be>
2017-11-10  9:30   ` [PATCH 3/3] arm64: dts: renesas: Add support for Salvator-XS with R-Car M3-W Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox