usb: typec: ucsi_glink: drop NO_PARTNER_PDOS quirk for sm8550 / sm8650
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 8 Apr 2024 01:04:16 +0000 (04:04 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 9 Apr 2024 15:38:58 +0000 (17:38 +0200)
commitc82d6cbb03ccb7ca0162f144ffa320479588b792
treeb9b3d8ee200759dc3bfcee46ecb0f9ebc94f0095
parent0c5794f7b0ef74f54314183f560a0a938be21b45
usb: typec: ucsi_glink: drop NO_PARTNER_PDOS quirk for sm8550 / sm8650

The Qualcomm SM8550 (and via a fallback compat SM8650) firmware properly
handles the GET_PDOS command, it sends the CCI_BUSY notification,
and then follows with the CCI_COMMAND_COMPLETE event. Stop using the quirk
for those two platforms.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Link: https://lore.kernel.org/r/20240408-qcom-ucsi-fixes-bis-v1-2-716c145ca4b1@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/ucsi/ucsi_glink.c