"Reddy, Teerth" <teerth@xxxxxx> writes: > From: Teerth Reddy <teerth@xxxxxx> > > This patch has the changes which adds power state parameter > for the omap_uart_prepare_idle idle function. > > Signed-off-by: Teerth Reddy <teerth@xxxxxx> > --- > arch/arm/mach-omap2/pm24xx.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) Subject says OMAP3, but this is for OMAP2. Kevin > > diff --git a/arch/arm/mach-omap2/pm24xx.c b/arch/arm/mach-omap2/pm24xx.c > index e321281..7046e74 100644 > --- a/arch/arm/mach-omap2/pm24xx.c > +++ b/arch/arm/mach-omap2/pm24xx.c > @@ -119,9 +119,9 @@ static void omap2_enter_full_retention(void) > if (omap_irq_pending()) > goto no_sleep; > > - omap_uart_prepare_idle(0); > - omap_uart_prepare_idle(1); > - omap_uart_prepare_idle(2); > + omap_uart_prepare_idle(0, PWRDM_POWER_RET); > + omap_uart_prepare_idle(1, PWRDM_POWER_RET); > + omap_uart_prepare_idle(2, PWRDM_POWER_RET); > > /* Jump to SRAM suspend code */ > omap2_sram_suspend(sdrc_read_reg(SDRC_DLLA_CTRL), -- 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