Commits

Peter Chen committed 8be722559aa
MLK-16285-1 staging: typec: tcpci: move request interrupt to the end of probe The tcpci_irq may visit tcpci->port if unexpected interrupt occurs (eg, board design issue causes GPIO status is incorrect) and cause NULL pointer dereference issue. Besides, delete clear TCPC_ALERT and TCPC_ALERT_MASK code which are already done at tcpci_init. Signed-off-by: Peter Chen <peter.chen@nxp.com> Acked-by: Li Jun <jun.li@nxp.com>