On Tue, Jun 2, 2020 at 6:18 PM <jun.li@xxxxxxx> wrote: > > From: Li Jun <jun.li@xxxxxxx> > > 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@xxxxxxxxxx > > Fixes: ce08eaeb6388 ("staging: typec: rt1711h typec chip driver") > Cc: John Stultz <john.stultz@xxxxxxxxxx> > Reviewed-by: Guenter Roeck <linux@xxxxxxxxxxxx> > Signed-off-by: Li Jun <jun.li@xxxxxxx> Thanks so much for this, and sorry for my delay here. Tested-by: John Stultz <john.stultz@xxxxxxxxxx> thanks -john