Re: [PATCH v7 5/8] can: m_can: Add PM Support

2018-01-16 Thread Faiz Abbas
Hi, On Monday 15 January 2018 07:25 PM, Marc Kleine-Budde wrote: > On 01/10/2018 11:55 AM, Faiz Abbas wrote: >> From: Franklin S Cooper Jr >> >> Add support for CONFIG_PM which is the new way to handle managing clocks. >> >> Move the clock management to pm_runtime_resume() and pm_runtime_suspend(

Re: [PATCH v7 5/8] can: m_can: Add PM Support

2018-01-15 Thread Marc Kleine-Budde
On 01/10/2018 11:55 AM, Faiz Abbas wrote: > From: Franklin S Cooper Jr > > Add support for CONFIG_PM which is the new way to handle managing clocks. > > Move the clock management to pm_runtime_resume() and pm_runtime_suspend() > callbacks for the driver. > > CONFIG_PM is required by OMAP based

[PATCH v7 5/8] can: m_can: Add PM Support

2018-01-10 Thread Faiz Abbas
From: Franklin S Cooper Jr Add support for CONFIG_PM which is the new way to handle managing clocks. Move the clock management to pm_runtime_resume() and pm_runtime_suspend() callbacks for the driver. CONFIG_PM is required by OMAP based devices to handle clock management. Therefore, this allows