On Thu, Dec 10, 2009 at 20:59:02, Nori, Sekhar wrote:
> This patch adds core power management (suspend-to-RAM)
> support for DaVinci SoCs.
>

[...]

>
> Signed-off-by: Sekhar Nori <[email protected]>
> ---
> Since v1, the suspend function has been renamed and the register
> access helper functions have been removed.
>

[...]

> +static void davinci_pm_suspend(void)
> +{
> +     DEFINE_SPINLOCK(lock);
> +     unsigned long flags;
> +     unsigned val;
> +
> +     spin_lock_irqsave(&lock, flags);

Kevin,

Just realized that I missed implementing your observation regarding
eliminating this lock or replacing this with local_irq_xxx().

I will send a v3.

Thanks,
Sekhar

_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to