From: Vinod Koul <vkoul@kernel.org>
To: Kishon Vijay Abraham I <kishon@ti.com>
Cc: linux-arm-msm@vger.kernel.org,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Vinod Koul <vkoul@kernel.org>, Andy Gross <agross@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
"Martin K. Petersen" <martin.petersen@oracle.com>,
Evan Green <evgreen@chromium.org>, Can Guo <cang@codeaurora.org>,
Stanley Chu <stanley.chu@mediatek.com>,
Subhash Jadavani <subhashj@codeaurora.org>,
Douglas Anderson <dianders@chromium.org>,
Stephen Boyd <swboyd@chromium.org>
Subject: [PATCH v3 0/3] UFS: Add support for SM8150 UFS
Date: Thu, 24 Oct 2019 13:17:59 +0530 [thread overview]
Message-ID: <20191024074802.26526-1-vkoul@kernel.org> (raw)
This series adds compatible strings for ufs hc and ufs qmp phy found in
Qualcomm SM8150 SoC. Also update the qmp phy driver with version 4 and
support for ufs phy.
Changes since V2:
- add review tags received
- rename registers to QSERDES_V4_COM* and sort them and make these lower
hex
- reuse sdm845_ufs_phy_clk_l as it is same
Changes since v1:
- make the numbers a lower case hex
- add review tags received
Vinod Koul (3):
dt-bindings: ufs: Add sm8150 compatible string
dt-bindings: phy-qcom-qmp: Add sm8150 UFS phy compatible string
phy: qcom-qmp: Add SM8150 QMP UFS PHY support
.../devicetree/bindings/phy/qcom-qmp-phy.txt | 7 +-
.../devicetree/bindings/ufs/ufshcd-pltfrm.txt | 1 +
drivers/phy/qualcomm/phy-qcom-qmp.c | 120 ++++++++++++++++++
drivers/phy/qualcomm/phy-qcom-qmp.h | 96 ++++++++++++++
4 files changed, 223 insertions(+), 1 deletion(-)
--
2.20.1
next reply other threads:[~2019-10-24 7:48 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-24 7:47 Vinod Koul [this message]
2019-10-24 7:48 ` [PATCH v3 1/3] dt-bindings: ufs: Add sm8150 compatible string Vinod Koul
2019-11-05 6:02 ` Vinod Koul
2019-11-06 5:21 ` Martin K. Petersen
2019-10-24 7:48 ` [PATCH v3 2/3] dt-bindings: phy-qcom-qmp: Add sm8150 UFS phy " Vinod Koul
2019-11-05 6:02 ` Vinod Koul
2019-11-06 5:26 ` Kishon Vijay Abraham I
2019-11-06 5:57 ` Vinod Koul
2019-10-24 7:48 ` [PATCH v3 3/3] phy: qcom-qmp: Add SM8150 QMP UFS PHY support Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191024074802.26526-1-vkoul@kernel.org \
--to=vkoul@kernel.org \
--cc=agross@kernel.org \
--cc=bjorn.andersson@linaro.org \
--cc=cang@codeaurora.org \
--cc=devicetree@vger.kernel.org \
--cc=dianders@chromium.org \
--cc=evgreen@chromium.org \
--cc=kishon@ti.com \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=martin.petersen@oracle.com \
--cc=robh+dt@kernel.org \
--cc=stanley.chu@mediatek.com \
--cc=subhashj@codeaurora.org \
--cc=swboyd@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.