mbox series

[v2,0/3] phy: Add Support for SM8350 UFS

Message ID 20210204165805.62235-1-vkoul@kernel.org (mailing list archive)
Headers show
Series phy: Add Support for SM8350 UFS | expand

Message

Vinod Koul Feb. 4, 2021, 4:58 p.m. UTC
This series adds support for UFS found in SM8350 SoC.

We add binding for UFS phy and new regsiters for QMPv5 followed by UFS phy
tables.

Vinod Koul (3):
  dt-bindings: phy: qcom,qmp: Add SM8350 UFS PHY bindings
  phy: qcom-qmp: Add UFS V5 registers found in SM8350
  phy: qcom-qmp: Add support for SM8350 UFS phy

 .../devicetree/bindings/phy/qcom,qmp-phy.yaml |   1 +
 drivers/phy/qualcomm/phy-qcom-qmp.c           | 127 ++++++++++++++++++
 drivers/phy/qualcomm/phy-qcom-qmp.h           |  47 +++++++
 3 files changed, 175 insertions(+)

Comments

Vinod Koul Feb. 6, 2021, 9:55 a.m. UTC | #1
On 04-02-21, 22:28, Vinod Koul wrote:
> This series adds support for UFS found in SM8350 SoC.
> 
> We add binding for UFS phy and new regsiters for QMPv5 followed by UFS phy
> tables.

Applied, thanks