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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 13 Jan 2021 21:41:22 -0600 From: Rob Herring <robh@...nel.org> To: Dmitry Baryshkov <dmitry.baryshkov@...aro.org> Cc: Andy Gross <agross@...nel.org>, devicetree@...r.kernel.org, Bjorn Andersson <bjorn.andersson@...aro.org>, linux-arm-msm@...r.kernel.org, Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, Rob Herring <robh+dt@...nel.org>, Manivannan Sadhasivam <manivannan.sadhasivam@...aro.org> Subject: Re: [PATCH v2 1/2] dt-bindings: misc: qcom,qca6390: add binding for QCA6390 device On Wed, 13 Jan 2021 19:00:52 +0300, Dmitry Baryshkov wrote: > Qualcomm QCA6390/1 is a family of WiFi + Bluetooth SoCs, with BT part > being controlled through the UART and WiFi being present on PCIe bus. > Both blocks share common power sources. Add binding to describe power > sequencing required to power up this device. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@...aro.org> > --- > .../bindings/misc/qcom,qca6390.yaml | 84 +++++++++++++++++++ > 1 file changed, 84 insertions(+) > create mode 100644 Documentation/devicetree/bindings/misc/qcom,qca6390.yaml > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: ./Documentation/devicetree/bindings/misc/qcom,qca6390.yaml: $id: relative path/filename doesn't match actual path or filename expected: http://devicetree.org/schemas/misc/qcom,qca6390.yaml# See https://patchwork.ozlabs.org/patch/1425839 This check can fail if there are any dependencies. The base for a patch series is generally the most recent rc1. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit.
Powered by blists - more mailing lists