Re: [PATCHv5 0/3] Serial fixes

2013-04-26 Thread Sourav Poddar
On Saturday 27 April 2013 01:34 AM, Sourav Poddar wrote: Hi, This patch series contains fixes around the issue that the console UART should not idled on suspend while using "no_console_suspend" in bootargs. The approach thought of is to modify the serial core/serial driver to bypass runtime PM

[PATCHv5 0/3] Serial fixes

2013-04-26 Thread Sourav Poddar
Hi, This patch series contains fixes around the issue that the console UART should not idled on suspend while using "no_console_suspend" in bootargs. The approach thought of is to modify the serial core/serial driver to bypass runtime PM if the UART in contention is a console and we are using

[PATCHv5 0/3] Serial fixes

2013-04-26 Thread Sourav Poddar
Hi, This patch series contains fixes around the issue that the console UART should not idled on suspend while using no_console_suspend in bootargs. The approach thought of is to modify the serial core/serial driver to bypass runtime PM if the UART in contention is a console and we are using

Re: [PATCHv5 0/3] Serial fixes

2013-04-26 Thread Sourav Poddar
On Saturday 27 April 2013 01:34 AM, Sourav Poddar wrote: Hi, This patch series contains fixes around the issue that the console UART should not idled on suspend while using no_console_suspend in bootargs. The approach thought of is to modify the serial core/serial driver to bypass runtime PM