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

2012-09-10 Thread AnilKumar, Chimata
Hi Kevin, On Sat, Sep 08, 2012 at 02:31:22, Kevin Hilman wrote: AnilKumar, Chimata anilku...@ti.com writes: Hi Kevin, On Fri, Sep 07, 2012 at 05:07:56, Kevin Hilman wrote: AnilKumar Ch anilku...@ti.com writes: Add Runtime PM support to C_CAN/D_CAN controller. The runtime PM

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

2012-09-07 Thread Kevin Hilman
AnilKumar, Chimata anilku...@ti.com writes: Hi Kevin, On Fri, Sep 07, 2012 at 05:07:56, Kevin Hilman wrote: AnilKumar Ch anilku...@ti.com writes: 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

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

2012-09-06 Thread Kevin Hilman
AnilKumar Ch anilku...@ti.com writes: 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 anilku...@ti.com I'm not familar with the

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

2012-09-06 Thread AnilKumar, Chimata
Hi Kevin, On Fri, Sep 07, 2012 at 05:07:56, Kevin Hilman wrote: AnilKumar Ch anilku...@ti.com writes: 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.

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

2012-09-03 Thread Marc Kleine-Budde
On 08/20/2012 01:20 PM, AnilKumar Ch 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 anilku...@ti.com --- This patch has

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

2012-09-03 Thread AnilKumar, Chimata
Marc, On Mon, Sep 03, 2012 at 14:22:22, Marc Kleine-Budde wrote: On 08/20/2012 01:20 PM, AnilKumar Ch 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

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

2012-08-26 Thread AnilKumar, Chimata
Hi Marc, On Mon, Aug 20, 2012 at 16:50:54, 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

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

2012-08-20 Thread AnilKumar Ch
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 anilku...@ti.com --- This patch has been tested on AM335X EVM. Due to lack of hardware