Re: [pm-core][PATCH v3 01/21] OMAP4: PM: Add omap WakeupGen module support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 3/31/2011 12:10 AM, Tony Lindgren wrote:
* Santosh<santosh.shilimkar@xxxxxx>  [110329 23:13]:
On 3/29/2011 10:31 PM, Tony Lindgren wrote:
* Santosh Shilimkar<santosh.shilimkar@xxxxxx>   [110328 22:47]:
From: Tony Lindgren [mailto:tony@xxxxxxxxxxx]

Do you really need to initialize all of this that early?

Yes. It's a interrupt controller extension and needs to work
together with GIC.

Hmm to me it seems that the gic_arch_extn functions should be
all NULL during runtime operation, and the wake-up generator
should be programmed only before entering an idle state.

Then the wake-up generator can be cleared after delivering
the wake-up event(s).

Or am I missing something on why this should be enabled all
the time?

Yep. The WakeupGen sits between GIC and CPU and can
gate the interrupts in normal operation too. It's
mandatory that the interrupt mask at GIC and WakeupGen
matches to deliver the interrupt to CPU.

But it seems that the states of GIC and WakeupGen can be
synced up just before hitting an idle mode.

Even during normal operation, WakeUpGen delivers external
interrupts directly to the Interrupt Controller (GIC)
in the CortexA9 MP Core.

And then the wake-ups only need to be acked after waking
from idle and delivering the interrupts.

This is the reason why all the necessary GIC hooks are
populated with it so that they work together.

Hmm I still see no reason to call these functions for every
interrupt during runtime.

AFAIK, these functions only need to be called only once
right after waking from idle.

No. That's pure hack. I think the name of the module
"WakeupGen" seems to be the confusing point.

So far without this patch all interrupts at WakeupGen
level were always enabled and hence there was no issue.

OK so things work during runtime without calling these
functions for every interrupt. Why then would we want to
call them for each interrupt?

Because that's the best way to ensure the synchronization
between the GIC and Wakeupgen interrupts mask. The IRQ
framework does this job and we don't have to hack low
level idle code to make special arrangement.

FYI, this is not OMAP4 only problem but even other
architectures based on Cortex-A9 needs an additional
interrupt controller. And they are managed through
the Linux IRQ framework.

As I said earlier it's another interrupt controller
works along with GIC and it's control needs to be
in kernel IRQ framework.

Regards
Santosh
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Arm (vger)]     [ARM Kernel]     [ARM MSM]     [Linux Tegra]     [Linux WPAN Networking]     [Linux Wireless Networking]     [Maemo Users]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite Trails]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux