[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1610552704.254587.2506180.nullmailer@robh.at.kernel.org>
Date: Wed, 13 Jan 2021 09:45:04 -0600
From: Rob Herring <robh@...nel.org>
To: Minchan Kim <minchan@...nel.org>
Cc: hyesoo.yu@...sung.com, hch@...radead.org, joaodias@...gle.com,
hridya@...gle.com, pullip.cho@...sung.com,
LKML <linux-kernel@...r.kernel.org>, mhocko@...e.com,
robh+dt@...nel.org, linaro-mm-sig@...ts.linaro.org,
surenb@...gle.com, Andrew Morton <akpm@...ux-foundation.org>,
devicetree@...r.kernel.org, linux-mm <linux-mm@...ck.org>,
sumit.semwal@...aro.org, john.stultz@...aro.org,
linux-media@...r.kernel.org, david@...hat.com
Subject: Re: [PATCH v3 3/4] dt-bindings: reserved-memory: Make DMA-BUF CMA heap DT-configurable
On Tue, 12 Jan 2021 17:21:42 -0800, Minchan Kim wrote:
> From: Hyesoo Yu <hyesoo.yu@...sung.com>
>
> Document devicetree binding for chunk cma heap on dma heap framework.
>
> The DMA chunk heap supports the bulk allocation of higher order pages.
>
> Signed-off-by: Hyesoo Yu <hyesoo.yu@...sung.com>
> Signed-off-by: Minchan Kim <minchan@...nel.org>
> Signed-off-by: Hridya Valsaraju <hridya@...gle.com>
> Change-Id: I8fb231e5a8360e2d8f65947e155b12aa664dde01
> ---
> .../reserved-memory/dma_heap_chunk.yaml | 58 +++++++++++++++++++
> 1 file changed, 58 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/reserved-memory/dma_heap_chunk.yaml
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/reserved-memory/dma_heap_chunk.yaml:58:1: [warning] too many blank lines (2 > 1) (empty-lines)
dtschema/dtc warnings/errors:
See https://patchwork.ozlabs.org/patch/1425577
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