Re:Re: [PATCH v3] usb: core: adds support for PM control of specific USB dev skip suspend.

From: huanglei
Date: Tue Oct 22 2024 - 23:33:31 EST



Yes, to be precise, it's a hardware feature, not an OS/driver policy.

At 2024-10-22 20:14:49, "Krzysztof Kozlowski" <krzk@xxxxxxxxxx> wrote:
>On 22/10/2024 11:09, huanglei814 wrote:
>> +#ifdef CONFIG_USB_SKIP_SUSPEND
>> + if (device_property_read_bool(tmpdev, "usb-skip-suspend")) {
>
>You are adding this for DTS, so you need bindings and describe hardware
>characteristic, not OS/driver policy.
>
>Best regards,
>Krzysztof