Re: [RFC PATCH V3 3/3] platform: mtk-isp: Add Mediatek FD driver

2019-10-14 Thread Jerry-ch Chen
Hi Tomasz, On Fri, 2019-09-06 at 18:11 +0800, Jerry-ch Chen wrote: > From: Jerry-ch Chen > > This patch adds the driver of Face Detection (FD) unit in > Mediatek camera system, providing face detection function. > > The mtk-isp directory will contain drivers for multiple IP

[RFC PATCH V3 3/3] platform: mtk-isp: Add Mediatek FD driver

2019-09-06 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds the driver of Face Detection (FD) unit in Mediatek camera system, providing face detection function. The mtk-isp directory will contain drivers for multiple IP blocks found in Mediatek ISP system. It will include ISP Pass 1 driver (CAM), sensor interface

[RFC PATCH V3 1/3] dt-bindings: mt8183: Added FD dt-bindings

2019-09-06 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds DT binding documentation for the Face Detection (FD) unit of the Mediatek's mt8183 SoC. Signed-off-by: Jerry-ch Chen --- .../bindings/media/mediatek,mt8183-fd.txt | 34 +++ 1 file changed, 34 insertions(+) create mode 1

[RFC PATCH V3 2/3] dts: arm64: mt8183: Add FD nodes

2019-09-06 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds nodes for Face Detection (FD) unit. FD is embedded in Mediatek SoCs and works with the co-processor to perform face detection on the input data and image and output detected face result. Signed-off-by: Jerry-ch Chen --- arch/arm64/boot/dts/mediatek/mt8183

[RFC PATCH V3 0/3] media: platform: Add support for Face Detection (FD) on mt8183 SoC

2019-09-06 Thread Jerry-ch Chen
Hello, This RFC patch series is adding Face Detection (FD) driver on Mediatek mt8183 SoC. It belongs to the first Mediatek's camera driver series based on V4L2 and media controller framework. I posted the main part of the FD driver as RFC to discuss first and would like some review comments.

Re: [RFC PATCH V2 3/4] media: platform: Add Mediatek FD driver KConfig

2019-09-05 Thread Jerry-ch Chen
Hi Laurent, On Thu, 2019-09-05 at 20:30 +0800, Laurent Pinchart wrote: > Hi Jerry, > > Thank you for the patch. > > On Tue, Jul 09, 2019 at 04:41:11PM +0800, Jerry-ch Chen wrote: > > From: Jerry-ch Chen > > > > This patch adds KConfig for Mediatek Face

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-05 Thread Jerry-ch Chen
On Thu, 2019-09-05 at 16:52 +0800, Tomasz Figa wrote: > On Thu, Sep 5, 2019 at 5:17 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Thu, 2019-09-05 at 15:13 +0800, Tomasz Figa wrote: > > > On Thu, Sep 5, 2019 at 4:02 PM Jerry-ch Chen

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-05 Thread Jerry-ch Chen
Hi Tomasz, On Thu, 2019-09-05 at 15:13 +0800, Tomasz Figa wrote: > On Thu, Sep 5, 2019 at 4:02 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Wed, 2019-09-04 at 21:19 +0800, Jerry-ch Chen wrote: > > > On Wed, 2019-09-04 at 21:12 +0800, Tomasz Fig

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-05 Thread Jerry-ch Chen
Hi Tomasz, On Wed, 2019-09-04 at 21:19 +0800, Jerry-ch Chen wrote: > On Wed, 2019-09-04 at 21:12 +0800, Tomasz Figa wrote: > > On Wed, Sep 4, 2019 at 6:26 PM Jerry-ch Chen > > wrote: > > > > > > Hi Tomasz, > > > > > > On Wed, 2019-09-04 at 17

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-04 Thread Jerry-ch Chen
On Wed, 2019-09-04 at 21:12 +0800, Tomasz Figa wrote: > On Wed, Sep 4, 2019 at 6:26 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Wed, 2019-09-04 at 17:03 +0800, Tomasz Figa wrote: > > > On Wed, Sep 4, 2019 at 6:02 PM Jerry-ch Chen

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-04 Thread Jerry-ch Chen
Hi Tomasz, On Wed, 2019-09-04 at 17:03 +0800, Tomasz Figa wrote: > On Wed, Sep 4, 2019 at 6:02 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Wed, 2019-09-04 at 16:25 +0800, Tomasz Figa wrote: > > > On Wed, Sep 4, 2019 at 5:09 PM Jerry-ch Chen

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-04 Thread Jerry-ch Chen
Hi Tomasz, On Wed, 2019-09-04 at 16:25 +0800, Tomasz Figa wrote: > On Wed, Sep 4, 2019 at 5:09 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Wed, 2019-09-04 at 14:34 +0800, Tomasz Figa wrote: > > > On Wed, Sep 4, 2019 at 3:09 PM Jerry-ch Chen

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-04 Thread Jerry-ch Chen
Hi Tomasz, On Wed, 2019-09-04 at 14:34 +0800, Tomasz Figa wrote: > On Wed, Sep 4, 2019 at 3:09 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Wed, 2019-09-04 at 12:15 +0800, Tomasz Figa wrote: > > > On Wed, Sep 4, 2019 at 12:38 PM Jerry-ch Chen

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-03 Thread Jerry-ch Chen
Hi Tomasz, On Wed, 2019-09-04 at 12:15 +0800, Tomasz Figa wrote: > On Wed, Sep 4, 2019 at 12:38 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Tue, 2019-09-03 at 20:05 +0800, Tomasz Figa wrote: > > > On Tue, Sep 3, 2019 at 8:46 PM Jerry-ch Chen

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-03 Thread Jerry-ch Chen
Hi Tomasz, On Tue, 2019-09-03 at 20:05 +0800, Tomasz Figa wrote: > On Tue, Sep 3, 2019 at 8:46 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Tue, 2019-09-03 at 15:04 +0800, Tomasz Figa wrote: > > > On Tue, Sep 3, 2019 at 3:44 PM Jerry-ch Che

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-03 Thread Jerry-ch Chen
Hi Tomasz, On Tue, 2019-09-03 at 15:04 +0800, Tomasz Figa wrote: > On Tue, Sep 3, 2019 at 3:44 PM Jerry-ch Chen > wrote: > > > > On Tue, 2019-09-03 at 13:19 +0800, Tomasz Figa wrote: > > > On Mon, Sep 2, 2019 at 8:47 PM Jerry-ch Chen > > > wrote: > >

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-02 Thread Jerry-ch Chen
On Tue, 2019-09-03 at 13:19 +0800, Tomasz Figa wrote: > On Mon, Sep 2, 2019 at 8:47 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Fri, 2019-08-30 at 16:33 +0800, Tomasz Figa wrote: > > > On Wed, Aug 28, 2019 at 11:00 AM Jerry-ch Chen

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-09-02 Thread Jerry-ch Chen
Hi Tomasz, On Fri, 2019-08-30 at 16:33 +0800, Tomasz Figa wrote: > On Wed, Aug 28, 2019 at 11:00 AM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Mon, 2019-08-26 at 14:36 +0800, Tomasz Figa wrote: > > > Hi Jerry, > > > > > > O

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-08-27 Thread Jerry-ch Chen
Hi Tomasz, On Mon, 2019-08-26 at 14:36 +0800, Tomasz Figa wrote: > Hi Jerry, > > On Sun, Aug 25, 2019 at 6:18 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Fri, 2019-08-02 at 16:28 +0800, Tomasz Figa wrote: > > > Hi Jerry, > > > &g

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-08-25 Thread Jerry-ch Chen
Hi Tomasz, On Fri, 2019-08-02 at 16:28 +0800, Tomasz Figa wrote: > Hi Jerry, > > On Tue, Jul 09, 2019 at 04:41:12PM +0800, Jerry-ch Chen wrote: > > From: Jerry-ch Chen > > > > This patch adds the driver of Face Detection (FD) unit in > > Mediatek camera

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-07-29 Thread Jerry-ch Chen
Hi Tomasz, On Mon, 2019-07-29 at 17:57 +0800, Tomasz Figa wrote: > On Mon, Jul 29, 2019 at 3:01 PM Jerry-ch Chen > wrote: > > > > Hi Enrico, > > > > On Tue, 2019-07-09 at 18:56 +0800, Enrico Weigelt, metux IT consult > > wrote: > > > On 09.07.

Re: [RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-07-28 Thread Jerry-ch Chen
Hi Enrico, On Tue, 2019-07-09 at 18:56 +0800, Enrico Weigelt, metux IT consult wrote: > On 09.07.19 10:41, Jerry-ch Chen wrote: > > Hi, > > > > diff --git a/drivers/media/platform/mtk-isp/fd/mtk_fd.h > > b/drivers/media/platform/mtk-isp/fd/mtk_fd.h > > new f

[RFC PATCH V2 3/4] media: platform: Add Mediatek FD driver KConfig

2019-07-09 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds KConfig for Mediatek Face Detection driver (FD). FD is embedded in Mediatek SoCs. It can provide hardware accelerated face detection function. Signed-off-by: Jerry-ch Chen --- drivers/media/platform/Kconfig| 2 ++ drivers/media/platform/mtk-isp

[RFC PATCH V2 4/4] platform: mtk-isp: Add Mediatek FD driver

2019-07-09 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds the driver of Face Detection (FD) unit in Mediatek camera system, providing face detection function. The mtk-isp directory will contain drivers for multiple IP blocks found in Mediatek ISP system. It will include ISP Pass 1 driver (CAM), sensor interface

[RFC PATCH V2 2/4] dts: arm64: mt8183: Add FD nodes

2019-07-09 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds nodes for Face Detection (FD) unit. FD is embedded in Mediatek SoCs and works with the co-processor to perform face detection on the input data and image and output detected face result. Signed-off-by: Jerry-ch Chen --- arch/arm64/boot/dts/mediatek/mt8183

[RFC PATCH V2 0/4] media: platform: Add support for Face Detection (FD) on mt8183 SoC

2019-07-09 Thread Jerry-ch Chen
>node2, 1) != EBUSY test VIDIOC_REQBUFS/CREATE_BUFS/QUERYBUF: FAIL test VIDIOC_EXPBUF: OK test Requests: OK Total for mtk-fd-4.0 device /dev/video31: 45, Succeeded: 41, Failed: 4, Warnings: 0 Grand Total for mtk-fd-4.0 device /dev/media2: 52, Succeeded: 48, Failed

[RFC PATCH V2 1/4] dt-bindings: mt8183: Added FD dt-bindings

2019-07-09 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds DT binding documentation for the Face Detection (FD) unit of the Mediatek's mt8183 SoC. Signed-off-by: Jerry-ch Chen --- .../bindings/media/mediatek,mt8183-fd.txt | 33 ++ 1 file changed, 33 insertions(+) create mode 1

Re: [RFC PATCH V1 6/6] platform: mtk-isp: Add Mediatek FD driver

2019-06-25 Thread Jerry-ch Chen
Hi Tomasz, On Tue, 2019-06-25 at 18:09 +0800, Tomasz Figa wrote: > On Tue, Jun 25, 2019 at 5:55 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Tue, 2019-06-25 at 11:39 +0800, Tomasz Figa wrote: > > > Hi Jerry, > > > > > > On

Re: [RFC PATCH V1 6/6] platform: mtk-isp: Add Mediatek FD driver

2019-06-25 Thread Jerry-ch Chen
Hi Tomasz, On Tue, 2019-06-25 at 11:39 +0800, Tomasz Figa wrote: > Hi Jerry, > > On Mon, Jun 24, 2019 at 11:22 PM Jerry-ch Chen > wrote: > > > > Hi Tomasz, > > > > On Thu, 2019-06-06 at 18:43 +0800, Tomasz Figa wrote: > > > Hi Jerry, > > >

Re: [RFC PATCH V1 6/6] platform: mtk-isp: Add Mediatek FD driver

2019-06-24 Thread Jerry-ch Chen
Hi Tomasz, On Thu, 2019-06-06 at 18:43 +0800, Tomasz Figa wrote: > Hi Jerry, > > On Tue, Apr 23, 2019 at 06:45:05PM +0800, Jerry-ch Chen wrote: > > From: Jerry-ch Chen > > > > This patch adds the driver of Face Detection (FD) unit in > > Mediatek camera

Re: [RFC PATCH V1 6/6] platform: mtk-isp: Add Mediatek FD driver

2019-06-24 Thread Jerry-ch Chen
Hi Tomasz, On Thu, 2019-06-06 at 18:43 +0800, Tomasz Figa wrote: > Hi Jerry, > > On Tue, Apr 23, 2019 at 06:45:05PM +0800, Jerry-ch Chen wrote: > > From: Jerry-ch Chen > > > > This patch adds the driver of Face Detection (FD) unit in > > Mediatek camera

Re: [RFC PATCH V1 6/6] platform: mtk-isp: Add Mediatek FD driver

2019-06-24 Thread Jerry-ch Chen
Hi Tomasz, On Thu, 2019-06-06 at 18:43 +0800, Tomasz Figa wrote: > Hi Jerry, > > On Tue, Apr 23, 2019 at 06:45:05PM +0800, Jerry-ch Chen wrote: > > From: Jerry-ch Chen > > > > This patch adds the driver of Face Detection (FD) unit in > > Mediatek camera

Re: [RFC PATCH V1 1/6] dt-bindings: mt8183: Add binding for FD shared memory

2019-05-20 Thread Jerry-ch Chen
Hi Rob, Thank you for your comments. On Thu, 2019-05-02 at 06:45 +0800, Rob Herring wrote: > On Tue, Apr 23, 2019 at 06:45:00PM +0800, Jerry-ch Chen wrote: > > From: Jerry-ch Chen > > > > This patch adds the binding for describing the shared memory > > used to exchan

Re: [RFC PATCH V1 0/6] media: platform: Add support for Face Detection (FD) on mt8183 SoC

2019-05-16 Thread Jerry-ch Chen
Hi Hans: Thanks for your comments. On Mon, 2019-05-13 at 11:14 +0200, Hans Verkuil wrote: > On 4/23/19 12:44 PM, Jerry-ch Chen wrote: > > Hello, > > > > This RFC patch series is adding Face Detection (FD) driver on Mediatek > > mt8183 SoC. It belongs to the first Medi

Re: [RFC PATCH V1 3/6] dt-bindings: mt8183: Added FD dt-bindings

2019-05-07 Thread Jerry-ch Chen
Hi Rob, Thank you for your comments. On Wed, 2019-05-01 at 17:46 -0500, Rob Herring wrote: > On Tue, Apr 23, 2019 at 06:45:02PM +0800, Jerry-ch Chen wrote: > > From: Jerry-ch Chen > > > > This patch adds DT binding documentation for the Face Detection (FD) > > u

[RFC PATCH V1 6/6] platform: mtk-isp: Add Mediatek FD driver

2019-04-23 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds the driver of Face Detection (FD) unit in Mediatek camera system, providing face detection function. The mtk-isp directory will contain drivers for multiple IP blocks found in Mediatek ISP system. It will include ISP Pass 1 driver (CAM), sensor interface

[RFC PATCH V1 2/6] dts: arm64: mt8183: Add FD shared memory node

2019-04-23 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds a shared memory region used on mt8183 for exchanging meta data between co-processor and Face Detection (FD) unit. Signed-off-by: Jerry-ch Chen --- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch

[RFC PATCH V1 4/6] dts: arm64: mt8183: Add FD nodes

2019-04-23 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds nodes for Face Detection (FD) unit. FD is embedded in Mediatek SoCs and works with the co-processor to perform face detection on the input data and image and output detected face result. Signed-off-by: Jerry-ch Chen --- arch/arm64/boot/dts/mediatek/mt8183

[RFC PATCH V1 1/6] dt-bindings: mt8183: Add binding for FD shared memory

2019-04-23 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds the binding for describing the shared memory used to exchange meta data between the co-processor and Face Detection (FD) unit of the camera system on Mediatek SoCs. Signed-off-by: Jerry-ch Chen --- .../mediatek,reserve-memory-fd_smem.txt | 44

[RFC PATCH V1 5/6] media: platform: Add Mediatek FD driver KConfig

2019-04-23 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds KConfig for Mediatek Face Detection driver (FD). FD is embedded in Mediatek SoCs. It can provide hardware accelerated face detection function. Signed-off-by: Jerry-ch Chen --- drivers/media/platform/Kconfig | 2 ++ drivers/media/platform/mtk-isp

[RFC PATCH V1 3/6] dt-bindings: mt8183: Added FD dt-bindings

2019-04-23 Thread Jerry-ch Chen
From: Jerry-ch Chen This patch adds DT binding documentation for the Face Detection (FD) unit of the camera system on Mediatek's SoCs. Signed-off-by: Jerry-ch Chen --- .../bindings/media/mediatek,mt8183-fd.txt | 34 +++ 1 file changed, 34 insertions(+) create mode 1

[RFC PATCH V1 0/6] media: platform: Add support for Face Detection (FD) on mt8183 SoC

2019-04-23 Thread Jerry-ch Chen
test VIDIOC_REQBUFS/CREATE_BUFS/QUERYBUF: OK test VIDIOC_EXPBUF: OK test Requests: OK Total for MTK-FD-V4L2-STR device /dev/video17: 45, Succeeded: 45, Failed: 0, Warnings: 0 Grand Total for mtk-fd-4.0 device /dev/media1: 401, Succeeded: 401, Failed: 0, Warnings: 0 Jerr

Re: [RFC PATCH V0 5/7] dts: arm64: mt8183: Add FD nodes

2019-04-02 Thread Jerry-ch Chen
On Tue, 2019-03-26 at 05:57 +0800, Rob Herring wrote: > On Wed, Feb 20, 2019 at 03:48:11PM +0800, Jerry-ch Chen wrote: > > This patch adds nodes for Face Detection (FD) unit. FD is embedded > > in Mediatek SoCs and works with the co-processor to perform face > > detection

Re: [RFC PATCH V0 0/7] media: platform: Add support for Face Detection (FD) on mt8183 SoC

2019-03-21 Thread Jerry-ch Chen
Hi Hans, Tomasz, On Thu, 2019-03-14 at 16:40 +0800, Hans Verkuil wrote: > Hi Jerry-ch Chen, > > On 2/20/19 8:48 AM, Jerry-ch Chen wrote: > > Hello, > > > > This is the first version of the RFC patch series adding Face Detection > > (FD) driver on Mediatek

[RFC PATCH V0 7/7] [media] platform: mtk-isp: Add Mediatek FD driver

2019-02-19 Thread Jerry-ch Chen
face detection driver. Signed-off-by: Jerry-ch Chen --- drivers/media/platform/mtk-isp/Makefile| 16 + drivers/media/platform/mtk-isp/fd/Makefile | 38 + drivers/media/platform/mtk-isp/fd/mtk_fd-core.h| 157 +++ drivers/media/platform/mtk-isp/fd/mtk_fd-ctx.h | 299

[RFC PATCH V0 3/7] [media] dt-bindings: mt8183: Added FD-SMEM dt-bindings

2019-02-19 Thread Jerry-ch Chen
This patch adds the DT binding documentation for the shared memory between Face Detection unit of the camera system and the co-processor in Mediatek SoCs. Signed-off-by: Jerry-ch Chen --- .../devicetree/bindings/media/mediatek,fd_smem.txt | 28 ++ 1 file changed, 28

[RFC PATCH V0 4/7] [media] dt-bindings: mt8183: Added FD dt-bindings

2019-02-19 Thread Jerry-ch Chen
This patch adds DT binding documentation for the Face Detection (FD) unit of the camera system on Mediatek's SoCs. Signed-off-by: Jerry-ch Chen --- .../bindings/media/mediatek,mt8183-fd.txt | 30 ++ 1 file changed, 30 insertions(+) create mode 100644 Document

[RFC PATCH V0 5/7] dts: arm64: mt8183: Add FD nodes

2019-02-19 Thread Jerry-ch Chen
This patch adds nodes for Face Detection (FD) unit. FD is embedded in Mediatek SoCs and works with the co-processor to perform face detection on the input data and image and output detected face result. Signed-off-by: Jerry-ch Chen --- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 20

[RFC PATCH V0 6/7] media: platform: Add Mediatek FD driver KConfig

2019-02-19 Thread Jerry-ch Chen
This patch adds KConfig for Mediatek Face Detection driver (FD). FD is embedded in Mediatek SoCs. It can provide hardware accelerated face detection function. Signed-off-by: Jerry-ch Chen --- drivers/media/platform/Kconfig | 2 ++ drivers/media/platform/mtk-isp/Kconfig | 10

[RFC PATCH V0 0/7] media: platform: Add support for Face Detection (FD) on mt8183 SoC

2019-02-19 Thread Jerry-ch Chen
flow. * mtk_fd-ctrl.c: Handles the HW ctrl request from userspace. * mtk_fd-smem-drv.c: Provides the shared memory management required operation. We reserved a memory region for the co-processor and FD to exchange the hardware configuration data. * mtk_fd-v4l2-util.c: Implements V4L2 and vb2 ops. Jer

[RFC PATCH V0 2/7] dts: arm64: mt8183: Add FD shared memory node

2019-02-19 Thread Jerry-ch Chen
This patch adds a shared memory region used on mt8183 for exchanging meta data between co-processor and Face Detection (FD) unit. Signed-off-by: Jerry-ch Chen --- arch/arm64/boot/dts/mediatek/mt8183.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek

[RFC PATCH V0 1/7] dt-bindings: mt8183: Add binding for FD shared memory

2019-02-19 Thread Jerry-ch Chen
This patch adds the binding for describing the shared memory used to exchange meta data between the co-processor and Face Detection (FD) unit of the camera system on Mediatek SoCs. Signed-off-by: Jerry-ch Chen --- .../mediatek,reserve-memory-fd_smem.txt| 44 ++ 1