Commits

Dong Aisheng committed c0d6ebf9b89
MLK-16757-1 can: flexcan: disable clocks during suspend Flexcan will be stopped during suspend if no wakeup function required and enabled after resume accordingly. During this period, we could explicitly disable clocks. We do this by moving the clk_prepare_enable/clk_disable_unprepare into flexcan_chip_start and flexcan_chip_stop functions which will be called during suspend/resume function. Reviewed-by: Frank Li <frank.li@nxp.com> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>