RE: [PATCH v7] can: xilinx: Convert to runtime_pm

2015-10-26 Thread Appana Durga Kedareswara Rao
ev@vger.kernel.org; linux-arm- > ker...@lists.infradead.org; linux-ker...@vger.kernel.org; Appana Durga > Kedareswara Rao > Subject: Re: [PATCH v7] can: xilinx: Convert to runtime_pm > > On 10/23/2015 07:23 AM, Kedareswara rao Appana wrote: > > Instead of enablin

Re: [PATCH v7] can: xilinx: Convert to runtime_pm

2015-10-25 Thread Marc Kleine-Budde
On 10/23/2015 07:23 AM, 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. > >