From: Hyesoo Yu <hyesoo.yu@samsung.com>
To: Rob Herring <robh@kernel.org>
Cc: pullip.cho@samsung.com, lmark@codeaurora.org,
sumit.semwal@linaro.org, linux-kernel@vger.kernel.org,
linux-media@vger.kernel.org, labbott@redhat.com,
linaro-mm-sig@lists.linaro.org, akpm@linux-foundation.org,
minchan@kernel.org, dri-devel@lists.freedesktop.org,
linux-mm@kvack.org, joaodias@google.com, robh+dt@kernel.org,
Brian.Starkey@arm.com, afd@ti.com, iamjoonsoo.kim@lge.com,
christian.koenig@amd.com, john.stultz@linaro.org, vbabka@suse.cz,
devicetree@vger.kernel.org, surenb@google.com,
benjamin.gaignard@linaro.org
Subject: Re: [PATCH 3/3] dma-heap: Devicetree binding for chunk heap
Date: Fri, 21 Aug 2020 17:21:42 +0900 [thread overview]
Message-ID: <20200821082120.GA191570@KEI> (raw)
In-Reply-To: <20200818164812.GA3602349@bogus>
[-- Attachment #1: Type: text/plain, Size: 1529 bytes --]
Hi,
On Tue, Aug 18, 2020 at 10:48:12AM -0600, Rob Herring wrote:
> On Tue, 18 Aug 2020 17:04:15 +0900, Hyesoo Yu wrote:
> > Document devicetree binding for chunk heap on dma heap framework
> >
> > Signed-off-by: Hyesoo Yu <hyesoo.yu@samsung.com>
> > ---
> > .../devicetree/bindings/dma-buf/chunk_heap.yaml | 46 ++++++++++++++++++++++
> > 1 file changed, 46 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/dma-buf/chunk_heap.yaml
> >
>
>
> My bot found errors running 'make dt_binding_check' on your patch:
>
> /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/dma-buf/chunk_heap.example.dt.yaml: chunk_default_heap: 'alignment', 'memory-region' do not match any of the regexes: 'pinctrl-[0-9]+'
>
>
> See https://protect2.fireeye.com/v1/url?k=66da9090-3b1117ae-66db1bdf-0cc47a31309a-d3f5cc0866799e96&q=1&e=d42ef5a6-e7ba-494d-8f6b-faf451118f84&u=https%3A%2F%2Fpatchwork.ozlabs.org%2Fpatch%2F1346687
>
> If you already ran 'make dt_binding_check' and didn't see the above
> error(s), then make sure dt-schema is up to date:
>
> pip3 install git+https://protect2.fireeye.com/v1/url?k=c99eded1-945559ef-c99f559e-0cc47a31309a-bcc831610d2ce1c6&q=1&e=d42ef5a6-e7ba-494d-8f6b-faf451118f84&u=https%3A%2F%2Fgithub.com%2Fdevicetree-org%2Fdt-schema.git%40master --upgrade
>
> Please check and re-submit.
>
>
Thanks for reply. I missed alignment and memory-region on property.
I added and ran dt_binding_check, and all passed.
I will re-submit the patch v2.
Regards.
Hyesoo yu.
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Hyesoo Yu <hyesoo.yu@samsung.com>
To: Rob Herring <robh@kernel.org>
Cc: dri-devel@lists.freedesktop.org, linux-mm@kvack.org, afd@ti.com,
labbott@redhat.com, linux-media@vger.kernel.org,
devicetree@vger.kernel.org, linaro-mm-sig@lists.linaro.org,
robh+dt@kernel.org, pullip.cho@samsung.com, surenb@google.com,
akpm@linux-foundation.org, vbabka@suse.cz,
linux-kernel@vger.kernel.org, lmark@codeaurora.org,
minchan@kernel.org, joaodias@google.com, iamjoonsoo.kim@lge.com,
christian.koenig@amd.com
Subject: Re: [PATCH 3/3] dma-heap: Devicetree binding for chunk heap
Date: Fri, 21 Aug 2020 17:21:42 +0900 [thread overview]
Message-ID: <20200821082120.GA191570@KEI> (raw)
In-Reply-To: <20200818164812.GA3602349@bogus>
[-- Attachment #1: Type: text/plain, Size: 1529 bytes --]
Hi,
On Tue, Aug 18, 2020 at 10:48:12AM -0600, Rob Herring wrote:
> On Tue, 18 Aug 2020 17:04:15 +0900, Hyesoo Yu wrote:
> > Document devicetree binding for chunk heap on dma heap framework
> >
> > Signed-off-by: Hyesoo Yu <hyesoo.yu@samsung.com>
> > ---
> > .../devicetree/bindings/dma-buf/chunk_heap.yaml | 46 ++++++++++++++++++++++
> > 1 file changed, 46 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/dma-buf/chunk_heap.yaml
> >
>
>
> My bot found errors running 'make dt_binding_check' on your patch:
>
> /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/dma-buf/chunk_heap.example.dt.yaml: chunk_default_heap: 'alignment', 'memory-region' do not match any of the regexes: 'pinctrl-[0-9]+'
>
>
> See https://protect2.fireeye.com/v1/url?k=66da9090-3b1117ae-66db1bdf-0cc47a31309a-d3f5cc0866799e96&q=1&e=d42ef5a6-e7ba-494d-8f6b-faf451118f84&u=https%3A%2F%2Fpatchwork.ozlabs.org%2Fpatch%2F1346687
>
> If you already ran 'make dt_binding_check' and didn't see the above
> error(s), then make sure dt-schema is up to date:
>
> pip3 install git+https://protect2.fireeye.com/v1/url?k=c99eded1-945559ef-c99f559e-0cc47a31309a-bcc831610d2ce1c6&q=1&e=d42ef5a6-e7ba-494d-8f6b-faf451118f84&u=https%3A%2F%2Fgithub.com%2Fdevicetree-org%2Fdt-schema.git%40master --upgrade
>
> Please check and re-submit.
>
>
Thanks for reply. I missed alignment and memory-region on property.
I added and ran dt_binding_check, and all passed.
I will re-submit the patch v2.
Regards.
Hyesoo yu.
[-- Attachment #2: Type: text/plain, Size: 0 bytes --]
[-- Attachment #3: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2020-08-21 8:29 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <CGME20200818074547epcas2p21e0c2442873d03800c7bc2c3e76405d6@epcas2p2.samsung.com>
2020-08-18 8:04 ` [PATCH 0/3] Chunk Heap Support on DMA-HEAP Hyesoo Yu
2020-08-18 8:04 ` Hyesoo Yu
2020-08-18 8:04 ` [PATCH 1/3] dma-buf: add missing EXPORT_SYMBOL_GPL() for dma heaps Hyesoo Yu
2020-08-18 8:04 ` Hyesoo Yu
2020-08-18 8:04 ` [PATCH 2/3] dma-buf: heaps: add chunk heap to dmabuf heaps Hyesoo Yu
2020-08-18 8:04 ` Hyesoo Yu
2020-08-18 10:11 ` David Hildenbrand
2020-08-18 10:11 ` David Hildenbrand
2020-08-18 10:17 ` kernel test robot
2020-08-18 10:17 ` kernel test robot
2020-08-18 8:04 ` [PATCH 3/3] dma-heap: Devicetree binding for chunk heap Hyesoo Yu
2020-08-18 8:04 ` Hyesoo Yu
2020-08-18 16:48 ` Rob Herring
2020-08-18 16:48 ` Rob Herring
2020-08-21 8:21 ` Hyesoo Yu [this message]
2020-08-21 8:21 ` Hyesoo Yu
2020-08-18 10:55 ` [PATCH 0/3] Chunk Heap Support on DMA-HEAP Brian Starkey
2020-08-18 10:55 ` Brian Starkey
2020-08-19 3:46 ` Cho KyongHo
2020-08-19 3:46 ` Cho KyongHo
2020-08-19 13:22 ` Brian Starkey
2020-08-19 13:22 ` Brian Starkey
2020-08-21 7:38 ` Cho KyongHo
2020-08-21 7:38 ` Cho KyongHo
2020-08-18 20:55 ` John Stultz
2020-08-18 20:55 ` John Stultz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200821082120.GA191570@KEI \
--to=hyesoo.yu@samsung.com \
--cc=Brian.Starkey@arm.com \
--cc=afd@ti.com \
--cc=akpm@linux-foundation.org \
--cc=benjamin.gaignard@linaro.org \
--cc=christian.koenig@amd.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=iamjoonsoo.kim@lge.com \
--cc=joaodias@google.com \
--cc=john.stultz@linaro.org \
--cc=labbott@redhat.com \
--cc=linaro-mm-sig@lists.linaro.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=lmark@codeaurora.org \
--cc=minchan@kernel.org \
--cc=pullip.cho@samsung.com \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=sumit.semwal@linaro.org \
--cc=surenb@google.com \
--cc=vbabka@suse.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.