devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Viresh Kumar <viresh.kumar@linaro.org>
Cc: DTML <devicetree@vger.kernel.org>,
	ARM-SoC Maintainers <arm@kernel.org>,
	gregkh <gregkh@linuxfoundation.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Rob Herring <robh+dt@kernel.org>, Olof Johansson <olof@lixom.net>,
	Linux ARM Mailing List <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 1/3] arm: spear600: Add missing interrupt-parent of rtc
Date: Mon, 15 Jan 2018 13:49:52 +0100	[thread overview]
Message-ID: <CAK8P3a05jxsg166snUVf11qYp6TMGYWSBmavXH8Qya3Vo4FDBw@mail.gmail.com> (raw)
In-Reply-To: <20180115042231.GA22978@vireshk-i7>

On Mon, Jan 15, 2018 at 5:22 AM, Viresh Kumar <viresh.kumar@linaro.org> wrote:
> On 12-01-18, 23:05, Arnd Bergmann wrote:
>> I've sent patches for all the remaining MODULE_LICENSE warnings earlier
>> this week, and we should now have patches for almost all the dtc
>> warnings in flight. This is what I still see on my randconfig builder
>> with linux-next + arm-soc/for-next + patches I sent:
>>
>>      arch/arm/boot/dts/spear1310-evb.dtb: Warning (gpios_property):
>> Missing property '#gpio-cells' in node /interrupt-controller@ec801000
>> or bad phandle (referred from /ahb/apb/spi@e0100000:cs-gpios[6])
>>      arch/arm/boot/dts/spear1310-evb.dtb: Warning (gpios_property):
>> Property 'cs-gpios', cell 6 is not a phandle reference in
>> /ahb/apb/spi@e0100000
>>      arch/arm/boot/dts/spear1340-evb.dtb: Warning (dmas_property):
>> Missing property '#dma-cells' in node /interrupt-controller@ec801000
>> or bad phandle (referred from /ahb/apb/serial@b4100000:dmas[4])
>>      arch/arm/boot/dts/spear1340-evb.dtb: Warning (dmas_property):
>> Property 'dmas', cell 4 is not a phandle reference in
>> /ahb/apb/serial@b4100000
>>      arch/arm/boot/dts/spear600-evb.dtb: Warning
>> (interrupts_property): Missing interrupt-parent for
>> /ahb/apb/rtc@fc900000
>
> These are all the warnings we got earlier. So none of my patches are in the
> branch you tested I believe. Can you do a `git log` and see if they are present
> ?

I checked again on today's linux-next and all your patches are there,
and the warning is gone. Whatever caused the warnings to still appear
seems to be gone now. Sorry for the confusion.

      Arnd

  reply	other threads:[~2018-01-15 12:49 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-11  5:58 [PATCH 1/3] arm: spear600: Add missing interrupt-parent of rtc Viresh Kumar
     [not found] ` <a062d9ed0d3365b578156a780202fa533e725374.1515650104.git.viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2018-01-11  5:58   ` [PATCH 2/3] arm: spear13xx: Fix dmas cells Viresh Kumar
     [not found]     ` <6183c13fd3abcb2a6834a537a4809b6527204f10.1515650104.git.viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2018-01-12  2:07       ` Olof Johansson
2018-01-11  5:58   ` [PATCH 3/3] arm: spear13xx: Fix spics gpio controller's warning Viresh Kumar
     [not found]     ` <9d8521e3990be6789f1ed3d5757b57c65483117b.1515650104.git.viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2018-01-12  2:07       ` Olof Johansson
2018-01-11 13:47   ` [PATCH 1/3] arm: spear600: Add missing interrupt-parent of rtc Rob Herring
2018-01-12  2:07   ` Olof Johansson
2018-01-12  3:22     ` Viresh Kumar
2018-01-12  3:23       ` Olof Johansson
     [not found]         ` <CAOesGMggU73asY1SEUDD_BsWcrGYR___o8e5omjziOPEwJgqBQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-12  8:56           ` Arnd Bergmann
     [not found]             ` <CAK8P3a2SO4=YKBE3L_AKsyfNe77YR7a8F=dvbS=ic03=6NK8MA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-12 18:23               ` Olof Johansson
     [not found]                 ` <CAOesGMgcf9FovbzhPkKnrG4ETRFP3dsSJnTYNfp1wECMFeFOGA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-12 20:45                   ` Rob Herring
     [not found]                     ` <CAL_JsqJVWLazDRB1me2OubqqMhdsqsR+cLSHR+K0OY3dZHcE-w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-12 21:50                       ` Olof Johansson
     [not found]                         ` <CAOesGMiyfpRyoe4dxQeNMF5invysVBEy+J5OwUhuop=JyAvZoQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-12 21:53                           ` Arnd Bergmann
     [not found]                             ` <CAK8P3a3KTz0sOSbO9+sAY1Sv95hZF4Yg1qMzOaXPAZ_1pOgGpg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-12 21:57                               ` Olof Johansson
     [not found]                                 ` <CAOesGMiHeitS_j9r0DsPf3k1jVJT9_z-bHyrhbB7fQ__LjjaqA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-12 22:05                                   ` Arnd Bergmann
     [not found]                                     ` <CAK8P3a3MZX-ZsxX9h1-8kVQhn9hqY=c8L1+=e3uTfjEjBCYuPg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-14 11:20                                       ` Linus Walleij
     [not found]                                         ` <CACRpkdag317LU2_3H-PPV_0xoX2RDLxBX5r4a3jpbn9LTvhkcA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-15 16:34                                           ` Arnd Bergmann
2018-01-15  4:22                                       ` Viresh Kumar
2018-01-15 12:49                                         ` Arnd Bergmann [this message]
2018-01-14 11:17     ` Linus Walleij
     [not found]       ` <CACRpkdYtzWewTWrtWTaPWspHzRY6Y7MBNfm1wmy6yvLD_J8hFg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-01-14 13:17         ` Alexandre Belloni

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=CAK8P3a05jxsg166snUVf11qYp6TMGYWSBmavXH8Qya3Vo4FDBw@mail.gmail.com \
    --to=arnd@arndb.de \
    --cc=arm@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=olof@lixom.net \
    --cc=robh+dt@kernel.org \
    --cc=viresh.kumar@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).