On Tue, Jun 02, 2020 at 03:12:08PM +0800, 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://lkml.org/lkml/2020/5/30/1 Please use lore.kernel.org links instead of lkml.org as we have no control over that random site at all. thanks, greg k-h