linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* irqchip: irq-dove: problem with the PMU interrupt controller.
@ 2014-02-09  8:10 Jean-Francois Moine
  2014-02-09  8:22 ` Andrew Lunn
  0 siblings, 1 reply; 5+ messages in thread
From: Jean-Francois Moine @ 2014-02-09  8:10 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Andrew,

I have a WARN_ON at system startup time of the Cubox (Marvell Dove).
Sorry for I don't know enough about the IRQ subsystem to fix it.

irq: no irq domain found for /mbus/internal-regs/pmu-interrupt-ctrl at d0050 !
------------[ cut here ]------------
WARNING: CPU: 0 PID: 1 at /home/jef/c-3.14/drivers/of/platform.c:171 of_device_alloc+0x190/0x194()
Modules linked in:
CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.0-rc1-dirty #45
Backtrace: 
[<80011720>] (dump_backtrace) from [<800119fc>] (show_stack+0x18/0x1c)
 r6:000000ab r5:00000009 r4:00000000 r3:00000000
[<800119e4>] (show_stack) from [<803c8fcc>] (dump_stack+0x24/0x28)
[<803c8fa8>] (dump_stack) from [<8001b5cc>] (warn_slowpath_common+0x74/0x8c)
[<8001b558>] (warn_slowpath_common) from [<8001b688>] (warn_slowpath_null+0x24/0x2c)
 r8:00000000 r7:00000001 r6:bb075c40 r5:bb7d7cb4 r4:00000001
[<8001b664>] (warn_slowpath_null) from [<802dbf0c>] (of_device_alloc+0x190/0x194)
[<802dbd7c>] (of_device_alloc) from [<802dbf48>] (of_platform_device_create_pdata+0x38/0x90)
 r10:00000000 r9:bb05d890 r8:803f28fc r7:00000000 r6:bb05d890 r5:00000000
 r4:bb7d7cb4
[<802dbf10>] (of_platform_device_create_pdata) from [<802dc0ac>] (of_platform_bus_create+0xf0/0x174)
 r7:00000001 r6:00000000 r5:bb7d7cb4 r4:00000000
[<802dbfbc>] (of_platform_bus_create) from [<802dc108>] (of_platform_bus_create+0x14c/0x174)
...

-- 
Ken ar c'henta?	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* irqchip: irq-dove: problem with the PMU interrupt controller.
  2014-02-09  8:10 irqchip: irq-dove: problem with the PMU interrupt controller Jean-Francois Moine
@ 2014-02-09  8:22 ` Andrew Lunn
  2014-02-17 20:13   ` Jason Cooper
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Lunn @ 2014-02-09  8:22 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Feb 09, 2014 at 09:10:16AM +0100, Jean-Francois Moine wrote:
> Hi Andrew,
> 
> I have a WARN_ON at system startup time of the Cubox (Marvell Dove).
> Sorry for I don't know enough about the IRQ subsystem to fix it.

Hi Jean-Francois

The DT node made it into -rc1, but the driver itself was forgotten by
the IRQ maintainer. It will hopefully appear in -rc2.

    Andrew

> 
> irq: no irq domain found for /mbus/internal-regs/pmu-interrupt-ctrl at d0050 !
> ------------[ cut here ]------------
> WARNING: CPU: 0 PID: 1 at /home/jef/c-3.14/drivers/of/platform.c:171 of_device_alloc+0x190/0x194()
> Modules linked in:
> CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.0-rc1-dirty #45
> Backtrace: 
> [<80011720>] (dump_backtrace) from [<800119fc>] (show_stack+0x18/0x1c)
>  r6:000000ab r5:00000009 r4:00000000 r3:00000000
> [<800119e4>] (show_stack) from [<803c8fcc>] (dump_stack+0x24/0x28)
> [<803c8fa8>] (dump_stack) from [<8001b5cc>] (warn_slowpath_common+0x74/0x8c)
> [<8001b558>] (warn_slowpath_common) from [<8001b688>] (warn_slowpath_null+0x24/0x2c)
>  r8:00000000 r7:00000001 r6:bb075c40 r5:bb7d7cb4 r4:00000001
> [<8001b664>] (warn_slowpath_null) from [<802dbf0c>] (of_device_alloc+0x190/0x194)
> [<802dbd7c>] (of_device_alloc) from [<802dbf48>] (of_platform_device_create_pdata+0x38/0x90)
>  r10:00000000 r9:bb05d890 r8:803f28fc r7:00000000 r6:bb05d890 r5:00000000
>  r4:bb7d7cb4
> [<802dbf10>] (of_platform_device_create_pdata) from [<802dc0ac>] (of_platform_bus_create+0xf0/0x174)
>  r7:00000001 r6:00000000 r5:bb7d7cb4 r4:00000000
> [<802dbfbc>] (of_platform_bus_create) from [<802dc108>] (of_platform_bus_create+0x14c/0x174)
> ...
> 
> -- 
> Ken ar c'henta?	|	      ** Breizh ha Linux atav! **
> Jef		|		http://moinejf.free.fr/
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* irqchip: irq-dove: problem with the PMU interrupt controller.
  2014-02-09  8:22 ` Andrew Lunn
@ 2014-02-17 20:13   ` Jason Cooper
  2014-02-18  9:21     ` Jean-Francois Moine
  0 siblings, 1 reply; 5+ messages in thread
From: Jason Cooper @ 2014-02-17 20:13 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Feb 09, 2014 at 09:22:47AM +0100, Andrew Lunn wrote:
> On Sun, Feb 09, 2014 at 09:10:16AM +0100, Jean-Francois Moine wrote:
> > Hi Andrew,
> > 
> > I have a WARN_ON at system startup time of the Cubox (Marvell Dove).
> > Sorry for I don't know enough about the IRQ subsystem to fix it.
> 
> Hi Jean-Francois
> 
> The DT node made it into -rc1, but the driver itself was forgotten by
> the IRQ maintainer. It will hopefully appear in -rc2.

Unfortunately, this didn't happen.  I've posted a patch to revert adding
the DT node for v3.14.  It'll be re-added in conjunction with the driver
code.  Hopefully for v3.15.

  http://www.spinics.net/lists/arm-kernel/msg308413.html

Please test and let me know if that fixes the WARN_ON.

thx,

Jason.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* irqchip: irq-dove: problem with the PMU interrupt controller.
  2014-02-17 20:13   ` Jason Cooper
@ 2014-02-18  9:21     ` Jean-Francois Moine
  2014-02-18 16:02       ` Jason Cooper
  0 siblings, 1 reply; 5+ messages in thread
From: Jean-Francois Moine @ 2014-02-18  9:21 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, 17 Feb 2014 15:13:34 -0500
Jason Cooper <jason@lakedaemon.net> wrote:

> Unfortunately, this didn't happen.  I've posted a patch to revert adding
> the DT node for v3.14.  It'll be re-added in conjunction with the driver
> code.  Hopefully for v3.15.
> 
>   http://www.spinics.net/lists/arm-kernel/msg308413.html
> 
> Please test and let me know if that fixes the WARN_ON.

That works for me. Thanks.

-- 
Ken ar c'henta?	|	      ** Breizh ha Linux atav! **
Jef		|		http://moinejf.free.fr/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* irqchip: irq-dove: problem with the PMU interrupt controller.
  2014-02-18  9:21     ` Jean-Francois Moine
@ 2014-02-18 16:02       ` Jason Cooper
  0 siblings, 0 replies; 5+ messages in thread
From: Jason Cooper @ 2014-02-18 16:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Feb 18, 2014 at 10:21:25AM +0100, Jean-Francois Moine wrote:
> On Mon, 17 Feb 2014 15:13:34 -0500
> Jason Cooper <jason@lakedaemon.net> wrote:
> 
> > Unfortunately, this didn't happen.  I've posted a patch to revert adding
> > the DT node for v3.14.  It'll be re-added in conjunction with the driver
> > code.  Hopefully for v3.15.
> > 
> >   http://www.spinics.net/lists/arm-kernel/msg308413.html
> > 
> > Please test and let me know if that fixes the WARN_ON.
> 
> That works for me. Thanks.

Unless you object, I'll count this as a Tested-by:

thx,

Jason.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-18 16:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-09  8:10 irqchip: irq-dove: problem with the PMU interrupt controller Jean-Francois Moine
2014-02-09  8:22 ` Andrew Lunn
2014-02-17 20:13   ` Jason Cooper
2014-02-18  9:21     ` Jean-Francois Moine
2014-02-18 16:02       ` Jason Cooper

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).