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-next>] [day] [month] [year] [list]
Message-Id: <20230823120952.317740-1-gregor.herburger@ew.tq-group.com>
Date:   Wed, 23 Aug 2023 14:09:46 +0200
From:   Gregor Herburger <gregor.herburger@...tq-group.com>
To:     Shawn Guo <shawnguo@...nel.org>, Li Yang <leoyang.li@....com>,
        Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Conor Dooley <conor+dt@...nel.org>
Cc:     linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org, linux@...tq-group.com
Subject: [PATCH 0/6] TQMLS10xxA support

Hi,

this series adds initial support for the TQMLS1043A, TQMLS1046A and
TQMLS1088A SoM on the MBLS10xxA baseboard. These three modules share a
common layout and a common baseboard.

Patch 1 removes an non-existing spi controller
Patch 2 and 4 add the the compatible to dt bindings
Patch 3 and 5 add the .dts[i] files for SoMs and baseboard
Patch 6 updates MAINTAINERS

Gregor Herburger (6):
  arm64: dts: ls1043a: remove second dspi node
  dt-bindings: arm: fsl: Add TQ-Systems LS1043A/LS1046A based boards
  arm64: dts: freescale: add initial device tree for
    TQMLS1043A/TQMLS1046A
  dt-bindings: arm: fsl: Add TQ-Systems LS1088 based boards
  arm64: dts: freescale: add initial device tree for TQMLS1088A
  MAINTAINERS: add tqml device trees to TQ-Systems entry

 .../devicetree/bindings/arm/fsl.yaml          |  21 +++
 MAINTAINERS                                   |   2 +
 arch/arm64/boot/dts/freescale/Makefile        |   3 +
 .../fsl-ls1043a-tqmls1043a-mbls10xxa.dts      |  49 ++++++
 .../dts/freescale/fsl-ls1043a-tqmls1043a.dtsi |  32 ++++
 .../arm64/boot/dts/freescale/fsl-ls1043a.dtsi |  14 --
 .../fsl-ls1046a-tqmls1046a-mbls10xxa.dts      |  56 +++++++
 .../dts/freescale/fsl-ls1046a-tqmls1046a.dtsi |  42 +++++
 .../fsl-ls1088a-tqmls1088a-mbls10xxa.dts      |  64 ++++++++
 .../dts/freescale/fsl-ls1088a-tqmls1088a.dtsi |  43 ++++++
 .../freescale/tqmls104xa-mbls10xxa-fman.dtsi  | 104 +++++++++++++
 .../freescale/tqmls1088a-mbls10xxa-mc.dtsi    | 146 ++++++++++++++++++
 .../dts/freescale/tqmls10xxa-mbls10xxa.dtsi   | 136 ++++++++++++++++
 arch/arm64/boot/dts/freescale/tqmls10xxa.dtsi |  59 +++++++
 14 files changed, 757 insertions(+), 14 deletions(-)
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1043a-tqmls1043a-mbls10xxa.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1043a-tqmls1043a.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a-tqmls1046a-mbls10xxa.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1046a-tqmls1046a.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1088a-tqmls1088a-mbls10xxa.dts
 create mode 100644 arch/arm64/boot/dts/freescale/fsl-ls1088a-tqmls1088a.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/tqmls104xa-mbls10xxa-fman.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/tqmls1088a-mbls10xxa-mc.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/tqmls10xxa-mbls10xxa.dtsi
 create mode 100644 arch/arm64/boot/dts/freescale/tqmls10xxa.dtsi

-- 
2.34.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ