thunderbolt: Add wake on connect/disconnect on USB4 ports
authorRajat Khandelwal <rajat.khandelwal@intel.com>
Tue, 1 Nov 2022 11:50:42 +0000 (17:20 +0530)
committerMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 7 Nov 2022 12:36:47 +0000 (14:36 +0200)
commita5cfc9d65879c0d377f732531a2e80ee3a9eebbc
tree686b07fb4686f4bafe4125deb53c308276bc39bc
parent2ae18cc2269fc2d05d36bf44a8daa4404fa11dde
thunderbolt: Add wake on connect/disconnect on USB4 ports

Wake on connect/disconnect is only supported while runtime suspend for
now, which is obviously necessary. It is also not inherently desired for
the system to wakeup on Thunderbolt/USB4 hot plug events. However, we
can still make user in control of waking up the system in the events of
hot plug/unplug.

This patch adds 'wakeup' attribute under 'usb4_portX/power' sysfs
attribute and only enables wakes on connect/disconnect to the respective
port when 'wakeup' is set to 'enabled'. The attribute is set to
'disabled' by default.

Signed-off-by: Rajat Khandelwal <rajat.khandelwal@intel.com>
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
drivers/thunderbolt/tb_regs.h
drivers/thunderbolt/usb4.c
drivers/thunderbolt/usb4_port.c