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

2012-08-13 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

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

2012-08-13 Thread Marc Kleine-Budde
On 08/13/2012 08:49 AM, 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 Looks good, minor

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

2012-08-13 Thread AnilKumar, Chimata
Hi Marc, Thanks for the review. On Mon, Aug 13, 2012 at 17:40:22, Marc Kleine-Budde wrote: On 08/13/2012 08:49 AM, 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