commit | 4716620d1b6291ce45522d1346c086f76b995d1c | [log] [tgz] |
---|---|---|
author | Kedareswara rao Appana <appana.durga.rao@xilinx.com> | Mon Oct 26 11:41:54 2015 +0530 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Nov 23 09:51:34 2015 +0100 |
tree | 8946259f6b06769d0f1987ab91c92cd16f74dc3e | |
parent | 3f8c0f7efb4fcac11f31afa97584d06118c614bb [diff] |
can: xilinx: Convert to runtime_pm Instead of enabling/disabling clocks at several locations in the driver, Use the runtime_pm framework. This consolidates the actions for runtime PM In the appropriate callbacks and makes the driver more readable and mantainable. Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>