Re: [PATCHv3 6/8] serial: imx: add runtime pm support

2015-08-14 Thread Eduardo Valentin
On Fri, Aug 14, 2015 at 05:23:12PM -0700, Greg Kroah-Hartman wrote: > On Tue, Aug 11, 2015 at 10:21:25AM -0700, Eduardo Valentin wrote: > > This change introduces the runtime pm support on imx serial > > driver. The objective is to be able to idle the uart > > port whenever it is not in use while s

Re: [PATCHv3 6/8] serial: imx: add runtime pm support

2015-08-14 Thread Greg Kroah-Hartman
On Tue, Aug 11, 2015 at 10:21:25AM -0700, Eduardo Valentin wrote: > This change introduces the runtime pm support on imx serial > driver. The objective is to be able to idle the uart > port whenever it is not in use while still being able > to wake it up when needed. The key changes in this patch a