* Re: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-04-30 13:30 ` Robert Schwebel
0 siblings, 0 replies; 32+ messages in thread
From: Robert Schwebel @ 2015-04-30 13:30 UTC (permalink / raw)
To: Liviu Dudau
Cc: Sudeep Holla, Lorenzo Pieralisi,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Hi Liviu,
On Thu, Apr 30, 2015 at 12:08:53PM +0100, Liviu Dudau wrote:
> Sorry Robert, this fell through the cracks. VExpress gets very few
> patches in general and we're new to this :(
Thanks for the help!
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
[ 0.426298] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller@100e0000
[ 0.426799] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller@100e1000
[ 0.427099] of_amba_device_create(): amba_device_add() failed (-19) for /watchdog@100e5000
[ 0.433206] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@7,00000000/sysctl@01000
[ 0.438165] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@7,00000000/wdt@0f000
Do you have an idea what might go wrong?
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
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
^ permalink raw reply [flat|nested] 32+ messages in thread
* [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-04-30 13:45 ` Liviu Dudau
0 siblings, 0 replies; 32+ messages in thread
From: Liviu Dudau @ 2015-04-30 13:45 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Apr 30, 2015 at 02:30:11PM +0100, Robert Schwebel wrote:
> Hi Liviu,
>
> On Thu, Apr 30, 2015 at 12:08:53PM +0100, Liviu Dudau wrote:
> > Sorry Robert, this fell through the cracks. VExpress gets very few
> > patches in general and we're new to this :(
>
> Thanks for the help!
>
> 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
> [ 0.426298] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller at 100e0000
> [ 0.426799] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller at 100e1000
> [ 0.427099] of_amba_device_create(): amba_device_add() failed (-19) for /watchdog at 100e5000
> [ 0.433206] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga at 7,00000000/sysctl at 01000
> [ 0.438165] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga at 7,00000000/wdt at 0f000
>
> Do you have an idea what might go wrong?
No, not yet. I will give it a go on my TC2 board.
Best regards,
Liviu
>
> rsc
> --
> Pengutronix e.K. | |
> Industrial Linux Solutions | http://www.pengutronix.de/ |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
> Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
>
--
====================
| I would like to |
| fix the world, |
| but they're not |
| giving me the |
\ source code! /
---------------
?\_(?)_/?
^ permalink raw reply [flat|nested] 32+ messages in thread* Re: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-04-30 13:45 ` Liviu Dudau
0 siblings, 0 replies; 32+ messages in thread
From: Liviu Dudau @ 2015-04-30 13:45 UTC (permalink / raw)
To: Robert Schwebel
Cc: Sudeep Holla, Lorenzo Pieralisi,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
On Thu, Apr 30, 2015 at 02:30:11PM +0100, Robert Schwebel wrote:
> Hi Liviu,
>
> On Thu, Apr 30, 2015 at 12:08:53PM +0100, Liviu Dudau wrote:
> > Sorry Robert, this fell through the cracks. VExpress gets very few
> > patches in general and we're new to this :(
>
> Thanks for the help!
>
> 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
> [ 0.426298] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller@100e0000
> [ 0.426799] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller@100e1000
> [ 0.427099] of_amba_device_create(): amba_device_add() failed (-19) for /watchdog@100e5000
> [ 0.433206] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@7,00000000/sysctl@01000
> [ 0.438165] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@7,00000000/wdt@0f000
>
> Do you have an idea what might go wrong?
No, not yet. I will give it a go on my TC2 board.
Best regards,
Liviu
>
> rsc
> --
> Pengutronix e.K. | |
> Industrial Linux Solutions | http://www.pengutronix.de/ |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
> Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
>
--
====================
| I would like to |
| fix the world, |
| but they're not |
| giving me the |
\ source code! /
---------------
¯\_(ツ)_/¯
--
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
^ permalink raw reply [flat|nested] 32+ messages in thread
* [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-04-30 13:50 ` Sudeep Holla
0 siblings, 0 replies; 32+ messages in thread
From: Sudeep Holla @ 2015-04-30 13:50 UTC (permalink / raw)
To: linux-arm-kernel
On 30/04/15 14:30, Robert Schwebel wrote:
> Hi Liviu,
>
> On Thu, Apr 30, 2015 at 12:08:53PM +0100, Liviu Dudau wrote:
>> Sorry Robert, this fell through the cracks. VExpress gets very few
>> patches in general and we're new to this :(
>
> Thanks for the help!
>
> 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
I see above errors even on my Vexpress TC2, but
> [ 0.426298] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller at 100e0000
> [ 0.426799] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller at 100e1000
> [ 0.427099] of_amba_device_create(): amba_device_add() failed (-19) for /watchdog at 100e5000
> [ 0.433206] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga at 7,00000000/sysctl at 01000
> [ 0.438165] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga at 7,00000000/wdt at 0f000
>
.. not theses ones
> Do you have an idea what might go wrong?
>
I will give it a spin on my CA9 coretile.
Regards,Sudeep
^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-04-30 13:50 ` Sudeep Holla
0 siblings, 0 replies; 32+ messages in thread
From: Sudeep Holla @ 2015-04-30 13:50 UTC (permalink / raw)
To: Robert Schwebel, Liviu Dudau
Cc: Sudeep Holla, Lorenzo Pieralisi,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
On 30/04/15 14:30, Robert Schwebel wrote:
> Hi Liviu,
>
> On Thu, Apr 30, 2015 at 12:08:53PM +0100, Liviu Dudau wrote:
>> Sorry Robert, this fell through the cracks. VExpress gets very few
>> patches in general and we're new to this :(
>
> Thanks for the help!
>
> 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
I see above errors even on my Vexpress TC2, but
> [ 0.426298] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller@100e0000
> [ 0.426799] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller@100e1000
> [ 0.427099] of_amba_device_create(): amba_device_add() failed (-19) for /watchdog@100e5000
> [ 0.433206] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@7,00000000/sysctl@01000
> [ 0.438165] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@7,00000000/wdt@0f000
>
.. not theses ones
> Do you have an idea what might go wrong?
>
I will give it a spin on my CA9 coretile.
Regards,Sudeep
--
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
^ permalink raw reply [flat|nested] 32+ messages in thread
* [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-04-30 14:11 ` Robert Schwebel
0 siblings, 0 replies; 32+ messages in thread
From: Robert Schwebel @ 2015-04-30 14:11 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Apr 30, 2015 at 02:50:14PM +0100, Sudeep Holla wrote:
> >[ 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
>
> I see above errors even on my Vexpress TC2, but
>
> >[ 0.426298] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller at 100e0000
> >[ 0.426799] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller at 100e1000
> >[ 0.427099] of_amba_device_create(): amba_device_add() failed (-19) for /watchdog at 100e5000
> >[ 0.433206] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga at 7,00000000/sysctl at 01000
> >[ 0.438165] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga at 7,00000000/wdt at 0f000
> >
> .. not theses ones
>
> >Do you have an idea what might go wrong?
> >
>
> I will give it a spin on my CA9 coretile.
I'm testing on qemu (and not even the latest one), so this might be a
reason.
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-04-30 14:11 ` Robert Schwebel
0 siblings, 0 replies; 32+ messages in thread
From: Robert Schwebel @ 2015-04-30 14:11 UTC (permalink / raw)
To: Sudeep Holla
Cc: Liviu Dudau, Lorenzo Pieralisi,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
On Thu, Apr 30, 2015 at 02:50:14PM +0100, Sudeep Holla wrote:
> >[ 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
>
> I see above errors even on my Vexpress TC2, but
>
> >[ 0.426298] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller@100e0000
> >[ 0.426799] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller@100e1000
> >[ 0.427099] of_amba_device_create(): amba_device_add() failed (-19) for /watchdog@100e5000
> >[ 0.433206] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@7,00000000/sysctl@01000
> >[ 0.438165] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@7,00000000/wdt@0f000
> >
> .. not theses ones
>
> >Do you have an idea what might go wrong?
> >
>
> I will give it a spin on my CA9 coretile.
I'm testing on qemu (and not even the latest one), so this might be a
reason.
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
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
^ permalink raw reply [flat|nested] 32+ messages in thread
* [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-04-30 14:14 ` Sudeep Holla
0 siblings, 0 replies; 32+ messages in thread
From: Sudeep Holla @ 2015-04-30 14:14 UTC (permalink / raw)
To: linux-arm-kernel
On 30/04/15 15:11, Robert Schwebel wrote:
> On Thu, Apr 30, 2015 at 02:50:14PM +0100, Sudeep Holla wrote:
>>> [ 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
>>
>> I see above errors even on my Vexpress TC2, but
>>
>>> [ 0.426298] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller at 100e0000
>>> [ 0.426799] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller at 100e1000
>>> [ 0.427099] of_amba_device_create(): amba_device_add() failed (-19) for /watchdog at 100e5000
>>> [ 0.433206] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga at 7,00000000/sysctl at 01000
>>> [ 0.438165] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga at 7,00000000/wdt at 0f000
>>>
>> .. not theses ones
>>
>>> Do you have an idea what might go wrong?
>>>
>>
>> I will give it a spin on my CA9 coretile.
>
> I'm testing on qemu (and not even the latest one), so this might be a
> reason.
OK, I tried on my CA9 coretile and don't see these errors on it either.
However the "... creating of_node link" is present on both and I will
look at that issue.
Regards,
Sudeep
^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-04-30 14:14 ` Sudeep Holla
0 siblings, 0 replies; 32+ messages in thread
From: Sudeep Holla @ 2015-04-30 14:14 UTC (permalink / raw)
To: Robert Schwebel
Cc: Sudeep Holla, Liviu Dudau, Lorenzo Pieralisi,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
On 30/04/15 15:11, Robert Schwebel wrote:
> On Thu, Apr 30, 2015 at 02:50:14PM +0100, Sudeep Holla wrote:
>>> [ 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
>>
>> I see above errors even on my Vexpress TC2, but
>>
>>> [ 0.426298] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller@100e0000
>>> [ 0.426799] of_amba_device_create(): amba_device_add() failed (-19) for /memory-controller@100e1000
>>> [ 0.427099] of_amba_device_create(): amba_device_add() failed (-19) for /watchdog@100e5000
>>> [ 0.433206] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@7,00000000/sysctl@01000
>>> [ 0.438165] of_amba_device_create(): amba_device_add() failed (-19) for /smb/motherboard/iofpga@7,00000000/wdt@0f000
>>>
>> .. not theses ones
>>
>>> Do you have an idea what might go wrong?
>>>
>>
>> I will give it a spin on my CA9 coretile.
>
> I'm testing on qemu (and not even the latest one), so this might be a
> reason.
OK, I tried on my CA9 coretile and don't see these errors on it either.
However the "... creating of_node link" is present on both and I will
look at that issue.
Regards,
Sudeep
--
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
^ permalink raw reply [flat|nested] 32+ messages in thread
* [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-04-30 17:45 ` Sudeep Holla
0 siblings, 0 replies; 32+ messages in thread
From: Sudeep Holla @ 2015-04-30 17:45 UTC (permalink / raw)
To: linux-arm-kernel
On 30/04/15 14:30, Robert Schwebel wrote:
> Hi Liviu,
>
> On Thu, Apr 30, 2015 at 12:08:53PM +0100, Liviu Dudau wrote:
>> Sorry Robert, this fell through the cracks. VExpress gets very few
>> patches in general and we're new to this :(
>
> Thanks for the help!
>
> 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.
Regards,
Sudeep
^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-04-30 17:45 ` Sudeep Holla
0 siblings, 0 replies; 32+ messages in thread
From: Sudeep Holla @ 2015-04-30 17:45 UTC (permalink / raw)
To: Robert Schwebel, Liviu Dudau
Cc: Sudeep Holla, Lorenzo Pieralisi,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
On 30/04/15 14:30, Robert Schwebel wrote:
> Hi Liviu,
>
> On Thu, Apr 30, 2015 at 12:08:53PM +0100, Liviu Dudau wrote:
>> Sorry Robert, this fell through the cracks. VExpress gets very few
>> patches in general and we're new to this :(
>
> Thanks for the help!
>
> 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.
Regards,
Sudeep
--
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
^ permalink raw reply [flat|nested] 32+ messages in thread
* [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-05-16 20:13 ` Robert Schwebel
0 siblings, 0 replies; 32+ messages in thread
From: Robert Schwebel @ 2015-05-16 20:13 UTC (permalink / raw)
To: linux-arm-kernel
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.
Thanks,
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-05-16 20:13 ` Robert Schwebel
0 siblings, 0 replies; 32+ messages in thread
From: Robert Schwebel @ 2015-05-16 20:13 UTC (permalink / raw)
To: Sudeep Holla
Cc: Liviu Dudau, Lorenzo Pieralisi,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
kernel-bIcnvbaLZ9MEGnE8C9+IrQ
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.
Thanks,
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
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
^ permalink raw reply [flat|nested] 32+ messages in thread
* [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-05-18 8:58 ` Sudeep Holla
0 siblings, 0 replies; 32+ messages in thread
From: Sudeep Holla @ 2015-05-18 8:58 UTC (permalink / raw)
To: linux-arm-kernel
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
^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-05-18 8:58 ` Sudeep Holla
0 siblings, 0 replies; 32+ messages in thread
From: Sudeep Holla @ 2015-05-18 8:58 UTC (permalink / raw)
To: Robert Schwebel
Cc: Sudeep Holla, Liviu Dudau, Lorenzo Pieralisi,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
kernel-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
^ permalink raw reply [flat|nested] 32+ messages in thread
* [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-05-21 12:26 ` Robert Schwebel
0 siblings, 0 replies; 32+ messages in thread
From: Robert Schwebel @ 2015-05-21 12:26 UTC (permalink / raw)
To: linux-arm-kernel
Hi Sundeep,
On Sat, May 16, 2015 at 10:13:01PM +0200, Robert Schwebel wrote:
> 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.
Gentle ping ...
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-05-21 12:26 ` Robert Schwebel
0 siblings, 0 replies; 32+ messages in thread
From: Robert Schwebel @ 2015-05-21 12:26 UTC (permalink / raw)
To: Sudeep Holla
Cc: Liviu Dudau, Lorenzo Pieralisi,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
kernel-bIcnvbaLZ9MEGnE8C9+IrQ
Hi Sundeep,
On Sat, May 16, 2015 at 10:13:01PM +0200, Robert Schwebel wrote:
> 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.
Gentle ping ...
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
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
^ permalink raw reply [flat|nested] 32+ messages in thread
* [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-05-22 6:18 ` Robert Schwebel
0 siblings, 0 replies; 32+ messages in thread
From: Robert Schwebel @ 2015-05-22 6:18 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, May 21, 2015 at 02:26:44PM +0200, Robert Schwebel wrote:
> > Did you find out something in the meantime?
> > I just tested 4.1-rc3 and the issues are still confirmed.
>
> Gentle ping ...
Sorry, missed the other mail and found it in the mean time :)
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 32+ messages in thread
* Re: [PATCH v2] ARM: vexpress: Add unified-cache Device Tree property
@ 2015-05-22 6:18 ` Robert Schwebel
0 siblings, 0 replies; 32+ messages in thread
From: Robert Schwebel @ 2015-05-22 6:18 UTC (permalink / raw)
To: Sudeep Holla
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Lorenzo Pieralisi, Liviu Dudau, kernel-bIcnvbaLZ9MEGnE8C9+IrQ,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
On Thu, May 21, 2015 at 02:26:44PM +0200, Robert Schwebel wrote:
> > Did you find out something in the meantime?
> > I just tested 4.1-rc3 and the issues are still confirmed.
>
> Gentle ping ...
Sorry, missed the other mail and found it in the mean time :)
rsc
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
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
^ permalink raw reply [flat|nested] 32+ messages in thread