Files
linux/drivers
Paul Cercueil 2cdbd92c2d mmc: mxc: Use the new PM macros
Use DEFINE_SIMPLE_DEV_PM_OPS() instead of the SIMPLE_DEV_PM_OPS()
macro, along with using pm_sleep_ptr() as this driver doesn't handle
runtime PM.

This makes it possible to remove the #ifdef CONFIG_PM guard around
the suspend/resume functions.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2021-12-17 19:20:58 +01:00
..
2021-11-26 19:45:31 +01:00
2021-12-09 10:49:56 -08:00
2021-12-09 11:20:47 +09:00
2021-11-26 22:54:47 +01:00
2021-12-17 19:20:58 +01:00
2021-10-26 19:12:01 +02:00
2021-12-17 16:04:14 +01:00
2021-10-18 09:29:27 +02:00
2021-11-16 14:41:23 +01:00
2021-11-30 11:41:49 -07:00