Merge 5.10-rc4 into here.
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2020 08:16:56 +0000 (09:16 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2020 08:16:56 +0000 (09:16 +0100)
We need the USB/Thunderbolt fixes in here as well.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1  2 
MAINTAINERS
drivers/usb/typec/ucsi/ucsi.c
drivers/usb/typec/ucsi/ucsi.h

diff --cc MAINTAINERS
Simple merge
@@@ -766,8 -676,21 +768,10 @@@ static void ucsi_handle_connector_chang
                        ucsi_register_partner(con);
                else
                        ucsi_unregister_partner(con);
+               ucsi_port_psy_changed(con);
        }
  
 -      if (con->status.change & UCSI_CONSTAT_CAM_CHANGE) {
 -              /*
 -               * We don't need to know the currently supported alt modes here.
 -               * Running GET_CAM_SUPPORTED command just to make sure the PPM
 -               * does not get stuck in case it assumes we do so.
 -               */
 -              command = UCSI_GET_CAM_SUPPORTED;
 -              command |= UCSI_CONNECTOR_NUMBER(con->num);
 -              ucsi_send_command(con->ucsi, command, NULL, 0);
 -      }
 -
        if (con->status.change & UCSI_CONSTAT_PARTNER_CHANGE)
                ucsi_partner_change(con);
  
Simple merge