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: <1630046580-19282-1-git-send-email-hongxing.zhu@nxp.com>
Date:   Fri, 27 Aug 2021 14:42:57 +0800
From:   Richard Zhu <hongxing.zhu@....com>
To:     robh@...nel.org, l.stach@...gutronix.de, galak@...nel.crashing.org,
        shawnguo@...nel.org
Cc:     devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        linux-kernel@...r.kernel.org, linux-imx@....com,
        kernel@...gutronix.de
Subject: [PATCH v2 0/3] dt-bindings: PCI: imx6: convert the imx pcie

Changes V1 --> V2:
- Add "Reviewed-by: Lucas Stach <l.stach@...gutronix.de>" and update
  the commit message.
- Apply changes refer to Rob's review comments.
  - remove num-viewport totally, since it's not required anymore, and so on.

This patch-set aims to convert the imx pcie controller bindings from
fsl,imx6q-pcie.txt to json schema file fsl,imx6q-pcie.yaml.

And fix according errors on imx6qdl.dtsi, imx6qp.dtsi, imx6sx.dtsi,
imx7d.dtsi and imx8mq.dtsi found by dt_binding_check and dtbs_check.

Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt  | 100 -----------------------------------------
Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml | 202 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
MAINTAINERS                                               |   2 +-
arch/arm/boot/dts/imx6qdl.dtsi                            |   7 ++-
arch/arm/boot/dts/imx6qp.dtsi                             |   2 +-
arch/arm/boot/dts/imx6sx.dtsi                             |   6 +--
arch/arm/boot/dts/imx7d.dtsi                              |   7 ++-
arch/arm64/boot/dts/freescale/imx8mq.dtsi                 |  10 ++---
8 files changed, 217 insertions(+), 119 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt
create mode 100644 Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml

[PATCH v2 1/3] dt-bindings: PCI: imx6: convert the imx pcie
[PATCH v2 2/3] arm: dts: imx: fix the schema check errors
[PATCH v2 3/3] arm64: dts: imx8mq: fix the schema check errors

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ