From: sudeep.holla@arm.com (Sudeep Holla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
Date: Mon, 18 May 2015 09:58:40 +0100 [thread overview]
Message-ID: <5559A9C0.1020307@arm.com> (raw)
In-Reply-To: <20150516201301.GT14416@pengutronix.de>
On 16/05/15 21:13, Robert Schwebel wrote:
> Hi Sudeep,
>
> On Thu, Apr 30, 2015 at 06:45:10PM +0100, Sudeep Holla wrote:
>>> I still see these errors with 4.1-rc1:
>>>
>>> [ 0.000000] L2C: platform modifies aux control register: 0x02020000 -> 0x02420000
>>> [ 0.000000] L2C: DT/platform modifies aux control register: 0x02020000 -> 0x02420000
>>> [ 0.268626] platform 10000000.sysreg: Error -2 creating of_node link
>>> [ 0.271997] platform basic-mmio-gpio.1.auto: Error -2 creating of_node link
>>> [ 0.272266] platform basic-mmio-gpio.2.auto: Error -2 creating of_node link
>>> [ 0.272681] platform basic-mmio-gpio.3.auto: Error -2 creating of_node link
>>
>> OK, I was able to debug this, it boils down to initcall ordering.
>> Both of_init where the firmware sysfs is initialized and
>> vexpress_sysreg_init are at same core_initcall level. Needs some
>> thinking and more time to fix this.
>
> Did you find out something in the meantime?
> I just tested 4.1-rc3 and the issues are still confirmed.
>
Ah sorry, forgot to include you or your Reported-by(will
fix that if/when I have to repost a newer version)
I posted the patch but not yet pulled in mainline yet [1]
Regards,
Sudeep
[1] https://lkml.org/lkml/2015/5/14/360
WARNING: multiple messages have this Message-ID (diff)
From: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>
To: Robert Schwebel <r.schwebel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Cc: Sudeep Holla <sudeep.holla-5wv7dgnIgG8@public.gmane.org>,
Liviu Dudau <Liviu.Dudau-5wv7dgnIgG8@public.gmane.org>,
Lorenzo Pieralisi
<Lorenzo.Pieralisi-5wv7dgnIgG8@public.gmane.org>,
"devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
"kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org"
<kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
Subject: Re: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
Date: Mon, 18 May 2015 09:58:40 +0100 [thread overview]
Message-ID: <5559A9C0.1020307@arm.com> (raw)
In-Reply-To: <20150516201301.GT14416-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
On 16/05/15 21:13, Robert Schwebel wrote:
> Hi Sudeep,
>
> On Thu, Apr 30, 2015 at 06:45:10PM +0100, Sudeep Holla wrote:
>>> I still see these errors with 4.1-rc1:
>>>
>>> [ 0.000000] L2C: platform modifies aux control register: 0x02020000 -> 0x02420000
>>> [ 0.000000] L2C: DT/platform modifies aux control register: 0x02020000 -> 0x02420000
>>> [ 0.268626] platform 10000000.sysreg: Error -2 creating of_node link
>>> [ 0.271997] platform basic-mmio-gpio.1.auto: Error -2 creating of_node link
>>> [ 0.272266] platform basic-mmio-gpio.2.auto: Error -2 creating of_node link
>>> [ 0.272681] platform basic-mmio-gpio.3.auto: Error -2 creating of_node link
>>
>> OK, I was able to debug this, it boils down to initcall ordering.
>> Both of_init where the firmware sysfs is initialized and
>> vexpress_sysreg_init are at same core_initcall level. Needs some
>> thinking and more time to fix this.
>
> Did you find out something in the meantime?
> I just tested 4.1-rc3 and the issues are still confirmed.
>
Ah sorry, forgot to include you or your Reported-by(will
fix that if/when I have to repost a newer version)
I posted the patch but not yet pulled in mainline yet [1]
Regards,
Sudeep
[1] https://lkml.org/lkml/2015/5/14/360
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2015-05-18 8:58 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-17 18:31 [PATCH] ARM: vexpress: Add unified-cache Device Tree property Robert Schwebel
2015-03-17 18:31 ` Robert Schwebel
2015-03-18 9:21 ` Sudeep Holla
2015-03-18 9:21 ` Sudeep Holla
2015-03-18 9:29 ` Robert Schwebel
2015-03-18 9:29 ` Robert Schwebel
2015-03-18 9:34 ` [PATCH v2] " Robert Schwebel
2015-03-18 9:34 ` Robert Schwebel
2015-04-29 19:12 ` Robert Schwebel
2015-04-29 19:12 ` Robert Schwebel
2015-04-30 11:08 ` Liviu Dudau
2015-04-30 11:08 ` Liviu Dudau
2015-04-30 13:30 ` Robert Schwebel
2015-04-30 13:30 ` Robert Schwebel
2015-04-30 13:45 ` Liviu Dudau
2015-04-30 13:45 ` Liviu Dudau
2015-04-30 13:50 ` Sudeep Holla
2015-04-30 13:50 ` Sudeep Holla
2015-04-30 14:11 ` Robert Schwebel
2015-04-30 14:11 ` Robert Schwebel
2015-04-30 14:14 ` Sudeep Holla
2015-04-30 14:14 ` Sudeep Holla
2015-04-30 17:45 ` Sudeep Holla
2015-04-30 17:45 ` Sudeep Holla
2015-05-16 20:13 ` Robert Schwebel
2015-05-16 20:13 ` Robert Schwebel
2015-05-18 8:58 ` Sudeep Holla [this message]
2015-05-18 8:58 ` Sudeep Holla
2015-05-21 12:26 ` Robert Schwebel
2015-05-21 12:26 ` Robert Schwebel
2015-05-22 6:18 ` Robert Schwebel
2015-05-22 6:18 ` Robert Schwebel
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=5559A9C0.1020307@arm.com \
--to=sudeep.holla@arm.com \
--cc=linux-arm-kernel@lists.infradead.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.