From: Bhupesh Sharma <bhupesh.sharma@linaro.org>
To: linux-arm-msm@vger.kernel.org
Cc: bhupesh.sharma@linaro.org, bhupesh.linux@gmail.com,
agross@kernel.org, linux-kernel@vger.kernel.org,
devicetree@vger.kernel.org, sboyd@kernel.org,
tdas@codeaurora.org, mturquette@baylibre.com,
linux-clk@vger.kernel.org, robh+dt@kernel.org,
bjorn.andersson@linaro.org
Subject: [PATCH v3 0/6] Add ethernet support for Qualcomm SA8155p-ADP board
Date: Thu, 3 Mar 2022 14:18:18 +0530 [thread overview]
Message-ID: <20220303084824.284946-1-bhupesh.sharma@linaro.org> (raw)
Changes since v2:
-----------------
- v2 can be seen here: https://lore.kernel.org/linux-arm-msm/20220302110508.69053-1-bhupesh.sharma@linaro.org/T
- Fixed review comments from Dmitry - created a new [PATCH 2/6]
to fix some identation issues with sm8150 gcc driver.
Changes since v1:
-----------------
- v1 can be seen here: https://lore.kernel.org/netdev/20220126221725.710167-1-bhupesh.sharma@linaro.org/t/
- Fixed review comments from Bjorn - broke the v1 series into two
separate series - one each for 'net' tree and 'arm clock/dts' tree
- so as to ease review of the same from the respective maintainers.
- This series is intended for the 'arm msm clock/dts' tree.
- Other changes:
- Dropped [PATCH 7/8] from v1.
- Added more background on the emac gdsc issue, requiring it to be in
ALWAYS_ON state in [PATCH 5/5].
- Collected Ack from Rob for [PATCH 1/5].
- Broke down v1's [PATCH 3/8] into 3 separate patches (one each for emac,
pci and ufs gdsc defines) - one of which is carried as [PATCH 2/5]
in this series, which is used to enable emac GDSC.
The SA8155p-ADP board supports on-board ethernet (Gibabit Interface),
with support for both RGMII and RMII buses.
This patchset adds the support for the same.
Note that this patchset is based on an earlier sent patchset
for adding PDC controller support on SM8150 (see [1]).
[1]. https://lore.kernel.org/linux-arm-msm/20220226184028.111566-1-bhupesh.sharma@linaro.org/T/
Cc: Bjorn Andersson <bjorn.andersson@linaro.org>
Bhupesh Sharma (3):
clk: qcom: gcc: sm8150: Fix some identation issues
clk: qcom: gcc: Add emac GDSC support for SM8150
clk: qcom: gcc-sm8150: Use ALWAYS_ON flag as a workaround for emac
gdsc
Vinod Koul (3):
dt-bindings: net: qcom,ethqos: Document SM8150 SoC compatible
arm64: dts: qcom: sm8150: add ethernet node
arm64: dts: qcom: sa8155p-adp: Enable ethernet node
.../devicetree/bindings/net/qcom,ethqos.txt | 4 +-
arch/arm64/boot/dts/qcom/sa8155p-adp.dts | 144 ++++++++++++++++++
arch/arm64/boot/dts/qcom/sm8150.dtsi | 27 ++++
drivers/clk/qcom/gcc-sm8150.c | 40 +++--
include/dt-bindings/clock/qcom,gcc-sm8150.h | 1 +
5 files changed, 203 insertions(+), 13 deletions(-)
--
2.35.1
next reply other threads:[~2022-03-03 8:48 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-03 8:48 Bhupesh Sharma [this message]
2022-03-03 8:48 ` [PATCH v3 1/6] dt-bindings: net: qcom,ethqos: Document SM8150 SoC compatible Bhupesh Sharma
2022-03-08 23:11 ` Bjorn Andersson
2022-03-03 8:48 ` [PATCH v3 2/6] clk: qcom: gcc: sm8150: Fix some identation issues Bhupesh Sharma
2022-03-03 8:48 ` [PATCH v3 3/6] clk: qcom: gcc: Add emac GDSC support for SM8150 Bhupesh Sharma
2022-03-03 10:33 ` Dmitry Baryshkov
2022-03-08 23:09 ` Bjorn Andersson
2022-03-08 23:12 ` Dmitry Baryshkov
2022-03-03 8:48 ` [PATCH v3 4/6] clk: qcom: gcc-sm8150: Use ALWAYS_ON flag as a workaround for emac gdsc Bhupesh Sharma
2022-03-03 8:48 ` [PATCH v3 5/6] arm64: dts: qcom: sm8150: add ethernet node Bhupesh Sharma
2022-03-03 10:34 ` Dmitry Baryshkov
2022-03-03 8:48 ` [PATCH v3 6/6] arm64: dts: qcom: sa8155p-adp: Enable " Bhupesh Sharma
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=20220303084824.284946-1-bhupesh.sharma@linaro.org \
--to=bhupesh.sharma@linaro.org \
--cc=agross@kernel.org \
--cc=bhupesh.linux@gmail.com \
--cc=bjorn.andersson@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mturquette@baylibre.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@kernel.org \
--cc=tdas@codeaurora.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).