Re: [PATCH 1/1] Added sleep support to UART

2008-06-10 Thread Tony Lindgren
* Tony Lindgren [EMAIL PROTECTED] [080609 22:11]: Hi, Sorry for the delay on looking at this, it's looking pretty good in general. Few more mostly cosmetic comments below. Here's one more comment: --- a/arch/arm/mach-omap2/pm24xx.c +++ b/arch/arm/mach-omap2/pm24xx.c if

RE: [PATCH 1/1] Added sleep support to UART

2008-06-10 Thread Tero.Kristo
Hi, I'll resend the patch in the following email. Comments below what has been changed. -Original Message- From: ext Tony Lindgren [mailto:[EMAIL PROTECTED] Sent: 10 June, 2008 09:06 To: Kristo Tero (Nokia-D/Tampere) Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH 1/1] Added sleep

Re: [PATCH 1/1] Added sleep support to UART

2008-06-09 Thread Tony Lindgren
Hi, Sorry for the delay on looking at this, it's looking pretty good in general. Few more mostly cosmetic comments below. * Tero Kristo [EMAIL PROTECTED] [080603 01:53]: UART usage (e.g. serial console) now denies sleep for 5 seconds. This makes it possible to use serial console when dynamic

RE: [PATCH 1/1] Added sleep support to UART

2008-06-02 Thread Tero.Kristo
Subject: Re: [PATCH 1/1] Added sleep support to UART Hi, * Tero Kristo [EMAIL PROTECTED] [080529 06:07]: UART usage (e.g. serial console) now denies sleep for 5 seconds. This makes it possible to use serial console when dynamic idle is enabled. Also moved code from pm-debug.c to serial.c

Re: [PATCH 1/1] Added sleep support to UART

2008-06-02 Thread Tony Lindgren
PROTECTED] Sent: 31 May, 2008 02:02 To: Kristo Tero (Nokia-D/Tampere) Cc: linux-omap@vger.kernel.org Subject: Re: [PATCH 1/1] Added sleep support to UART Hi, * Tero Kristo [EMAIL PROTECTED] [080529 06:07]: UART usage (e.g. serial console) now denies sleep for 5 seconds. This makes

Re: [PATCH 1/1] Added sleep support to UART

2008-05-30 Thread Tony Lindgren
Hi, * Tero Kristo [EMAIL PROTECTED] [080529 06:07]: UART usage (e.g. serial console) now denies sleep for 5 seconds. This makes it possible to use serial console when dynamic idle is enabled. Also moved code from pm-debug.c to serial.c, and made pm24xx.c use this new implementation. The

[PATCH 1/1] Added sleep support to UART

2008-05-29 Thread Tero Kristo
UART usage (e.g. serial console) now denies sleep for 5 seconds. This makes it possible to use serial console when dynamic idle is enabled. Also moved code from pm-debug.c to serial.c, and made pm24xx.c use this new implementation. Signed-off-by: Tero Kristo [EMAIL PROTECTED] ---