Files
linux-stable-mirror/include/linux
Rafael J. WysockiandGreg Kroah-Hartman 040a5685e1 driver core/PM: Set power.no_callbacks along with power.no_pm
commit c2ce245341 upstream.

Devices with power.no_pm set are not expected to need any power
management at all, so modify device_set_pm_not_required() to set
power.no_callbacks for them too in case runtime PM will be enabled
for any of them (which in principle may be done for convenience if
such a device participates in a dependency chain).

Since device_set_pm_not_required() must be called before device_add()
or it would not have any effect, it can update power.no_callbacks
without locking, unlike pm_runtime_no_callbacks() that can be called
after registering the target device.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: stable <stable@kernel.org>
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Link: https://lore.kernel.org/r/1950054.tdWV9SEqCh@rafael.j.wysocki
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-10-15 11:56:24 +02:00
..
2025-09-11 17:19:15 +02:00
2024-12-14 19:53:51 +01:00
2024-10-17 15:21:32 +02:00
2024-12-14 19:54:37 +01:00
2025-07-06 10:58:04 +02:00
2025-06-04 14:40:25 +02:00
2025-08-15 12:04:54 +02:00
2025-02-01 18:30:05 +01:00
2025-03-07 16:56:37 +01:00
2025-05-22 14:10:00 +02:00
2024-10-17 15:21:12 +02:00