Re: [PATCH] serial: omap: Fix device tree based PM runtime

2013-06-10 Thread Tony Lindgren
In the runtime_suspend function pdata is not being used, and also blocks the function in device tree based booting. Fix it by removing the unused pdata from the runtime_suspend function. Further, context loss count is not being passed in pdata, so let's just reinitialize the port every time for

Re: [PATCH] serial: omap: Fix device tree based PM runtime

2013-06-08 Thread Greg Kroah-Hartman
On Fri, Jun 07, 2013 at 04:00:22PM -0700, Tony Lindgren wrote: In the runtime_suspend function pdata is not being used, and also blocks the function in device tree based booting. Fix it by removing the unused pdata from the runtime_suspend function. Further, context loss count is not being

[PATCH] serial: omap: Fix device tree based PM runtime

2013-06-07 Thread Tony Lindgren
In the runtime_suspend function pdata is not being used, and also blocks the function in device tree based booting. Fix it by removing the unused pdata from the runtime_suspend function. Further, context loss count is not being passed in pdata, so let's just reinitialize the port every time for

Re: [PATCH] serial: omap: Fix device tree based PM runtime

2013-06-07 Thread Kevin Hilman
Tony Lindgren t...@atomide.com writes: In the runtime_suspend function pdata is not being used, and also blocks the function in device tree based booting. Fix it by removing the unused pdata from the runtime_suspend function. Further, context loss count is not being passed in pdata, so

Re: [PATCH] serial: omap: Fix device tree based PM runtime

2013-06-07 Thread Tony Lindgren
In the runtime_suspend function pdata is not being used, and also blocks the function in device tree based booting. Fix it by removing the unused pdata from the runtime_suspend function. Further, context loss count is not being passed in pdata, so let's just reinitialize the port every time for