linux-next: manual merge of the arm-soc tree with the arm tree

January 05th, 2012 - 08:10 pm ET by Stephen Rothwell | Report spam

Hi all,

Today's linux-next merge of the arm-soc tree got a conflict in
arch/arm/mach-omap2/pm34xx.c between commit e6ab10af962d ("ARM: OMAP:
convert idle handlers from pm_idle to arm_pm_idle") from the arm tree and
commit 2fd149645eb4 ("") from the arm-soc tree.

I fixed it up (see below) and can carry the fix as necessary.
Cheers,
Stephen Rothwell sfr@canb.auug.org.au

diff --cc arch/arm/mach-omap2/pm34xx.c
index df5c6bf,fc69875..0000000
a/arch/arm/mach-omap2/pm34xx.c
+++ b/arch/arm/mach-omap2/pm34xx.c
@@@ -485,21 -416,12 +416,11 @@@ void omap_sram_idle(void
clkdm_allow_idle(mpu_pwrdm->pwrdm_clkdms[0]);
}

- int omap3_can_sleep(void)
- {
- if (!omap_uart_can_sleep())
- return 0;
- return 1;
- }
-
static void omap3_pm_idle(void)
{
- local_irq_disable();
local_fiq_disable();

- if (!omap3_can_sleep())
- goto out;
-
- if (omap_irq_pending() || need_resched())
+ if (omap_irq_pending())
goto out;

trace_power_start(POWER_CSTATE, 1, smp_processor_id());



To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
email Follow the discussionReplies 2 repliesReplies Make a reply

Replies

#1 Russell King - ARM Linux
January 06th, 2012 - 03:50 am ET | Report spam
On Fri, Jan 06, 2012 at 12:03:17PM +1100, Stephen Rothwell wrote:
Hi all,

Today's linux-next merge of the arm-soc tree got a conflict in
arch/arm/mach-omap2/pm34xx.c between commit e6ab10af962d ("ARM: OMAP:
convert idle handlers from pm_idle to arm_pm_idle") from the arm tree and
commit 2fd149645eb4 ("") from the arm-soc tree.



Err, there's an empty description of a commit in the arm-soc tree?
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Similar topics