RE: [PATCH v5] can: Convert to runtime_pm

2015-01-28 Thread Appana Durga Kedareswara Rao
org > Cc: linux-...@vger.kernel.org; net...@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; linux-kernel@vger.kernel.org; > devicet...@vger.kernel.org; Appana Durga Kedareswara Rao > Subject: Re: [PATCH v5] can: Convert to runtime_pm > > On 01/12/2015 04:04 PM, Kedareswara rao Appa

Re: [PATCH v5] can: Convert to runtime_pm

2015-01-28 Thread Marc Kleine-Budde
On 01/12/2015 04:04 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. > > Si

Re: [PATCH v5] can: Convert to runtime_pm

2015-01-13 Thread Sören Brinkmann
On Tue, 2015-01-13 at 07:03PM +0100, Marc Kleine-Budde wrote: > On 01/13/2015 06:49 PM, Sören Brinkmann wrote: > > On Tue, 2015-01-13 at 06:44PM +0100, Marc Kleine-Budde wrote: > >> On 01/13/2015 06:24 PM, Sören Brinkmann wrote: > >>> On Tue, 2015-01-13 at 06:17PM +0100, Marc Kleine-Budde wrote: >

Re: [PATCH v5] can: Convert to runtime_pm

2015-01-13 Thread Marc Kleine-Budde
On 01/13/2015 06:49 PM, Sören Brinkmann wrote: > On Tue, 2015-01-13 at 06:44PM +0100, Marc Kleine-Budde wrote: >> On 01/13/2015 06:24 PM, Sören Brinkmann wrote: >>> On Tue, 2015-01-13 at 06:17PM +0100, Marc Kleine-Budde wrote: On 01/13/2015 06:08 PM, Sören Brinkmann wrote: > On Tue, 2015-0

Re: [PATCH v5] can: Convert to runtime_pm

2015-01-13 Thread Sören Brinkmann
On Tue, 2015-01-13 at 06:44PM +0100, Marc Kleine-Budde wrote: > On 01/13/2015 06:24 PM, Sören Brinkmann wrote: > > On Tue, 2015-01-13 at 06:17PM +0100, Marc Kleine-Budde wrote: > >> On 01/13/2015 06:08 PM, Sören Brinkmann wrote: > >>> On Tue, 2015-01-13 at 12:08PM +0100, Marc Kleine-Budde wrote: >

Re: [PATCH v5] can: Convert to runtime_pm

2015-01-13 Thread Marc Kleine-Budde
On 01/13/2015 06:24 PM, Sören Brinkmann wrote: > On Tue, 2015-01-13 at 06:17PM +0100, Marc Kleine-Budde wrote: >> On 01/13/2015 06:08 PM, Sören Brinkmann wrote: >>> On Tue, 2015-01-13 at 12:08PM +0100, Marc Kleine-Budde wrote: On 01/12/2015 07:45 PM, Sören Brinkmann wrote: > On Mon, 2015-0

Re: [PATCH v5] can: Convert to runtime_pm

2015-01-13 Thread Sören Brinkmann
On Tue, 2015-01-13 at 06:17PM +0100, Marc Kleine-Budde wrote: > On 01/13/2015 06:08 PM, Sören Brinkmann wrote: > > On Tue, 2015-01-13 at 12:08PM +0100, Marc Kleine-Budde wrote: > >> On 01/12/2015 07:45 PM, Sören Brinkmann wrote: > >>> On Mon, 2015-01-12 at 08:34PM +0530, Kedareswara rao Appana wrot

Re: [PATCH v5] can: Convert to runtime_pm

2015-01-13 Thread Marc Kleine-Budde
On 01/13/2015 06:08 PM, Sören Brinkmann wrote: > On Tue, 2015-01-13 at 12:08PM +0100, Marc Kleine-Budde wrote: >> On 01/12/2015 07:45 PM, Sören Brinkmann wrote: >>> On Mon, 2015-01-12 at 08:34PM +0530, Kedareswara rao Appana wrote: Instead of enabling/disabling clocks at several locations in t

Re: [PATCH v5] can: Convert to runtime_pm

2015-01-13 Thread Sören Brinkmann
On Tue, 2015-01-13 at 12:08PM +0100, Marc Kleine-Budde wrote: > On 01/12/2015 07:45 PM, Sören Brinkmann wrote: > > On Mon, 2015-01-12 at 08:34PM +0530, Kedareswara rao Appana wrote: > >> Instead of enabling/disabling clocks at several locations in the driver, > >> Use the runtime_pm framework. This

Re: [PATCH v5] can: Convert to runtime_pm

2015-01-13 Thread Marc Kleine-Budde
On 01/12/2015 07:45 PM, Sören Brinkmann wrote: > On Mon, 2015-01-12 at 08:34PM +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 callbac

Re: [PATCH v5] can: Convert to runtime_pm

2015-01-12 Thread Marc Kleine-Budde
On 01/12/2015 04:04 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. > > Si

Re: [PATCH v5] can: Convert to runtime_pm

2015-01-12 Thread Sören Brinkmann
On Mon, 2015-01-12 at 08:34PM +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 and > mantain

[PATCH v5] can: Convert to runtime_pm

2015-01-12 Thread Kedareswara rao Appana
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. Signed-off-by: Soren Brinkmann Signed-off-by: Kedareswara rao Appana