From: Bjorn Andersson <andersson@kernel.org>
To: esteuwu@proton.me
Cc: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Brian Masney <bmasney@redhat.com>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Rob Clark <robin.clark@oss.qualcomm.com>,
Will Deacon <will@kernel.org>,
Robin Murphy <robin.murphy@arm.com>,
"Joerg Roedel (AMD)" <joro@8bytes.org>,
Vinod Koul <vkoul@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
iommu@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
linux-phy@lists.infradead.org
Subject: Re: [PATCH 0/8] SM8450 QoL changes
Date: Sat, 11 Jul 2026 11:58:46 -0500 [thread overview]
Message-ID: <alJ1EGIa8WM-iRRN@baldur> (raw)
In-Reply-To: <20260622-sm8450-qol-v1-0-37e2ee8df9da@proton.me>
On Mon, Jun 22, 2026 at 08:54:21PM -0400, Esteban Urrutia via B4 Relay wrote:
> Hello. This is my first attempt at contributing to the Linux kernel.
Welcome! A very good first attempt, I hope you will keep doing this!
>
> I've been mainlining an SM8475 based device for quite some time now and
> I feel now's the proper time to start submitting patches.
> I'm starting with the smallest part which are mostly modifications
> regarding the current support for the SM8450 SoC.
>
> Regards,
> Esteban
>
> Signed-off-by: Esteban Urrutia <esteuwu@proton.me>
> ---
> Esteban Urrutia (8):
> clk: qcom: dispcc-sm8450: Fix mdss clocks
> arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes
> arm64: dts: qcom: sm8450: Modify GPU operating points
> arm64: dts: qcom: sm8450: Add missing PCM_OUT port
> iommu/arm-smmu-qcom: Add SM8450 MDSS compatible
> phy: qcom: qmp-combo: Drop qmp_v4_calibrate_dp_phy
> phy: qcom: qmp-combo: Correct pre-emphasis table for QMP v4 DP PHYs
> arm64: defconfig: Add SM8450 camcc
Sending the patches as a single series implies that there's some sort of
dependency/relationship between them, but as far as I can tell there
isn't.
The changes applies to 4 different maintainers/subsystems. If you group
patches based on their dependencies and who is going to merge them, each
group will be easier to review and merge.
Regards,
Bjorn
>
> arch/arm64/boot/dts/qcom/sm8450.dtsi | 50 ++++++------------------------
> arch/arm64/configs/defconfig | 1 +
> drivers/clk/qcom/dispcc-sm8450.c | 6 ++--
> drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 +
> drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 33 +-------------------
> 5 files changed, 16 insertions(+), 75 deletions(-)
> ---
> base-commit: 948efecf22e49aa4bf55bb73ec79a0ddcfd38571
> change-id: 20260622-sm8450-qol-466b8c07eb5f
>
> Best regards,
> --
> Esteban Urrutia <esteuwu@proton.me>
>
>
WARNING: multiple messages have this Message-ID (diff)
From: Bjorn Andersson <andersson@kernel.org>
To: esteuwu@proton.me
Cc: Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>,
Brian Masney <bmasney@redhat.com>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Rob Clark <robin.clark@oss.qualcomm.com>,
Will Deacon <will@kernel.org>,
Robin Murphy <robin.murphy@arm.com>,
"Joerg Roedel (AMD)" <joro@8bytes.org>,
Vinod Koul <vkoul@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
iommu@lists.linux.dev, linux-arm-kernel@lists.infradead.org,
linux-phy@lists.infradead.org
Subject: Re: [PATCH 0/8] SM8450 QoL changes
Date: Sat, 11 Jul 2026 11:58:46 -0500 [thread overview]
Message-ID: <alJ1EGIa8WM-iRRN@baldur> (raw)
In-Reply-To: <20260622-sm8450-qol-v1-0-37e2ee8df9da@proton.me>
On Mon, Jun 22, 2026 at 08:54:21PM -0400, Esteban Urrutia via B4 Relay wrote:
> Hello. This is my first attempt at contributing to the Linux kernel.
Welcome! A very good first attempt, I hope you will keep doing this!
>
> I've been mainlining an SM8475 based device for quite some time now and
> I feel now's the proper time to start submitting patches.
> I'm starting with the smallest part which are mostly modifications
> regarding the current support for the SM8450 SoC.
>
> Regards,
> Esteban
>
> Signed-off-by: Esteban Urrutia <esteuwu@proton.me>
> ---
> Esteban Urrutia (8):
> clk: qcom: dispcc-sm8450: Fix mdss clocks
> arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes
> arm64: dts: qcom: sm8450: Modify GPU operating points
> arm64: dts: qcom: sm8450: Add missing PCM_OUT port
> iommu/arm-smmu-qcom: Add SM8450 MDSS compatible
> phy: qcom: qmp-combo: Drop qmp_v4_calibrate_dp_phy
> phy: qcom: qmp-combo: Correct pre-emphasis table for QMP v4 DP PHYs
> arm64: defconfig: Add SM8450 camcc
Sending the patches as a single series implies that there's some sort of
dependency/relationship between them, but as far as I can tell there
isn't.
The changes applies to 4 different maintainers/subsystems. If you group
patches based on their dependencies and who is going to merge them, each
group will be easier to review and merge.
Regards,
Bjorn
>
> arch/arm64/boot/dts/qcom/sm8450.dtsi | 50 ++++++------------------------
> arch/arm64/configs/defconfig | 1 +
> drivers/clk/qcom/dispcc-sm8450.c | 6 ++--
> drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c | 1 +
> drivers/phy/qualcomm/phy-qcom-qmp-combo.c | 33 +-------------------
> 5 files changed, 16 insertions(+), 75 deletions(-)
> ---
> base-commit: 948efecf22e49aa4bf55bb73ec79a0ddcfd38571
> change-id: 20260622-sm8450-qol-466b8c07eb5f
>
> Best regards,
> --
> Esteban Urrutia <esteuwu@proton.me>
>
>
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
next prev parent reply other threads:[~2026-07-11 16:58 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-23 0:54 [PATCH 0/8] SM8450 QoL changes Esteban Urrutia via B4 Relay
2026-06-23 0:54 ` Esteban Urrutia
2026-06-23 0:54 ` Esteban Urrutia via B4 Relay
2026-06-23 0:54 ` [PATCH 1/8] clk: qcom: dispcc-sm8450: Fix mdss clocks Esteban Urrutia via B4 Relay
2026-06-23 0:54 ` Esteban Urrutia
2026-06-23 0:54 ` Esteban Urrutia via B4 Relay
2026-06-23 15:39 ` Krzysztof Kozlowski
2026-06-23 15:39 ` Krzysztof Kozlowski
2026-06-23 15:50 ` Konrad Dybcio
2026-06-23 15:50 ` Konrad Dybcio
2026-06-25 2:22 ` Esteban Urrutia
2026-06-25 2:22 ` Esteban Urrutia
2026-06-25 7:38 ` Konrad Dybcio
2026-06-25 7:38 ` Konrad Dybcio
2026-07-06 18:22 ` Dmitry Baryshkov
2026-07-06 18:22 ` Dmitry Baryshkov
2026-06-23 0:54 ` [PATCH 2/8] arm64: dts: qcom: sm8450: Remove unneeded reserved memory nodes Esteban Urrutia via B4 Relay
2026-06-23 0:54 ` Esteban Urrutia
2026-06-23 0:54 ` Esteban Urrutia via B4 Relay
2026-06-23 11:02 ` Konrad Dybcio
2026-06-23 11:02 ` Konrad Dybcio
2026-06-23 11:03 ` Konrad Dybcio
2026-06-23 11:03 ` Konrad Dybcio
2026-06-24 13:26 ` Esteban Urrutia
2026-06-24 13:26 ` Esteban Urrutia
2026-06-24 13:28 ` Konrad Dybcio
2026-06-24 13:28 ` Konrad Dybcio
2026-07-06 18:24 ` Dmitry Baryshkov
2026-07-06 18:24 ` Dmitry Baryshkov
2026-07-07 3:19 ` Esteban Urrutia
2026-07-07 3:19 ` Esteban Urrutia
2026-07-11 18:04 ` Dmitry Baryshkov
2026-07-11 18:04 ` Dmitry Baryshkov
2026-06-23 0:54 ` [PATCH 3/8] arm64: dts: qcom: sm8450: Modify GPU operating points Esteban Urrutia via B4 Relay
2026-06-23 0:54 ` Esteban Urrutia
2026-06-23 0:54 ` Esteban Urrutia via B4 Relay
2026-06-23 1:10 ` sashiko-bot
2026-06-23 1:10 ` sashiko-bot
2026-06-23 11:23 ` Konrad Dybcio
2026-06-23 11:23 ` Konrad Dybcio
2026-06-23 0:54 ` [PATCH 4/8] arm64: dts: qcom: sm8450: Add missing PCM_OUT port Esteban Urrutia via B4 Relay
2026-06-23 0:54 ` Esteban Urrutia
2026-06-23 0:54 ` Esteban Urrutia via B4 Relay
2026-06-23 1:03 ` sashiko-bot
2026-06-23 1:03 ` sashiko-bot
2026-06-23 0:54 ` [PATCH 5/8] iommu/arm-smmu-qcom: Add SM8450 MDSS compatible Esteban Urrutia via B4 Relay
2026-06-23 0:54 ` Esteban Urrutia
2026-06-23 0:54 ` Esteban Urrutia via B4 Relay
2026-06-23 1:07 ` sashiko-bot
2026-06-23 1:07 ` sashiko-bot
2026-06-23 11:23 ` Konrad Dybcio
2026-06-23 11:23 ` Konrad Dybcio
2026-06-23 0:54 ` [PATCH 6/8] phy: qcom: qmp-combo: Drop qmp_v4_calibrate_dp_phy Esteban Urrutia via B4 Relay
2026-06-23 0:54 ` Esteban Urrutia
2026-06-23 0:54 ` Esteban Urrutia via B4 Relay
2026-07-07 0:50 ` Dmitry Baryshkov
2026-07-07 0:50 ` Dmitry Baryshkov
2026-06-23 0:54 ` [PATCH 7/8] phy: qcom: qmp-combo: Correct pre-emphasis table for QMP v4 DP PHYs Esteban Urrutia via B4 Relay
2026-06-23 0:54 ` Esteban Urrutia
2026-06-23 0:54 ` Esteban Urrutia via B4 Relay
2026-06-23 11:36 ` Konrad Dybcio
2026-06-23 11:36 ` Konrad Dybcio
2026-07-06 14:44 ` Esteban Urrutia
2026-07-06 14:44 ` Esteban Urrutia
2026-07-06 16:36 ` Konrad Dybcio
2026-07-06 16:36 ` Konrad Dybcio
2026-06-23 0:54 ` [PATCH 8/8] arm64: defconfig: Add SM8450 camcc Esteban Urrutia via B4 Relay
2026-06-23 0:54 ` Esteban Urrutia
2026-06-23 0:54 ` Esteban Urrutia via B4 Relay
2026-06-23 5:38 ` Krzysztof Kozlowski
2026-06-23 5:38 ` Krzysztof Kozlowski
2026-07-11 16:58 ` Bjorn Andersson [this message]
2026-07-11 16:58 ` [PATCH 0/8] SM8450 QoL changes Bjorn Andersson
2026-07-11 19:49 ` (subset) " Bjorn Andersson
2026-07-11 19:49 ` Bjorn Andersson
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=alJ1EGIa8WM-iRRN@baldur \
--to=andersson@kernel.org \
--cc=bmasney@redhat.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=esteuwu@proton.me \
--cc=iommu@lists.linux.dev \
--cc=joro@8bytes.org \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=mturquette@baylibre.com \
--cc=neil.armstrong@linaro.org \
--cc=robh@kernel.org \
--cc=robin.clark@oss.qualcomm.com \
--cc=robin.murphy@arm.com \
--cc=sboyd@kernel.org \
--cc=vkoul@kernel.org \
--cc=will@kernel.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.