All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Simon Horman <horms@verge.net.au>
Cc: Rob Herring <robh@kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	"arm@kernel.org" <arm@kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 06/15] ARM: dts: r8a779x: fix PCI bus dtc warnings
Date: Fri, 24 Mar 2017 08:59:56 +0100	[thread overview]
Message-ID: <CAMuHMdXLqsLMdjZrHnWhho50JOqQHuOMD3HUr2Skiujq8OPG-A@mail.gmail.com> (raw)
In-Reply-To: <20170324070614.GJ1319@verge.net.au>

Hi Simon,

On Fri, Mar 24, 2017 at 8:06 AM, Simon Horman <horms@verge.net.au> wrote:
> On Tue, Mar 21, 2017 at 09:03:04PM -0500, Rob Herring wrote:
>> dtc recently added PCI bus checks. Fix these warnings.
>>
>> Signed-off-by: Rob Herring <robh@kernel.org>
>> Cc: Simon Horman <horms@verge.net.au>
>> Cc: Magnus Damm <magnus.damm@gmail.com>
>> Cc: linux-renesas-soc@vger.kernel.org
>> ---
>> Sub-arch maintainers, please apply to your trees unless arm-soc wants
>> to take the whole lot.
>
> I would prefer to take these through my tree to reduce the chances of
> conflicts emerging later.
>
> Geert, are you happy with this patch and its changelog as-is?

I'd use something like:

---8<----------
The bogus 'device_type = "pci"' confuses dtc, causing lots of totally
unrelated warnings.  After fixing that, real warnings like

    arch/arm/boot/dts/r8a7790-lager.dtb: Warning (pci_device_reg):
Node /pci@ee090000/usb@0,1 PCI unit address format error, expected
"1,0"

are left.  Correct the unit-adresses and reg properties of the subnodes
to fix these.
---------->8---

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 Uytterhoeven <geert@linux-m68k.org>
To: Simon Horman <horms@verge.net.au>
Cc: Rob Herring <robh@kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"arm@kernel.org" <arm@kernel.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>
Subject: Re: [PATCH 06/15] ARM: dts: r8a779x: fix PCI bus dtc warnings
Date: Fri, 24 Mar 2017 08:59:56 +0100	[thread overview]
Message-ID: <CAMuHMdXLqsLMdjZrHnWhho50JOqQHuOMD3HUr2Skiujq8OPG-A@mail.gmail.com> (raw)
In-Reply-To: <20170324070614.GJ1319@verge.net.au>

Hi Simon,

On Fri, Mar 24, 2017 at 8:06 AM, Simon Horman <horms@verge.net.au> wrote:
> On Tue, Mar 21, 2017 at 09:03:04PM -0500, Rob Herring wrote:
>> dtc recently added PCI bus checks. Fix these warnings.
>>
>> Signed-off-by: Rob Herring <robh@kernel.org>
>> Cc: Simon Horman <horms@verge.net.au>
>> Cc: Magnus Damm <magnus.damm@gmail.com>
>> Cc: linux-renesas-soc@vger.kernel.org
>> ---
>> Sub-arch maintainers, please apply to your trees unless arm-soc wants
>> to take the whole lot.
>
> I would prefer to take these through my tree to reduce the chances of
> conflicts emerging later.
>
> Geert, are you happy with this patch and its changelog as-is?

I'd use something like:

---8<----------
The bogus 'device_type = "pci"' confuses dtc, causing lots of totally
unrelated warnings.  After fixing that, real warnings like

    arch/arm/boot/dts/r8a7790-lager.dtb: Warning (pci_device_reg):
Node /pci@ee090000/usb@0,1 PCI unit address format error, expected
"1,0"

are left.  Correct the unit-adresses and reg properties of the subnodes
to fix these.
---------->8---

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 06/15] ARM: dts: r8a779x: fix PCI bus dtc warnings
Date: Fri, 24 Mar 2017 08:59:56 +0100	[thread overview]
Message-ID: <CAMuHMdXLqsLMdjZrHnWhho50JOqQHuOMD3HUr2Skiujq8OPG-A@mail.gmail.com> (raw)
In-Reply-To: <20170324070614.GJ1319@verge.net.au>

Hi Simon,

On Fri, Mar 24, 2017 at 8:06 AM, Simon Horman <horms@verge.net.au> wrote:
> On Tue, Mar 21, 2017 at 09:03:04PM -0500, Rob Herring wrote:
>> dtc recently added PCI bus checks. Fix these warnings.
>>
>> Signed-off-by: Rob Herring <robh@kernel.org>
>> Cc: Simon Horman <horms@verge.net.au>
>> Cc: Magnus Damm <magnus.damm@gmail.com>
>> Cc: linux-renesas-soc at vger.kernel.org
>> ---
>> Sub-arch maintainers, please apply to your trees unless arm-soc wants
>> to take the whole lot.
>
> I would prefer to take these through my tree to reduce the chances of
> conflicts emerging later.
>
> Geert, are you happy with this patch and its changelog as-is?

I'd use something like:

---8<----------
The bogus 'device_type = "pci"' confuses dtc, causing lots of totally
unrelated warnings.  After fixing that, real warnings like

    arch/arm/boot/dts/r8a7790-lager.dtb: Warning (pci_device_reg):
Node /pci at ee090000/usb@0,1 PCI unit address format error, expected
"1,0"

are left.  Correct the unit-adresses and reg properties of the subnodes
to fix these.
---------->8---

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-03-24  7:59 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-22  2:02 [PATCH 01/15] ARM: dts: alpine: fix PCIe node name Rob Herring
2017-03-22  2:02 ` Rob Herring
2017-03-22  2:03 ` [PATCH 04/15] ARM: dts: exynos: fix PCI bus dtc warnings Rob Herring
2017-03-22  2:03   ` Rob Herring
2017-03-23 19:37   ` Krzysztof Kozlowski
2017-03-23 19:37     ` Krzysztof Kozlowski
     [not found] ` <20170322020313.24338-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-03-22  2:03   ` [PATCH 02/15] ARM: dts: marvell: " Rob Herring
2017-03-22  2:03     ` Rob Herring
2017-03-24 14:17     ` Gregory CLEMENT
2017-03-24 14:17       ` Gregory CLEMENT
2017-03-22  2:03   ` [PATCH 03/15] ARM: dts: ti: " Rob Herring
2017-03-22  2:03     ` Rob Herring
2017-03-22  2:03   ` [PATCH 05/15] ARM: dts: imx: " Rob Herring
2017-03-22  2:03     ` Rob Herring
2017-03-22  8:19     ` Shawn Guo
2017-03-22  8:19       ` Shawn Guo
2017-03-22 13:53       ` Rob Herring
2017-03-22 13:53         ` Rob Herring
     [not found]         ` <CAL_JsqKmbLP07zKN1SJAoe0xHjzjn80HQDRvqASXvhnUOBgAyA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-24  1:28           ` Shawn Guo
2017-03-24  1:28             ` Shawn Guo
2017-03-22  2:03   ` [PATCH 06/15] ARM: dts: r8a779x: " Rob Herring
2017-03-22  2:03     ` Rob Herring
2017-03-22  2:03     ` Rob Herring
2017-03-22  8:58     ` Geert Uytterhoeven
2017-03-22  8:58       ` Geert Uytterhoeven
2017-03-22  8:58       ` Geert Uytterhoeven
2017-03-22 13:47       ` Rob Herring
2017-03-22 13:47         ` Rob Herring
2017-03-22 13:47         ` Rob Herring
2017-03-22 14:06         ` Geert Uytterhoeven
2017-03-22 14:06           ` Geert Uytterhoeven
2017-03-22 14:06           ` Geert Uytterhoeven
2017-03-24  7:06     ` Simon Horman
2017-03-24  7:06       ` Simon Horman
2017-03-24  7:06       ` Simon Horman
2017-03-24  7:59       ` Geert Uytterhoeven [this message]
2017-03-24  7:59         ` Geert Uytterhoeven
2017-03-24  7:59         ` Geert Uytterhoeven
2017-03-22  2:03   ` [PATCH 07/15] ARM: dts: spear13xx: " Rob Herring
2017-03-22  2:03     ` Rob Herring
2017-03-22  4:11     ` Viresh Kumar
2017-03-22  4:11       ` Viresh Kumar
2017-03-22  2:03   ` [PATCH 08/15] ARM: dts: tegra: " Rob Herring
2017-03-22  2:03     ` Rob Herring
     [not found]     ` <20170322020313.24338-8-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-06-13 14:51       ` Thierry Reding
2017-06-13 14:51         ` Thierry Reding
2017-03-22  2:03   ` [PATCH 09/15] ARM: dts: versatile: " Rob Herring
2017-03-22  2:03     ` Rob Herring
2017-03-22  2:03   ` [PATCH 10/15] ARM: dts: bcm: fix msi-controller name and unit address Rob Herring
2017-03-22  2:03     ` Rob Herring
     [not found]     ` <20170322020313.24338-10-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-03-22  6:07       ` Ray Jui
2017-03-22  6:07         ` Ray Jui
2017-03-22 17:16       ` Florian Fainelli
2017-03-22 17:16         ` Florian Fainelli
2017-03-22  2:03   ` [PATCH 11/15] arm64: dts: nvidia: fix PCI bus dtc warnings Rob Herring
2017-03-22  2:03     ` Rob Herring
     [not found]     ` <20170322020313.24338-11-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-06-13 14:52       ` Thierry Reding
2017-06-13 14:52         ` Thierry Reding
2017-03-22  2:03   ` [PATCH 12/15] arm64: dts: apm: " Rob Herring
2017-03-22  2:03     ` Rob Herring
2017-03-22  2:03   ` [PATCH 13/15] arm64: dts: juno: " Rob Herring
2017-03-22  2:03     ` Rob Herring
     [not found]     ` <20170322020313.24338-13-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-03-22 11:56       ` Liviu Dudau
2017-03-22 11:56         ` Liviu Dudau
2017-03-22  2:03   ` [PATCH 14/15] arm64: dts: broadcom: " Rob Herring
2017-03-22  2:03     ` Rob Herring
2017-03-22  5:36     ` Jayachandran C.
2017-03-22  5:36       ` Jayachandran C.
2017-03-22  2:03   ` [PATCH 15/15] arm64: dts: xilinx: " Rob Herring
2017-03-22  2:03     ` Rob Herring
     [not found]     ` <20170322020313.24338-15-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2017-03-23 14:35       ` Michal Simek
2017-03-23 14:35         ` Michal Simek
2017-03-22  8:01 ` [PATCH 01/15] ARM: dts: alpine: fix PCIe node name Antoine Tenart
2017-03-22  8:01   ` Antoine Tenart
2017-03-24 17:00   ` Arnd Bergmann
2017-03-24 17:00     ` Arnd Bergmann
     [not found]     ` <CAK8P3a2WOeNrz3J8vO+n+rhwn3N_vdOswZ0NMmYrdNvmkD8obQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-03-24 18:25       ` Antoine Tenart
2017-03-24 18:25         ` Antoine Tenart

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=CAMuHMdXLqsLMdjZrHnWhho50JOqQHuOMD3HUr2Skiujq8OPG-A@mail.gmail.com \
    --to=geert@linux-m68k.org \
    --cc=arm@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=horms@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=robh@kernel.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.