]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
usb: typec: tcpm/tcpci_maxim: enable PROBE_PREFER_ASYNCHRONOUS
authorAndré Draszik <andre.draszik@linaro.org>
Mon, 7 Jul 2025 10:50:29 +0000 (11:50 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Jul 2025 17:49:57 +0000 (19:49 +0200)
This driver works fine with asynchronous probe.

Signed-off-by: André Draszik <andre.draszik@linaro.org>
Reviewed-by: Badhri Jagan Sridharan <badhri@google.com>
Link: https://lore.kernel.org/r/20250707-max77759-irq-wake-v1-3-d367f633e4bc@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tcpm/tcpci_maxim_core.c

index 43b0ec2d12ba6d4c1cfccbfd355af3e5d9ce1385..19f63865079658fb2a446dc390262d141b940e9a 100644 (file)
@@ -572,6 +572,7 @@ MODULE_DEVICE_TABLE(of, max_tcpci_of_match);
 static struct i2c_driver max_tcpci_i2c_driver = {
        .driver = {
                .name = "maxtcpc",
+               .probe_type = PROBE_PREFER_ASYNCHRONOUS,
                .of_match_table = max_tcpci_of_match,
                .pm = &max_tcpci_pm_ops,
        },