RE: [PATCH v4 3/3] can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller

2012-08-07 Thread AnilKumar, Chimata
Hi Vaibhav, Thanks for the review. On Mon, Aug 06, 2012 at 12:18:32, Hiremath, Vaibhav wrote: > On Sat, Aug 04, 2012 at 00:39:25, Marc Kleine-Budde wrote: > > On 08/03/2012 08:32 AM, Hiremath, Vaibhav wrote: > > > On Thu, Aug 02, 2012 at 18:43:11, AnilKumar, Chimata wrote: > > >> Add Runtime PM s

RE: [PATCH v4 3/3] can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller

2012-08-05 Thread Hiremath, Vaibhav
On Sat, Aug 04, 2012 at 00:39:25, Marc Kleine-Budde wrote: > On 08/03/2012 08:32 AM, Hiremath, Vaibhav wrote: > > On Thu, Aug 02, 2012 at 18:43:11, AnilKumar, Chimata wrote: > >> Add Runtime PM support to C_CAN/D_CAN controller. The runtime PM > >> APIs control clocks for C_CAN/D_CAN IP and prevent

Re: [PATCH v4 3/3] can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller

2012-08-03 Thread Marc Kleine-Budde
On 08/03/2012 08:32 AM, Hiremath, Vaibhav wrote: > On Thu, Aug 02, 2012 at 18:43:11, AnilKumar, Chimata wrote: >> Add Runtime PM support to C_CAN/D_CAN controller. The runtime PM >> APIs control clocks for C_CAN/D_CAN IP and prevent access to the >> register of C_CAN/D_CAN IP when clock is turned o

RE: [PATCH v4 3/3] can: c_can: Add runtime PM support to Bosch C_CAN/D_CAN controller

2012-08-02 Thread Hiremath, Vaibhav
On Thu, Aug 02, 2012 at 18:43:11, AnilKumar, Chimata wrote: > Add Runtime PM support to C_CAN/D_CAN controller. The runtime PM > APIs control clocks for C_CAN/D_CAN IP and prevent access to the > register of C_CAN/D_CAN IP when clock is turned off. > > Signed-off-by: AnilKumar Ch > --- > drivers