[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1608567004.368707.94448.nullmailer@robh.at.kernel.org>
Date: Mon, 21 Dec 2020 09:10:04 -0700
From: Rob Herring <robh@...nel.org>
To: Nicolas Saenz Julienne <nsaenzjulienne@...e.de>
Cc: linux-arm-kernel@...ts.infradead.org, phil@...pberrypi.com,
tim.gover@...pberrypi.com, catalin.marinas@....com,
linux-rpi-kernel@...ts.infradead.org, will@...nel.org,
linux-kernel@...r.kernel.org, srinivas.kandagatla@...aro.org,
bcm-kernel-feedback-list@...adcom.com, devicetree@...r.kernel.org,
linux@...linux.org.uk, robh+dt@...nel.org
Subject: Re: [PATCH v2 1/5] dt-bindings: nvmem: Add bindings for rmem driver
On Fri, 18 Dec 2020 16:43:16 +0100, Nicolas Saenz Julienne wrote:
> Firmware/co-processors might use reserved memory areas in order to pass
> data stemming from an nvmem device otherwise non accessible to Linux.
> For example an EEPROM memory only physically accessible to firmware, or
> data only accessible early at boot time.
>
> Introduce the dt-bindings to nvmem's rmem.
>
> Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@...e.de>
>
> ---
>
> Changes since v1:
> - Update schema to new driver design
>
> .../devicetree/bindings/nvmem/rmem.yaml | 49 +++++++++++++++++++
> 1 file changed, 49 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/nvmem/rmem.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/nvmem/rmem.yaml:19:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
dtschema/dtc warnings/errors:
See https://patchwork.ozlabs.org/patch/1418470
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