From: Bjorn Andersson <andersson@kernel.org>
To: Monish Chunara <monish.chunara@oss.qualcomm.com>
Cc: Konrad Dybcio <konradybcio@kernel.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Vinod Koul <vkoul@kernel.org>,
Neil Armstrong <neil.armstrong@linaro.org>,
Wesley Cheng <quic_wcheng@quicinc.com>,
Ulf Hansson <ulfh@kernel.org>,
Kernel Team <kernel@oss.qualcomm.com>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org,
linux-mmc@vger.kernel.org,
Nitin Rawat <nitin.rawat@oss.qualcomm.com>,
Pradeep Pragallapati <pradeep.pragallapati@oss.qualcomm.com>,
Komal Bajaj <komal.bajaj@oss.qualcomm.com>
Subject: Re: [PATCH] arm64: dts: qcom: Shikra SD Card support
Date: Fri, 25 Sep 2026 15:27:49 -0500 [thread overview]
Message-ID: <arbZCZduUH78aBnS@zenbook> (raw)
In-Reply-To: <20260911093932.2376058-1-monish.chunara@oss.qualcomm.com>
On Fri, Sep 11, 2026 at 03:09:30PM +0530, Monish Chunara wrote:
> This is v5 of the Shikra SD Card support series.
>
> This series adds SD card support for the Shikra platform.
>
> The first patch adds the SDHC2 controller node and the necessary pinctrl
> configurations to the base Shikra SoC dtsi. The second patch enables
> this support on the Shikra EVK (CQS, CQM, and IQS variants) by defining
> the regulator supplies and the card detection GPIO.
>
> Signed-off-by: Monish Chunara <monish.chunara@oss.qualcomm.com>
I don't understand how you managed to send patch 1 alone and then 2 and
3 in a series...
Please stop doing your own thing and adopt b4!
I'll put these 3 patches in the recyle bin for now, please rebase,
retest and resubmit.
Regards,
Bjorn
>
> Changes in v5:
> - Rebased on top of latest linux-next
> - Fix interrupts-cells to 4 for sdhc_2 (sashiko-bot)
> - Moved gpio include directive into shikra-evk.dtsi (sashiko-bot)
> - Link to v4: https://lore.kernel.org/all/20260804122054.3462145-1-monish.chunara@oss.qualcomm.com/
>
> Changes in v4:
> - Rebase on latest code base
> - Collect Reviewed-by tags (Konrad)
> - Drop the dependency link - since all base changes are merged
> - Link to v3: https://lore.kernel.org/all/20260702073354.3641966-1-monish.chunara@oss.qualcomm.com/
>
> Changes in v3:
> - Padded the address part of the reg property in the sdhc_2 node to
> 8 hex digits with leading zeroes for consistency with other nodes
> in the file
> - Moved the common sdhc_2 properties to shikra-evk DT file
> - Link to v2: https://lore.kernel.org/all/20260630165700.1886608-1-monish.chunara@oss.qualcomm.com
>
> Changes in v2:
> - Rectify the alignment for clocks and interconnect properties for SD
> card
> - Link to v1: https://lore.kernel.org/all/20260604122045.494712-1-monish.chunara@oss.qualcomm.com
>
> Testing:
> - Validated on Shikra EVK variants.
>
> Monish Chunara (2):
> arm64: dts: qcom: Add SD Card support for Shikra SoC
> arm64: dts: qcom: Enable SD card for Shikra EVK
>
> arch/arm64/boot/dts/qcom/shikra-cqm-evk.dts | 9 ++
> arch/arm64/boot/dts/qcom/shikra-cqs-evk.dts | 9 ++
> arch/arm64/boot/dts/qcom/shikra-evk.dtsi | 11 +++
> arch/arm64/boot/dts/qcom/shikra-iqs-evk.dts | 9 ++
> arch/arm64/boot/dts/qcom/shikra.dtsi | 97 +++++++++++++++++++++
> 5 files changed, 135 insertions(+)
>
> --
> 2.34.1
>
> --- b4-submit-tracking ---
> {
> "series": {
> "revision": 5,
> "change-id": "20260911-shikra-sd-card-61d428639de0",
> "prefixes": [],
> "from-thread": "20260804122054.3462145-1-monish.chunara@oss.qualcomm.com"
> }
> }
> --
> 2.34.1
>
prev parent reply other threads:[~2026-09-25 20:27 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-11 9:39 Monish Chunara
2026-09-11 9:39 ` [PATCH 2/3] arm64: dts: qcom: Add SD Card support for Shikra SoC Monish Chunara
2026-09-11 13:34 ` Abel Vesa
2026-09-13 15:20 ` Komal Bajaj
2026-09-11 9:39 ` [PATCH 3/3] arm64: dts: qcom: Enable SD card for Shikra EVK Monish Chunara
2026-09-11 13:35 ` Abel Vesa
2026-09-13 15:20 ` Komal Bajaj
2026-09-25 20:27 ` Bjorn Andersson [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=arbZCZduUH78aBnS@zenbook \
--to=andersson@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kernel@oss.qualcomm.com \
--cc=komal.bajaj@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=linux-mmc@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=monish.chunara@oss.qualcomm.com \
--cc=neil.armstrong@linaro.org \
--cc=nitin.rawat@oss.qualcomm.com \
--cc=pradeep.pragallapati@oss.qualcomm.com \
--cc=quic_wcheng@quicinc.com \
--cc=robh@kernel.org \
--cc=ulfh@kernel.org \
--cc=vkoul@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
all inboxes | Powered by JetHome®