Re: [PATCH v2 5/6] ARM: EXYNOS: Fix suspend/resume sequences

2014-07-15 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, July 14, 2014 11:54:48 AM Tomasz Figa wrote: Hi Kukjin, On 25.06.2014 13:52, Tomasz Figa wrote: Due to recent consolidation of Exynos suspend and cpuidle code, some parts of suspend and resume sequences are executed two times, once from exynos_pm_syscore_ops and then

Re: [PATCH v2 5/6] ARM: EXYNOS: Fix suspend/resume sequences

2014-07-15 Thread Tomasz Figa
On 15.07.2014 13:19, Bartlomiej Zolnierkiewicz wrote: Hi, On Monday, July 14, 2014 11:54:48 AM Tomasz Figa wrote: Hi Kukjin, On 25.06.2014 13:52, Tomasz Figa wrote: Due to recent consolidation of Exynos suspend and cpuidle code, some parts of suspend and resume sequences are executed

Re: [PATCH v2 5/6] ARM: EXYNOS: Fix suspend/resume sequences

2014-07-15 Thread Chander Kashyap
On Tue, Jul 15, 2014 at 5:45 PM, Tomasz Figa t.f...@samsung.com wrote: On 15.07.2014 13:19, Bartlomiej Zolnierkiewicz wrote: Hi, On Monday, July 14, 2014 11:54:48 AM Tomasz Figa wrote: Hi Kukjin, On 25.06.2014 13:52, Tomasz Figa wrote: Due to recent consolidation of Exynos suspend and

Re: [PATCH v2 5/6] ARM: EXYNOS: Fix suspend/resume sequences

2014-07-14 Thread Tomasz Figa
Hi Kukjin, On 25.06.2014 13:52, Tomasz Figa wrote: Due to recent consolidation of Exynos suspend and cpuidle code, some parts of suspend and resume sequences are executed two times, once from exynos_pm_syscore_ops and then from exynos_cpu_pm_notifier() and thus it breaks suspend, at least on

[PATCH v2 5/6] ARM: EXYNOS: Fix suspend/resume sequences

2014-06-25 Thread Tomasz Figa
Due to recent consolidation of Exynos suspend and cpuidle code, some parts of suspend and resume sequences are executed two times, once from exynos_pm_syscore_ops and then from exynos_cpu_pm_notifier() and thus it breaks suspend, at least on Exynos4-based boards. This patch fixes the issue by