Re: [RFC PATCH 1/2] usb: typec: hd3ss3220: Add wakeup support from system suspend

From: Krzysztof Kozlowski

Date: Mon Feb 16 2026 - 07:58:04 EST


On 15/02/2026 19:33, Swati Agarwal wrote:
>
> diff --git a/drivers/usb/typec/hd3ss3220.c b/drivers/usb/typec/hd3ss3220.c
> index 3e39b800e6b5..b56df9349f89 100644
> --- a/drivers/usb/typec/hd3ss3220.c
> +++ b/drivers/usb/typec/hd3ss3220.c
> @@ -501,6 +501,11 @@ static int hd3ss3220_probe(struct i2c_client *client)
> if (hd3ss3220->poll)
> schedule_delayed_work(&hd3ss3220->output_poll_work, HZ);
>
> + if (client->irq && device_property_read_bool(hd3ss3220->dev, "wakeup-source")) {

Looks like undocumented ABI.

Best regards,
Krzysztof