* APE6EVM and Runtime PM
@ 2013-04-04 2:00 Simon Horman
2013-04-04 3:26 ` Kuninori Morimoto
0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2013-04-04 2:00 UTC (permalink / raw)
To: linux-arm-kernel
Hi Magnus,
in the course of looking look at consolidating our defconfigs I
noticed that SMSC ethernet and rcar_thermal seem seem to not work when
runtime PM is enabled.
I'm wondering if you have any ideas of what might be the cause of this
or if you could give me some guidance on investigating this problem.
I assume that it relates to a clock or clocks not being enabled.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: APE6EVM and Runtime PM
2013-04-04 2:00 APE6EVM and Runtime PM Simon Horman
@ 2013-04-04 3:26 ` Kuninori Morimoto
2013-04-04 4:41 ` Simon Horman
0 siblings, 1 reply; 7+ messages in thread
From: Kuninori Morimoto @ 2013-04-04 3:26 UTC (permalink / raw)
To: linux-arm-kernel
Hi Simon
> in the course of looking look at consolidating our defconfigs I
> noticed that SMSC ethernet and rcar_thermal seem seem to not work when
> runtime PM is enabled.
>
> I'm wondering if you have any ideas of what might be the cause of this
> or if you could give me some guidance on investigating this problem.
>
> I assume that it relates to a clock or clocks not being enabled.
About rcar_thermal, it needs my patch which was sent to PM ML.
I got email from Zhang that he accepted my patch (pm_runtime support for thermal).
But it seems he didn't push his branch yet...
I guess I explained this on my [PATCH 0/x] email.
Best regards
---
Kuninori Morimoto
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: APE6EVM and Runtime PM
2013-04-04 3:26 ` Kuninori Morimoto
@ 2013-04-04 4:41 ` Simon Horman
2013-04-04 5:28 ` Kuninori Morimoto
0 siblings, 1 reply; 7+ messages in thread
From: Simon Horman @ 2013-04-04 4:41 UTC (permalink / raw)
To: linux-arm-kernel
On Wed, Apr 03, 2013 at 08:26:39PM -0700, Kuninori Morimoto wrote:
>
> Hi Simon
>
> > in the course of looking look at consolidating our defconfigs I
> > noticed that SMSC ethernet and rcar_thermal seem seem to not work when
> > runtime PM is enabled.
> >
> > I'm wondering if you have any ideas of what might be the cause of this
> > or if you could give me some guidance on investigating this problem.
> >
> > I assume that it relates to a clock or clocks not being enabled.
>
> About rcar_thermal, it needs my patch which was sent to PM ML.
> I got email from Zhang that he accepted my patch (pm_runtime support for thermal).
> But it seems he didn't push his branch yet...
> I guess I explained this on my [PATCH 0/x] email.
Thanks, sorry for missing that.
I guess we are down to just SMSC then.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: APE6EVM and Runtime PM
2013-04-04 4:41 ` Simon Horman
@ 2013-04-04 5:28 ` Kuninori Morimoto
2013-04-04 6:14 ` Simon Horman
0 siblings, 1 reply; 7+ messages in thread
From: Kuninori Morimoto @ 2013-04-04 5:28 UTC (permalink / raw)
To: linux-arm-kernel
Dear Simon
> > > in the course of looking look at consolidating our defconfigs I
> > > noticed that SMSC ethernet and rcar_thermal seem seem to not work when
> > > runtime PM is enabled.
> > >
> > > I'm wondering if you have any ideas of what might be the cause of this
> > > or if you could give me some guidance on investigating this problem.
> > >
> > > I assume that it relates to a clock or clocks not being enabled.
> >
> > About rcar_thermal, it needs my patch which was sent to PM ML.
> > I got email from Zhang that he accepted my patch (pm_runtime support for thermal).
> > But it seems he didn't push his branch yet...
> > I guess I explained this on my [PATCH 0/x] email.
>
> Thanks, sorry for missing that.
>
> I guess we are down to just SMSC then.
I didn't check real board,
but I guess current SMSC IRQ came from IRQC,
and this IRQC needs MSTP 407.
But IRQC driver seems doesn't support PM_RUNTIME at this point.
Does your issue solve by adding MSTP 407 with CLK_ENABLE_ON_INIT ?
I'm not sure this is good solution, but quick-hack
Best regards
--
Kuninori Morimoto
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: APE6EVM and Runtime PM
2013-04-04 5:28 ` Kuninori Morimoto
@ 2013-04-04 6:14 ` Simon Horman
2013-04-04 6:21 ` Simon Horman
2013-04-04 7:08 ` Kuninori Morimoto
0 siblings, 2 replies; 7+ messages in thread
From: Simon Horman @ 2013-04-04 6:14 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Apr 04, 2013 at 02:28:38PM +0900, Kuninori Morimoto wrote:
>
> Dear Simon
>
> > > > in the course of looking look at consolidating our defconfigs I
> > > > noticed that SMSC ethernet and rcar_thermal seem seem to not work when
> > > > runtime PM is enabled.
> > > >
> > > > I'm wondering if you have any ideas of what might be the cause of this
> > > > or if you could give me some guidance on investigating this problem.
> > > >
> > > > I assume that it relates to a clock or clocks not being enabled.
> > >
> > > About rcar_thermal, it needs my patch which was sent to PM ML.
> > > I got email from Zhang that he accepted my patch (pm_runtime support for thermal).
> > > But it seems he didn't push his branch yet...
> > > I guess I explained this on my [PATCH 0/x] email.
> >
> > Thanks, sorry for missing that.
> >
> > I guess we are down to just SMSC then.
>
> I didn't check real board,
> but I guess current SMSC IRQ came from IRQC,
> and this IRQC needs MSTP 407.
> But IRQC driver seems doesn't support PM_RUNTIME at this point.
>
> Does your issue solve by adding MSTP 407 with CLK_ENABLE_ON_INIT ?
> I'm not sure this is good solution, but quick-hack
Thanks!
I will post a patch to add pm_runtime support to the IRQC Driver.
It seems to allow SMSC + RUNTIME_PM to function on the APE6EVM.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: APE6EVM and Runtime PM
2013-04-04 6:14 ` Simon Horman
@ 2013-04-04 6:21 ` Simon Horman
2013-04-04 7:08 ` Kuninori Morimoto
1 sibling, 0 replies; 7+ messages in thread
From: Simon Horman @ 2013-04-04 6:21 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Apr 04, 2013 at 03:14:33PM +0900, Simon Horman wrote:
> On Thu, Apr 04, 2013 at 02:28:38PM +0900, Kuninori Morimoto wrote:
> >
> > Dear Simon
> >
> > > > > in the course of looking look at consolidating our defconfigs I
> > > > > noticed that SMSC ethernet and rcar_thermal seem seem to not work when
> > > > > runtime PM is enabled.
> > > > >
> > > > > I'm wondering if you have any ideas of what might be the cause of this
> > > > > or if you could give me some guidance on investigating this problem.
> > > > >
> > > > > I assume that it relates to a clock or clocks not being enabled.
> > > >
> > > > About rcar_thermal, it needs my patch which was sent to PM ML.
> > > > I got email from Zhang that he accepted my patch (pm_runtime support for thermal).
> > > > But it seems he didn't push his branch yet...
> > > > I guess I explained this on my [PATCH 0/x] email.
> > >
> > > Thanks, sorry for missing that.
> > >
> > > I guess we are down to just SMSC then.
> >
> > I didn't check real board,
> > but I guess current SMSC IRQ came from IRQC,
> > and this IRQC needs MSTP 407.
> > But IRQC driver seems doesn't support PM_RUNTIME at this point.
> >
> > Does your issue solve by adding MSTP 407 with CLK_ENABLE_ON_INIT ?
> > I'm not sure this is good solution, but quick-hack
>
> Thanks!
>
> I will post a patch to add pm_runtime support to the IRQC Driver.
> It seems to allow SMSC + RUNTIME_PM to function on the APE6EVM.
For reference, I have posted "irqchip: irqc: Add runtime PM support"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: APE6EVM and Runtime PM
2013-04-04 6:14 ` Simon Horman
2013-04-04 6:21 ` Simon Horman
@ 2013-04-04 7:08 ` Kuninori Morimoto
1 sibling, 0 replies; 7+ messages in thread
From: Kuninori Morimoto @ 2013-04-04 7:08 UTC (permalink / raw)
To: linux-arm-kernel
Hi Simon
> > I didn't check real board,
> > but I guess current SMSC IRQ came from IRQC,
> > and this IRQC needs MSTP 407.
> > But IRQC driver seems doesn't support PM_RUNTIME at this point.
> >
> > Does your issue solve by adding MSTP 407 with CLK_ENABLE_ON_INIT ?
> > I'm not sure this is good solution, but quick-hack
>
> Thanks!
>
> I will post a patch to add pm_runtime support to the IRQC Driver.
> It seems to allow SMSC + RUNTIME_PM to function on the APE6EVM.
Cool !!
Thanks
Best regards
---
Kuninori Morimoto
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2013-04-04 7:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 2:00 APE6EVM and Runtime PM Simon Horman
2013-04-04 3:26 ` Kuninori Morimoto
2013-04-04 4:41 ` Simon Horman
2013-04-04 5:28 ` Kuninori Morimoto
2013-04-04 6:14 ` Simon Horman
2013-04-04 6:21 ` Simon Horman
2013-04-04 7:08 ` Kuninori Morimoto
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox