mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
302c570bf3
John reported screaming irq caused by rt1711h when system boot[1],
this is because irq request is done before tcpci_register_port(),
so the chip->tcpci has not been setup, irq handler is entered but
can't do anything, this patch is to address this by moving the irq
request after tcpci_register_port().
[1] https://lore.kernel.org/linux-usb/20200530040157.31038-1-john.stultz@linaro.org
Fixes:
|
||
---|---|---|
.. | ||
altmodes | ||
mux | ||
tcpm | ||
ucsi | ||
bus.c | ||
bus.h | ||
class.c | ||
hd3ss3220.c | ||
Kconfig | ||
Makefile | ||
mux.c | ||
tps6598x.c |