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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 23 Oct 2022 10:53:41 +0200
From:   Sebastian Fricke <sebastian.fricke@...labora.com>
To:     linux-media@...r.kernel.org
Cc:     kernel@...labora.com, nas.chung@...psnmedia.com,
        hverkuil@...all.nl, ezequiel@...guardiasur.com.ar,
        linux-kernel@...r.kernel.org, nicolas.dufresne@...labora.com,
        p.zabel@...gutronix.de, dafna@...tmail.com
Subject: Re: [PATCH v10 6/7] dt-bindings: media: wave5: add yaml devicetree
 bindings

Hey all,

I have noticed that I renamed the file incorrectly, in V11 it will be
called: "cnm,wave5.yml"

Greetings,
Sebastian

On 22.10.2022 02:05, Sebastian Fricke wrote:
>From: Robert Beckett <bob.beckett@...labora.com>
>
>Add bindings for the wave5 chips&media codec driver
>
>Signed-off-by: Robert Beckett <bob.beckett@...labora.com>
>Signed-off-by: Dafna Hirschfeld <dafna.hirschfeld@...labora.com>
>Signed-off-by: Sebastian Fricke <sebastian.fricke@...labora.com>
>---
> .../devicetree/bindings/media/wave5.yml       | 73 +++++++++++++++++++
> 1 file changed, 73 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/media/wave5.yml
>
>diff --git a/Documentation/devicetree/bindings/media/wave5.yml b/Documentation/devicetree/bindings/media/wave5.yml
>new file mode 100644
>index 000000000000..85dc3c744876
>--- /dev/null
>+++ b/Documentation/devicetree/bindings/media/wave5.yml
>@@ -0,0 +1,73 @@
>+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
>+%YAML 1.2
>+---
>+$id: http://devicetree.org/schemas/media/wave5.yaml#
>+$schema: http://devicetree.org/meta-schemas/core.yaml#
>+
>+title: Chips&Media Wave 5 Series multi-standard codec IP
>+
>+maintainers:
>+  - Nas Chung <nas.chung@...psnmedia.com>
>+  - Robert Beckett <bob.beckett@...labora.com>
>+  - Sebastian Fricke <sebastian.fricke@...labora.com>
>+
>+description: |-
>+  The Chips&Media WAVE codec IP is a multi format video encoder/decoder
>+
>+properties:
>+  compatible:
>+    anyOf:
>+      - items:
>+        - enum:
>+            - cnm,cm511-vpu
>+            - cnm,cm517-vpu
>+            - cnm,cm521-vpu
>+            - cnm,cm521c-vpu
>+            - cnm,cm521c-dual-vpu
>+            - cnm,cm521e1-vpu
>+            - cnm,cm537-vpu
>+  reg:
>+    maxItems: 1
>+
>+  clocks:
>+    minItems: 1
>+    maxItems: 4
>+
>+  clock-names:
>+    minItems: 1
>+    maxItems: 4
>+
>+  interrupts:
>+    maxItems: 1
>+
>+  power-domains:
>+    maxItems: 1
>+
>+  resets:
>+    maxItems: 1
>+
>+  sram:
>+    $ref: /schemas/types.yaml#/definitions/phandle
>+    description: phandle pointing to the SRAM device node
>+    maxItems: 1
>+
>+required:
>+  - compatible
>+  - reg
>+  - interrupts
>+  - clocks
>+  - clock-names
>+
>+additionalProperties: false
>+
>+examples:
>+  - |
>+    vpu: video-codec@...45678 {
>+        compatible = "cnm,cm521-vpu";
>+        reg = <0x12345678 0x1000>;
>+        interrupts = <42>;
>+        clocks = <&clks 42>;
>+        clock-names = "vcodec";
>+        sram = <&sram>;
>+    };
>+
>-- 
>2.25.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ