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] [thread-next>] [day] [month] [year] [list]
Message-ID: <ab490690-eac2-c714-1359-b4058e2f98ff@ti.com>
Date:   Tue, 25 Jan 2022 12:06:16 +0530
From:   Aswath Govindraju <a-govindraju@...com>
To:     Bjorn Helgaas <bhelgaas@...gle.com>
CC:     Vignesh Raghavendra <vigneshr@...com>, Nishanth Menon <nm@...com>,
        Kishon Vijay Abraham I <kishon@...com>,
        Rob Herring <robh+dt@...nel.org>, <linux-pci@...r.kernel.org>,
        <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] dt-bindings: PCI: ti,j721e: Add device id for J721S2

Hi Bjorn,

On 30/11/21 9:26 am, Aswath Govindraju wrote:
> Document the device id of J721S2 SoC.
> 
> Signed-off-by: Aswath Govindraju <a-govindraju@...com>
> ---
> 

May I know if this patch can be picked up?

Thanks,
Aswath

> changes since v1:
> - changed (oneOf, items) into enum
> 
>  .../devicetree/bindings/pci/ti,j721e-pci-host.yaml   | 12 +++++-------
>  1 file changed, 5 insertions(+), 7 deletions(-)
> 
> diff --git a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
> index cc900202df29..41df8f1c2d4c 100644
> --- a/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
> +++ b/Documentation/devicetree/bindings/pci/ti,j721e-pci-host.yaml
> @@ -64,13 +64,11 @@ properties:
>      const: 0x104c
>  
>    device-id:
> -    oneOf:
> -      - items:
> -          - const: 0xb00d
> -      - items:
> -          - const: 0xb00f
> -      - items:
> -          - const: 0xb010
> +    enum:
> +      - 0xb00d
> +      - 0xb00f
> +      - 0xb010
> +      - 0xb013
>  
>    msi-map: true
>  
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ