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]
Date:   Tue, 12 Jan 2021 21:41:55 +0530
From:   Sameer Pujar <spujar@...dia.com>
To:     Rob Herring <robh@...nel.org>, <devicetree@...r.kernel.org>
CC:     <linux-kernel@...r.kernel.org>,
        Philipp Zabel <p.zabel@...gutronix.de>,
        Sam Ravnborg <sam@...nborg.org>,
        Laurent Pinchart <laurent.pinchart@...asonboard.com>
Subject: Re: [PATCH] dt-bindings: Remove plain text OF graph binding



On 1/12/2021 9:16 PM, Rob Herring wrote:
> External email: Use caution opening links or attachments
>
>
> From: Sameer Pujar <spujar@...dia.com>
>
> A schema for the OF graph binding has been added to the dt-schema repo
> based on graph.txt contents. Let's replace graph.txt now duplicated
> contents with a reference to the schema.
>
> For users of the graph binding, they should reference to the graph
> schema from either 'ports' or 'port' property:
>
> properties:
>    ports:
>      $ref: /schemas/graph.yaml#/properties/ports
>
>      properties:
>        port@0:
>          $ref: /schemas/graph.yaml#/properties/port
>          description: What data this port has
>
>        ...
>
> Or:
>
> properties:
>    port:
>      description: What data this port has
>      $ref: /schemas/graph.yaml#/properties/port
>
> Cc: Sameer Pujar <spujar@...dia.com>
> Acked-by: Philipp Zabel <p.zabel@...gutronix.de>
> Reviewed-by: Sam Ravnborg <sam@...nborg.org>
> Reviewed-by: Laurent Pinchart <laurent.pinchart@...asonboard.com>
> [robh: moved graph.yaml to dt-schema repo, expanded commit msg]
> Signed-off-by: Rob Herring <robh@...nel.org>
> ---
>   Documentation/devicetree/bindings/graph.txt | 129 +-------------------
>   1 file changed, 1 insertion(+), 128 deletions(-)

Acked-by: Sameer Pujar <spujar@...dia.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ