Re: [PATCH v3 01/19] dt-bindings: crypto: add Rambus CryptoManager Hub
From: Krzysztof Kozlowski
Date: Tue Aug 11 2026 - 04:32:47 EST
On Mon, Aug 10, 2026 at 10:16:26AM +0200, Krzysztof Kozlowski wrote:
> On 06/08/2026 21:55, Saravanakrishnan Krishnamoorthy wrote:
> > From: Alex Ousherovitch <aousherovitch@xxxxxxxxxx>
> >
> > Add device tree binding schema for the Rambus CryptoManager Hub (CMH)
> > hardware crypto accelerator. The binding describes the parent
> > SoC-level node with its SIC register region and one mailbox@N child
> > node per mailbox the host owns, each carrying a reg (mailbox instance
> > index), an optional interrupt, VCQ ring geometry (rambus,slots-log2 /
> > rambus,strides-log2) and a rambus,cores affinity list. Which crypto cores
> > are present is discovered from the SIC CORE_ENABLE register at probe,
> > not described in the device tree.
> >
> > Register the 'rambus' vendor prefix for Rambus Inc.
> >
> > Co-developed-by: Saravanakrishnan Krishnamoorthy <skrishnamoorthy@xxxxxxxxxx>
> > Signed-off-by: Saravanakrishnan Krishnamoorthy <skrishnamoorthy@xxxxxxxxxx>
>
> Completely messed order of tags.
>
> > Signed-off-by: Alex Ousherovitch <aousherovitch@xxxxxxxxxx>
>
> How Alex could sign after you?
>
> > Reviewed-by: Joel Wittenauer <Joel.Wittenauer@xxxxxxxxxxxxxxxx>
> > Reviewed-by: Thi Nguyen <thin@xxxxxxxxxx>
>
> Your SoB is the last.
>
> Are you sure these people reviewed THIS code instead of blanket-review
> for everything?
>
> Did they find any issues in the schema which you fixed?
>
>
> > ---
> > .../bindings/crypto/rambus,cmh.yaml | 207 ++++++++++++++++++
Also filename should match compatible.
Best regards,
Krzysztof