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:   Thu, 16 Sep 2021 11:28:17 +0530
From:   kenchappa.demakkanavar@...el.com
To:     will@...nel.org, linux-arm-kernel@...ts.infradead.org,
        linux-kernel@...r.kernel.org, robh+dt@...nel.org,
        devicetree@...r.kernel.org, dinguyen@...nel.org
Cc:     furong.zhou@...el.com, kris.pan@...ux.intel.com,
        kris.pan@...el.com, mgross@...ux.intel.com, mark.gross@...el.com,
        "Kenchappa, Demakkanavar" <kenchappa.demakkanavar@...el.com>
Subject: [PATCH v3 2/3] dt-bindings: arm: Add Thunder Bay bindings

From: "Kenchappa, Demakkanavar" <kenchappa.demakkanavar@...el.com>

Document Intel Movidius SoC code-named Thunder Bay, along with the
Thunder Bay Full and Prime configuration board.

Add maintainers for the new Intel Movidius SoC code-named Thunder Bay.

Signed-off-by: Kris, Pan <kris.pan@...el.com>
Signed-off-by: Kenchappa, Demakkanavar <kenchappa.demakkanavar@...el.com>
---
 .../devicetree/bindings/arm/intel,thunderbay.yaml  | 27 ++++++++++++++++++++++
 MAINTAINERS                                        |  5 ++++
 2 files changed, 32 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/intel,thunderbay.yaml

diff --git a/Documentation/devicetree/bindings/arm/intel,thunderbay.yaml b/Documentation/devicetree/bindings/arm/intel,thunderbay.yaml
new file mode 100644
index 0000000..50050f4
--- /dev/null
+++ b/Documentation/devicetree/bindings/arm/intel,thunderbay.yaml
@@ -0,0 +1,27 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/arm/intel,thunderbay.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Thunder Bay platform device tree bindings
+
+maintainers:
+  - Kenchappa, Demakkanavar <kenchappa.demakkanavar@...el.com>
+
+properties:
+  $nodename:
+    const: '/'
+  compatible:
+    items:
+      - enum:
+          - intel,thunderbay-s02
+          - intel,thunderbay-s03
+          - intel,thunderbay-s12
+          - intel,thunderbay-s13
+          - intel,thunderbay-full
+      - const: intel,thunderbay-hddl
+
+additionalProperties: true
+
+...
diff --git a/MAINTAINERS b/MAINTAINERS
index 503fd21..c32255e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1992,6 +1992,11 @@ S:	Maintained
 F:	arch/arm/mach-pxa/stargate2.c
 F:	drivers/pcmcia/pxa2xx_stargate2.c
 
+ARM/INTEL THUNDERBAY ARCHITECTURE
+M:	Kenchappa, Demakkanavar <kenchappa.demakkanavar@...el.com>
+S:	Maintained
+F:	Documentation/devicetree/bindings/arm/intel,thunderbay.yaml
+
 ARM/INTEL XSC3 (MANZANO) ARM CORE
 M:	Lennert Buytenhek <kernel@...tstofly.org>
 L:	linux-arm-kernel@...ts.infradead.org (moderated for non-subscribers)
-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ