Re: [PATCHv3 2/5] driver: serial: omap: prevent runtime PM for "no_console_suspend"

2013-04-24 Thread Sourav Poddar
Hi Kevin, On Thursday 25 April 2013 03:04 AM, Kevin Hilman wrote: Sourav Poddar writes: The driver manages "no_console_suspend" by preventing runtime PM during the suspend path, which forces the console UART to stay awake. Signed-off-by: Sourav Poddar --- drivers/tty/serial/omap-serial.c |

Re: [PATCHv3 2/5] driver: serial: omap: prevent runtime PM for "no_console_suspend"

2013-04-24 Thread Kevin Hilman
Sourav Poddar writes: > The driver manages "no_console_suspend" by preventing runtime PM > during the suspend path, which forces the console UART to stay awake. > > Signed-off-by: Sourav Poddar > --- > drivers/tty/serial/omap-serial.c | 29 - > 1 files changed, 28

[PATCHv3 2/5] driver: serial: omap: prevent runtime PM for "no_console_suspend"

2013-04-24 Thread Sourav Poddar
The driver manages "no_console_suspend" by preventing runtime PM during the suspend path, which forces the console UART to stay awake. Signed-off-by: Sourav Poddar --- drivers/tty/serial/omap-serial.c | 29 - 1 files changed, 28 insertions(+), 1 deletions(-) diff

[PATCHv3 2/5] driver: serial: omap: prevent runtime PM for no_console_suspend

2013-04-24 Thread Sourav Poddar
The driver manages no_console_suspend by preventing runtime PM during the suspend path, which forces the console UART to stay awake. Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- drivers/tty/serial/omap-serial.c | 29 - 1 files changed, 28 insertions(+), 1

Re: [PATCHv3 2/5] driver: serial: omap: prevent runtime PM for no_console_suspend

2013-04-24 Thread Kevin Hilman
Sourav Poddar sourav.pod...@ti.com writes: The driver manages no_console_suspend by preventing runtime PM during the suspend path, which forces the console UART to stay awake. Signed-off-by: Sourav Poddar sourav.pod...@ti.com --- drivers/tty/serial/omap-serial.c | 29

Re: [PATCHv3 2/5] driver: serial: omap: prevent runtime PM for no_console_suspend

2013-04-24 Thread Sourav Poddar
Hi Kevin, On Thursday 25 April 2013 03:04 AM, Kevin Hilman wrote: Sourav Poddarsourav.pod...@ti.com writes: The driver manages no_console_suspend by preventing runtime PM during the suspend path, which forces the console UART to stay awake. Signed-off-by: Sourav Poddarsourav.pod...@ti.com