Files
i2som-imx-linux/include/linux
Rafael J. Wysocki f08f5a0add PM / Runtime: Fix pm_runtime_suspended()
There are some situations (e.g. in __pm_generic_call()), where
pm_runtime_suspended() is used to decide whether or not to execute
a device's (system) ->suspend() callback.  The callback is not
executed if pm_runtime_suspended() returns true, but it does so
for devices that don't even support runtime PM, because the
power.disable_depth device field is ignored by it.  This leads to
problems (i.e. devices are not suspened when they should), so rework
pm_runtime_suspended() so that it returns false if the device's
power.disable_depth field is different from zero.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Cc: stable@kernel.org
2010-12-16 17:12:25 +01:00
..
2010-11-15 20:44:26 -05:00
2010-10-30 08:31:35 -07:00
2010-12-11 01:28:58 -05:00
2010-10-30 08:45:43 -04:00
2010-11-10 14:54:09 +01:00
2010-11-10 14:54:09 +01:00
2010-11-10 14:54:09 +01:00
2010-11-17 14:55:45 +09:00
2010-11-15 22:40:38 +01:00
2010-11-15 22:40:38 +01:00
2010-11-30 23:11:57 -08:00
2010-11-12 07:55:32 -08:00
2010-11-16 13:33:23 -08:00
2010-12-02 09:58:00 -05:00
2010-11-12 07:55:32 -08:00
2010-10-29 04:16:31 -04:00
2010-10-30 12:12:50 +02:00