]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
usb: typec: tipd: Use read_power_status function in probe
authorHector Martin <marcan@marcan.st>
Sun, 14 Sep 2025 12:56:14 +0000 (12:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 14 Sep 2025 14:08:21 +0000 (16:08 +0200)
commit77ed2f4538da7356a1813e9d4e4c13de6e3d5a2a
tree642483c64c75a6923a1ce215b5a49b5521466292
parent36c791c1996db13d5042960aa5895f777239845b
usb: typec: tipd: Use read_power_status function in probe

We need the initial power status to be able to reliably detect connector
changes once we introduce de-bouncing for CD321x next. read_power_status
takes care of this and also forwards the status to the trace subsystem
so let's use that instead of open-coding it inside probe.

Signed-off-by: Hector Martin <marcan@marcan.st>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Reviewed-by: Neal Gompa <neal@gompa.dev>
Signed-off-by: Sven Peter <sven@kernel.org>
Link: https://lore.kernel.org/r/20250914-apple-usb3-tipd-v1-9-4e99c8649024@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tipd/core.c