From: Nabige Aala <nabige.aala@oss.qualcomm.com>
To: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Cc: Bjorn Andersson <andersson@kernel.org>,
Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, arpit.saini@oss.qualcomm.com,
mohit.dsor@oss.qualcomm.com
Subject: Re: [PATCH 0/5] arm64: qcom: dts: Add display support for Shikra
Date: Mon, 29 Jun 2026 15:39:16 +0530 [thread overview]
Message-ID: <22be7d60-309f-4a12-a11c-11ae99bcaddb@oss.qualcomm.com> (raw)
In-Reply-To: <pm44eparuibjnei5okhvfmbbeonq3rssyic4yjmhqx54ahk73w@2x7k2vgmtujo>
On 6/28/2026 5:54 PM, Dmitry Baryshkov wrote:
> On Sat, Jun 27, 2026 at 03:31:34PM +0530, Nabige Aala wrote:
>> This series adds display support for the Qualcomm Shikra platform.
>>
>> It introduces the Shikra MDSS display subsystem support at the SoC
>> level, and enables display on the Shikra CQS EVK, CQM EVK and IQS
>> EVK boards with the required DSI panel nodes. It also adds LT9611UXD
>> support for HDMI output.
>>
>> Nabige Aala (5):
>> arm64: dts: qcom: shikra: Add MDSS display subsystem
>> arm64: dts: qcom: shikra-cqm-evk: Enable display and add ili7807s panel
>> arm64: defconfig: Enable ILI7807S DSI panel driver
>> arm64: dts: qcom: shikra-cqs-evk: Enable display and add ili7807s panel
>> arm64: dts: qcom: Shikra LT9611UXD support
>>
>> arch/arm64/boot/dts/qcom/shikra-cqm-evk.dts | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> arch/arm64/boot/dts/qcom/shikra-cqs-evk.dts | 104 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> arch/arm64/boot/dts/qcom/shikra-iqs-evk.dts | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> arch/arm64/boot/dts/qcom/shikra.dtsi | 203 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
>> arch/arm64/configs/defconfig | 1 +
>> 5 files changed, 534 insertions(+), 2 deletions(-)
>>
>>
>> Signed-off-by: arpit.saini@oss.qualcomm.com
>> Signed-off-by: mohit.dsor@oss.qualcomm.com
> Unnamed people? This is not a valid SoB tag, FWIW.
Right, I missed adding the name.
I will include the developers name in the next revision.
>
>> Signed-off-by: Nabige Aala <nabige.aala@oss.qualcomm.com>
>> ---
>> Arpit Saini (3):
>> arm64: dts: qcom: shikra-cqm-evk: Enable display and add ili7807s panel
>> arm64: defconfig: Enable ILI7807S DSI panel driver
>> arm64: dts: qcom: shikra-cqs-evk: Enable display and add ili7807s panel
>>
>> Mohit Dsor (1):
>> arm64: dts: qcom: Shikra LT9611UXD support
>>
>> Nabige Aala (1):
>> arm64: dts: qcom: shikra: Add MDSS display subsystem
> Huh? Suddently a different set of authors for the patches. Please clean
> up your cover letter.
Thanks for pointing out,
I will fix the author name and clean the cover letter.
>
>> arch/arm64/boot/dts/qcom/shikra-cqm-evk.dts | 104 ++++++++++++++
>> arch/arm64/boot/dts/qcom/shikra-cqs-evk.dts | 104 ++++++++++++++
>> arch/arm64/boot/dts/qcom/shikra-iqs-evk.dts | 122 +++++++++++++++++
>> arch/arm64/boot/dts/qcom/shikra.dtsi | 203 +++++++++++++++++++++++++++-
>> arch/arm64/configs/defconfig | 1 +
>> 5 files changed, 532 insertions(+), 2 deletions(-)
>> ---
>> base-commit: f28fb4ff0d25819c58341fec6e3953f1ebb1fc2e
>> change-id: 20260626-shikra-dt-changes-8d127be951d5
>>
>> Best regards,
>> --
>> Nabige Aala <nabige.aala@oss.qualcomm.com>
>>
prev parent reply other threads:[~2026-06-29 10:09 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-27 10:01 [PATCH 0/5] arm64: qcom: dts: Add display support for Shikra Nabige Aala
2026-06-27 10:01 ` [PATCH 1/5] arm64: dts: qcom: shikra: Add MDSS display subsystem Nabige Aala
2026-06-28 12:35 ` Dmitry Baryshkov
2026-06-29 7:25 ` Nabige Aala
2026-06-29 7:45 ` Dmitry Baryshkov
2026-06-27 10:01 ` [PATCH 2/5] arm64: dts: qcom: shikra-cqm-evk: Enable display and add ili7807s panel Nabige Aala
2026-06-28 12:30 ` Dmitry Baryshkov
2026-06-29 10:54 ` Arpit Saini
2026-07-01 9:25 ` Arpit Saini
2026-06-28 12:30 ` Dmitry Baryshkov
[not found] ` <e8563334-e53e-4010-b7f5-9d61ef55bea3@oss.qualcomm.com>
2026-06-29 8:15 ` Dmitry Baryshkov
2026-06-29 9:57 ` Nabige Aala
2026-06-27 10:01 ` [PATCH 3/5] arm64: defconfig: Enable ILI7807S DSI panel driver Nabige Aala
2026-06-28 8:44 ` Krzysztof Kozlowski
2026-06-27 10:01 ` [PATCH 4/5] arm64: dts: qcom: shikra-cqs-evk: Enable display and add ili7807s panel Nabige Aala
2026-06-28 12:36 ` Dmitry Baryshkov
2026-06-29 11:39 ` Arpit Saini
2026-06-27 10:01 ` [PATCH 5/5] arm64: dts: qcom: Shikra LT9611UXD support Nabige Aala
2026-06-28 8:45 ` Krzysztof Kozlowski
2026-06-28 12:38 ` Dmitry Baryshkov
2026-06-29 9:01 ` Konrad Dybcio
2026-06-28 12:24 ` [PATCH 0/5] arm64: qcom: dts: Add display support for Shikra Dmitry Baryshkov
2026-06-29 10:09 ` Nabige Aala [this message]
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=22be7d60-309f-4a12-a11c-11ae99bcaddb@oss.qualcomm.com \
--to=nabige.aala@oss.qualcomm.com \
--cc=andersson@kernel.org \
--cc=arpit.saini@oss.qualcomm.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.baryshkov@oss.qualcomm.com \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mohit.dsor@oss.qualcomm.com \
--cc=robh@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox