lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ydfiugeifs5c6v7dzms5tlkkmhf26q42pav2ugfuxjytugr5nc@ppxoiize27ug>
Date: Thu, 25 Sep 2025 12:22:22 -0500
From: Bjorn Andersson <andersson@...nel.org>
To: Sibi Sankar <sibi.sankar@....qualcomm.com>
Cc: robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org, 
	jingyi.wang@....qualcomm.com, mathieu.poirier@...aro.org, linux-kernel@...r.kernel.org, 
	linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org
Subject: Re: [PATCH] dt-bindings: remoteproc: qcom,pas: Document SoCCP PAS
 for Glymur

On Thu, Sep 25, 2025 at 05:50:34AM +0530, Sibi Sankar wrote:
> Document compatible for Qualcomm Glymur SoC SoCCP (SoC Control Processor)
> PAS which is fully compatible with Kaanapali.
> 
> Signed-off-by: Sibi Sankar <sibi.sankar@....qualcomm.com>
> ---
> 
> Dependencies:
> [1] Add initial remoteproc support for Kaanapali SoC
> https://lore.kernel.org/linux-arm-msm/20250924-knp-remoteproc-v1-0-611bf7be8329@oss.qualcomm.com/T/#t

Please don't send out patches that depend on other patches sent out the
same day. This just assumes that the maintainer will keep track of
dependencies and figure out when a future version of that dependency
meets the needs of this version.

Work with Jingyi to handle dependencies on your side.

> 
> This patch depends on patch 4/5 of ^^ series
> 
> [2] Add support for remoteproc early attach
> https://lore.kernel.org/linux-arm-msm/20250924-knp-remoteproc-v1-0-611bf7be8329@oss.qualcomm.com/T/#t

This is the same link as above and what you call "early attach" that
series calls "late attach".

Thanks,
Bjorn

>  .../bindings/remoteproc/qcom,kaanapali-soccp-pas.yaml    | 9 +++++++--
>  1 file changed, 7 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,kaanapali-soccp-pas.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,kaanapali-soccp-pas.yaml
> index 79f678f5f7d9..8089e0869ed2 100644
> --- a/Documentation/devicetree/bindings/remoteproc/qcom,kaanapali-soccp-pas.yaml
> +++ b/Documentation/devicetree/bindings/remoteproc/qcom,kaanapali-soccp-pas.yaml
> @@ -17,8 +17,13 @@ description:
>  
>  properties:
>    compatible:
> -    enum:
> -      - qcom,kaanapali-soccp-pas
> +    oneOf:
> +      - items:
> +          - enum:
> +              - qcom,glymur-soccp-pas
> +          - const: qcom,kaanapali-soccp-pas
> +      - enum:
> +          - qcom,kaanapali-soccp-pas
>  
>    reg:
>      maxItems: 1
> -- 
> 2.34.1
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ