Re: [PATCH 1/2] PM: use dpm_run_callback in device_prepare

2013-06-07 Thread Yanmin Zhang
On Fri, 2013-06-07 at 18:15 -0700, Greg KH wrote: > On Sat, Jun 08, 2013 at 08:43:55AM +0800, Yanmin Zhang wrote: > > On Fri, 2013-06-07 at 10:37 -0700, Greg KH wrote: > > > On Fri, Jun 07, 2013 at 04:20:31PM +0800, shuox@intel.com wrote: > > > > From: ShuoX Liu > > > > > > > >

Re: [PATCH 1/2] PM: use dpm_run_callback in device_prepare

2013-06-07 Thread Greg KH
On Sat, Jun 08, 2013 at 08:43:55AM +0800, Yanmin Zhang wrote: > On Fri, 2013-06-07 at 10:37 -0700, Greg KH wrote: > > On Fri, Jun 07, 2013 at 04:20:31PM +0800, shuox@intel.com wrote: > > > From: ShuoX Liu > > > > > > dpm_run_callback could show more debug info around prepare stage. > > > >

Re: [PATCH 1/2] PM: use dpm_run_callback in device_prepare

2013-06-07 Thread Yanmin Zhang
On Fri, 2013-06-07 at 10:37 -0700, Greg KH wrote: > On Fri, Jun 07, 2013 at 04:20:31PM +0800, shuox@intel.com wrote: > > From: ShuoX Liu > > > > dpm_run_callback could show more debug info around prepare stage. > > Why? Who needs this? What problem does it solve? > > Without answers to

Re: [PATCH 1/2] PM: use dpm_run_callback in device_prepare

2013-06-07 Thread Greg KH
On Fri, Jun 07, 2013 at 04:20:31PM +0800, shuox@intel.com wrote: > From: ShuoX Liu > > dpm_run_callback could show more debug info around prepare stage. Why? Who needs this? What problem does it solve? Without answers to this, why would you expect us to accept such a change? greg k-h --

[PATCH 1/2] PM: use dpm_run_callback in device_prepare

2013-06-07 Thread shuox . liu
From: ShuoX Liu dpm_run_callback could show more debug info around prepare stage. Signed-off-by: Zhang Yanmin Signed-off-by: Liu ShuoX --- drivers/base/power/main.c |9 - 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/drivers/base/power/main.c

Re: [PATCH 1/2] PM: use dpm_run_callback in device_prepare

2013-06-07 Thread Greg KH
On Fri, Jun 07, 2013 at 04:20:31PM +0800, shuox@intel.com wrote: From: ShuoX Liu shuox@intel.com dpm_run_callback could show more debug info around prepare stage. Why? Who needs this? What problem does it solve? Without answers to this, why would you expect us to accept such a

Re: [PATCH 1/2] PM: use dpm_run_callback in device_prepare

2013-06-07 Thread Yanmin Zhang
On Fri, 2013-06-07 at 10:37 -0700, Greg KH wrote: On Fri, Jun 07, 2013 at 04:20:31PM +0800, shuox@intel.com wrote: From: ShuoX Liu shuox@intel.com dpm_run_callback could show more debug info around prepare stage. Why? Who needs this? What problem does it solve? Without

Re: [PATCH 1/2] PM: use dpm_run_callback in device_prepare

2013-06-07 Thread Greg KH
On Sat, Jun 08, 2013 at 08:43:55AM +0800, Yanmin Zhang wrote: On Fri, 2013-06-07 at 10:37 -0700, Greg KH wrote: On Fri, Jun 07, 2013 at 04:20:31PM +0800, shuox@intel.com wrote: From: ShuoX Liu shuox@intel.com dpm_run_callback could show more debug info around prepare stage.

Re: [PATCH 1/2] PM: use dpm_run_callback in device_prepare

2013-06-07 Thread Yanmin Zhang
On Fri, 2013-06-07 at 18:15 -0700, Greg KH wrote: On Sat, Jun 08, 2013 at 08:43:55AM +0800, Yanmin Zhang wrote: On Fri, 2013-06-07 at 10:37 -0700, Greg KH wrote: On Fri, Jun 07, 2013 at 04:20:31PM +0800, shuox@intel.com wrote: From: ShuoX Liu shuox@intel.com

[PATCH 1/2] PM: use dpm_run_callback in device_prepare

2013-06-07 Thread shuox . liu
From: ShuoX Liu shuox@intel.com dpm_run_callback could show more debug info around prepare stage. Signed-off-by: Zhang Yanmin yanmin.zh...@intel.com Signed-off-by: Liu ShuoX shuox@intel.com --- drivers/base/power/main.c |9 - 1 files changed, 4 insertions(+), 5 deletions(-)