From: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
To: rohan1sj@cadence.com, Ulf Hansson <ulf.hansson@linaro.org>,
Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Masahiro Yamada <yamada.masahiro@socionext.com>,
Adrian Hunter <adrian.hunter@intel.com>
Cc: linux-mmc@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, Milind Parab <mparab@cadence.com>,
Swapnil Jakhade <sjakhade@cadence.com>,
Manikandan Pillai <mpillai@cadence.com>
Subject: Re: [PATCH 1/2] mmc: cqe: Add CQE DT support for cadence controller
Date: Tue, 7 Apr 2026 13:30:38 +0200 [thread overview]
Message-ID: <f0234c44-401e-4c43-a753-e4efffd22fc5@oss.qualcomm.com> (raw)
In-Reply-To: <20260407-cdns_sdhci_cqe-support-v1-1-13efc0810631@cadence.com>
On 07/04/2026 13:18, rohan1sj via B4 Relay wrote:
> From: rohan1sj <rohan1sj@cadence.com>
>
Please use subject prefixes matching the subsystem. You can get them for
example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory
your patch is touching. For bindings, the preferred subjects are
explained here:
https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters
> Add DT config required to support CQE as present in
> cadence eMMC host controller
What is DT config?
Which devices? Say something useful here.
>
> Signed-off-by: rohan1sj <rohan1sj@cadence.com>
Please use known identity.
> ---
> .../devicetree/bindings/mmc/cdns,sdhci.yaml | 32 +++++++++++++++++++++-
> 1 file changed, 31 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml
> index ac75d694611a..c0d8aefe20c2 100644
> --- a/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml
> +++ b/Documentation/devicetree/bindings/mmc/cdns,sdhci.yaml
> @@ -24,6 +24,10 @@ properties:
> minItems: 1
> maxItems: 2
>
> + reg-names:
> + minItems: 1
> + maxItems: 2
List would have to be here.
> +
> interrupts:
> maxItems: 1
>
> @@ -139,7 +143,19 @@ allOf:
> else:
> properties:
> reg:
> - maxItems: 1
> + oneOf:
> + - items:
> + - description: Host controller registers
> + - items:
> + - description: Host controller registers
> + - description: CQE (Command Queue Engine) registers
So just one list with minItems
> + reg-names:
> + oneOf:
> + - items:
> + - const: sdhci
> + - items:
> + - const: sdhci
core
> + - const: cqhci
cqe
Anyway, reg-names here are pointless. They should be in top-level.
You also need to disallow the reg-names for Pensando, because it has
completely different.
>
> unevaluatedProperties: false
>
> @@ -156,3 +172,17 @@ examples:
> mmc-hs400-1_8v;
> cdns,phy-dll-delay-sdclk = <0>;
> };
> +
> + - |
> + emmc_cqe: mmc@5b000000 {
> + compatible = "socionext,uniphier-sd4hc", "cdns,sd4hc";
> + reg = <0x5b000000 0x400>, <0x5b000400 0x060>;
No need for new example. Just correct existing one.
Best regards,
Krzysztof
next prev parent reply other threads:[~2026-04-07 11:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-07 11:18 [PATCH 0/2] CQE support for cadence eMMC host controller rohan1sj via B4 Relay
2026-04-07 11:18 ` [PATCH 1/2] mmc: cqe: Add CQE DT support for cadence controller rohan1sj via B4 Relay
2026-04-07 11:30 ` Krzysztof Kozlowski [this message]
2026-04-07 11:18 ` [PATCH 2/2] mmc: cqe: Add CQE support for cadence mmc driver rohan1sj via B4 Relay
2026-04-07 11:30 ` Krzysztof Kozlowski
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=f0234c44-401e-4c43-a753-e4efffd22fc5@oss.qualcomm.com \
--to=krzysztof.kozlowski@oss.qualcomm.com \
--cc=adrian.hunter@intel.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=mparab@cadence.com \
--cc=mpillai@cadence.com \
--cc=robh@kernel.org \
--cc=rohan1sj@cadence.com \
--cc=sjakhade@cadence.com \
--cc=ulf.hansson@linaro.org \
--cc=yamada.masahiro@socionext.com \
/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