Merge patch series "ufs: qcom: Add HS-G4 support"
authorMartin K. Petersen <martin.petersen@oracle.com>
Thu, 12 Jan 2023 02:50:04 +0000 (21:50 -0500)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 12 Jan 2023 02:50:04 +0000 (21:50 -0500)
commit3d2f12b4f0bdb87d81568154cab193785727e4b0
treeacf92eb43c10edfd5e5fc773ea75742b648e3db2
parentb8c328727c0d53b33f52d0e0d1dfe0051910e183
parent39beef59128f6cf6a5d49e4c0dfd69dabe50b0c5
Merge patch series "ufs: qcom: Add HS-G4 support"

Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> says:

This series adds HS-G4 support to the Qcom UFS driver and PHY driver.
The newer Qcom platforms support configuring the UFS controller and
PHY in dual gears (i.e., controller/PHY can be configured to run in
two gear speeds). This is accomplished by adding two different PHY
init sequences to the PHY driver and the UFS driver requesting the one
that's required based on the platform configuration.

Initially the ufs-qcom driver will use the default gear G2 for
enumerating the UFS device. Afer enumeration, the max gear supported
by both the controller and device would be found out and that will be
used thereafter.  But for using the max gear after enumeration, the
ufs-qcom driver requires the UFS device to be reinitialized. For this
purpose, a separate quirk has been introduced in the UFS core along
with a callback and those will be used by the ufs-qcom driver.

This series has been tested on following platforms:

 * Qcom RB5 development platform powered by SM8250 SoC
 * SM8450 based dev board
 * Qdrive3/sa8540p-ride board based on SC8280XP (derivative)

Link: https://lore.kernel.org/r/20221222141001.54849-1-manivannan.sadhasivam@linaro.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>