RE: [PATCH v3] can: Convert to runtime_pm

2014-11-27 Thread Appana Durga Kedareswara Rao
@vger.kernel.org; net...@vger.kernel.org; linux-ker...@vger.kernel.org; linux-...@vger.kernel.org; Appana Durga Kedareswara Rao; linux-arm-ker...@lists.infradead.org Subject: Re: [PATCH v3] can: Convert to runtime_pm Hi Kedar, On Thu, 2014-11-27 at 06:38PM +0530, Kedareswara rao Appana wrote: > Inst

RE: [PATCH v3] can: Convert to runtime_pm

2014-11-27 Thread Appana Durga Kedareswara Rao
-...@vger.kernel.org; net...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux-ker...@vger.kernel.org; devicetree@vger.kernel.org; Appana Durga Kedareswara Rao Subject: Re: [PATCH v3] can: Convert to runtime_pm On 11/27/2014 02:08 PM, Kedareswara rao Appana wrote: > Instead of enabl

Re: [PATCH v3] can: Convert to runtime_pm

2014-11-27 Thread Sören Brinkmann
On Thu, 2014-11-27 at 11:55PM +0100, Marc Kleine-Budde wrote: > On 11/27/2014 11:47 PM, Sören Brinkmann wrote: > > On Thu, 2014-11-27 at 10:17PM +0100, Marc Kleine-Budde wrote: > >> On 11/27/2014 02:08 PM, Kedareswara rao Appana wrote: > >>> Instead of enabling/disabling clocks at several locations

Re: [PATCH v3] can: Convert to runtime_pm

2014-11-27 Thread Marc Kleine-Budde
On 11/27/2014 11:47 PM, Sören Brinkmann wrote: > On Thu, 2014-11-27 at 10:17PM +0100, Marc Kleine-Budde wrote: >> On 11/27/2014 02:08 PM, Kedareswara rao Appana wrote: >>> Instead of enabling/disabling clocks at several locations in the driver, >>> use the runtime_pm framework. This consolidates th

Re: [PATCH v3] can: Convert to runtime_pm

2014-11-27 Thread Sören Brinkmann
On Thu, 2014-11-27 at 10:17PM +0100, Marc Kleine-Budde wrote: > On 11/27/2014 02:08 PM, Kedareswara rao Appana wrote: > > Instead of enabling/disabling clocks at several locations in the driver, > > use the runtime_pm framework. This consolidates the actions for > > runtime PM in the appropriate ca

Re: [PATCH v3] can: Convert to runtime_pm

2014-11-27 Thread Marc Kleine-Budde
On 11/27/2014 02:08 PM, Kedareswara rao Appana wrote: > Instead of enabling/disabling clocks at several locations in the driver, > use the runtime_pm framework. This consolidates the actions for > runtime PM in the appropriate callbacks and makes the driver more > readable and mantainable. > > Sig

Re: [PATCH v3] can: Convert to runtime_pm

2014-11-27 Thread Sören Brinkmann
Hi Kedar, On Thu, 2014-11-27 at 06:38PM +0530, Kedareswara rao Appana wrote: > Instead of enabling/disabling clocks at several locations in the driver, > use the runtime_pm framework. This consolidates the actions for > runtime PM in the appropriate callbacks and makes the driver more > readable a

Re: [PATCH v3] can: Convert to runtime_pm

2014-11-27 Thread Michal Simek
On 11/27/2014 02:08 PM, Kedareswara rao Appana wrote: > Instead of enabling/disabling clocks at several locations in the driver, > use the runtime_pm framework. This consolidates the actions for > runtime PM in the appropriate callbacks and makes the driver more > readable and mantainable. > > Sig