All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Simon Horman <horms+renesas@verge.net.au>
Cc: Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Magnus Damm <magnus.damm@gmail.com>
Subject: Re: [PATCH 02/10] ARM: dts: r8a7779: Use R-Car GPIO Gen1 fallback compat string
Date: Mon, 14 Aug 2017 15:48:19 +0200	[thread overview]
Message-ID: <CAMuHMdXEsN1GzFUYy_Zcs5L2TXm7n-m6e1A9kxpZA=jHNhfaDw@mail.gmail.com> (raw)
In-Reply-To: <1502181568-12299-3-git-send-email-horms+renesas@verge.net.au>

On Tue, Aug 8, 2017 at 10:39 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Use newly added R-Car GPIO Gen1 fallback compat string
> in place of now deprecated non-generation specific
> R-Car GPIO fallback compat string in DT of r8a7779 SoC.
>
> This should have no run-time effect as the driver matches against
> the per-SoC compat string before considering the fallback compat string.

That is not correct: the driver does not match against "renesas,gpio-r8a7779".
Hence this breaks using a new DTS and an old kernel (which we may decide not
to care about for R-Car Gen1, though).
But at least the DTS change should be postponed until commit d10bbd156926e65d
("gpio: rcar: add gen[123] fallback compatibility strings") has hit mainline.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

WARNING: multiple messages have this Message-ID (diff)
From: geert@linux-m68k.org (Geert Uytterhoeven)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 02/10] ARM: dts: r8a7779: Use R-Car GPIO Gen1 fallback compat string
Date: Mon, 14 Aug 2017 15:48:19 +0200	[thread overview]
Message-ID: <CAMuHMdXEsN1GzFUYy_Zcs5L2TXm7n-m6e1A9kxpZA=jHNhfaDw@mail.gmail.com> (raw)
In-Reply-To: <1502181568-12299-3-git-send-email-horms+renesas@verge.net.au>

On Tue, Aug 8, 2017 at 10:39 AM, Simon Horman
<horms+renesas@verge.net.au> wrote:
> Use newly added R-Car GPIO Gen1 fallback compat string
> in place of now deprecated non-generation specific
> R-Car GPIO fallback compat string in DT of r8a7779 SoC.
>
> This should have no run-time effect as the driver matches against
> the per-SoC compat string before considering the fallback compat string.

That is not correct: the driver does not match against "renesas,gpio-r8a7779".
Hence this breaks using a new DTS and an old kernel (which we may decide not
to care about for R-Car Gen1, though).
But at least the DTS change should be postponed until commit d10bbd156926e65d
("gpio: rcar: add gen[123] fallback compatibility strings") has hit mainline.

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

  reply	other threads:[~2017-08-14 13:48 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-08  8:39 [PATCH 00/10] ARM, arm64: dts: renesas: Use R-Car GPIO Gen[123] fallback compat strings Simon Horman
2017-08-08  8:39 ` Simon Horman
2017-08-08  8:39 ` [PATCH 01/10] ARM: dts: r8a7778: Use R-Car GPIO Gen1 fallback compat string Simon Horman
2017-08-08  8:39   ` Simon Horman
2017-08-14 13:46   ` Geert Uytterhoeven
2017-08-14 13:46     ` Geert Uytterhoeven
2017-08-08  8:39 ` [PATCH 02/10] ARM: dts: r8a7779: " Simon Horman
2017-08-08  8:39   ` Simon Horman
2017-08-14 13:48   ` Geert Uytterhoeven [this message]
2017-08-14 13:48     ` Geert Uytterhoeven
2017-08-08  8:39 ` [PATCH 03/10] ARM: dts: r8a7743: Use R-Car GPIO Gen2 " Simon Horman
2017-08-08  8:39   ` Simon Horman
2017-08-14 13:49   ` Geert Uytterhoeven
2017-08-14 13:49     ` Geert Uytterhoeven
2017-08-08  8:39 ` [PATCH 04/10] ARM: dts: r8a7790: " Simon Horman
2017-08-08  8:39   ` Simon Horman
2017-08-14 13:50   ` Geert Uytterhoeven
2017-08-14 13:50     ` Geert Uytterhoeven
2017-08-08  8:39 ` [PATCH 05/10] ARM: dts: r8a7791: " Simon Horman
2017-08-08  8:39   ` Simon Horman
2017-08-14 13:51   ` Geert Uytterhoeven
2017-08-14 13:51     ` Geert Uytterhoeven
2017-08-08  8:39 ` [PATCH 06/10] ARM: dts: r8a7792: " Simon Horman
2017-08-08  8:39   ` Simon Horman
2017-08-14 13:52   ` Geert Uytterhoeven
2017-08-14 13:52     ` Geert Uytterhoeven
2017-08-08  8:39 ` [PATCH 07/10] ARM: dts: r8a7793: " Simon Horman
2017-08-08  8:39   ` Simon Horman
2017-08-14 13:52   ` Geert Uytterhoeven
2017-08-14 13:52     ` Geert Uytterhoeven
2017-08-08  8:39 ` [PATCH 08/10] ARM: dts: r8a7794: " Simon Horman
2017-08-08  8:39   ` Simon Horman
2017-08-08  8:39 ` [PATCH 09/10] arm64: dts: r8a7795: Use R-Car GPIO Gen3 " Simon Horman
2017-08-08  8:39   ` Simon Horman
2017-08-14 13:53   ` Geert Uytterhoeven
2017-08-14 13:53     ` Geert Uytterhoeven
2017-08-08  8:39 ` [PATCH 10/10] arm64: dts: r8a7796: " Simon Horman
2017-08-08  8:39   ` Simon Horman
2017-08-14 13:54   ` Geert Uytterhoeven
2017-08-14 13:54     ` Geert Uytterhoeven
2017-08-08 10:29 ` [PATCH 00/10] ARM, arm64: dts: renesas: Use R-Car GPIO Gen[123] fallback compat strings Magnus Damm
2017-08-08 10:29   ` Magnus Damm
2017-08-09  7:55   ` Simon Horman
2017-08-09  7:55     ` Simon Horman
2017-08-09  8:22     ` Simon Horman
2017-08-09  8:22       ` Simon Horman
2017-08-09 11:11       ` Magnus Damm
2017-08-09 11:11         ` Magnus Damm
2017-08-10  8:09         ` Simon Horman
2017-08-10  8:09           ` 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='CAMuHMdXEsN1GzFUYy_Zcs5L2TXm7n-m6e1A9kxpZA=jHNhfaDw@mail.gmail.com' \
    --to=geert@linux-m68k.org \
    --cc=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.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 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.