devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] media: mediatek: Add support MT8188 AIE
@ 2024-07-17 12:41 20220614094956 created
  2024-07-17 12:41 ` [PATCH 1/3] media: dt-bindings: add " 20220614094956 created
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: 20220614094956 created @ 2024-07-17 12:41 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Matthias Brugger, AngeloGioacchino Del Regno,
	Yelian Wang
  Cc: linux-media, devicetree, linux-kernel, linux-arm-kernel,
	linux-mediatek, Project_Global_Chrome_Upstream_Group, yaya.chang,
	teddy.chen, hidenorik

From: Yelian Wang <yelian.wang@mediatek.com>

*** BLURB HERE ***

This patch series add YAML DT binding and V4L2 sub-device driver 
for mediatek MT8188 AIE. AIE is the ISP unit in the SoC,it's used
to detect faces on an image stored in dram. Mainly used for the 
camera's Face Detection function of MT8188.

This series is based on linux-next, tag: next-20240716

Yelian Wang (3):
  media: dt-bindings: add MT8188 AIE
  uapi: linux: add MT8188 AIE
  media: mediatek: add MT8188 AIE driver

 .../bindings/media/mediatek-aie.yaml          |   99 +
 drivers/media/platform/mediatek/Kconfig       |    1 +
 drivers/media/platform/mediatek/Makefile      |    1 +
 drivers/media/platform/mediatek/aie/Kconfig   |   13 +
 drivers/media/platform/mediatek/aie/Makefile  |    5 +
 drivers/media/platform/mediatek/aie/mtk_aie.h | 1012 +++++
 .../media/platform/mediatek/aie/mtk_aie_53.c  | 2031 +++++++++
 .../media/platform/mediatek/aie/mtk_aie_drv.c | 3613 +++++++++++++++++
 include/uapi/linux/mtk_aie_v4l2_controls.h    |  130 +
 include/uapi/linux/videodev2.h                |    6 +
 10 files changed, 6911 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/mediatek-aie.yaml
 create mode 100644 drivers/media/platform/mediatek/aie/Kconfig
 create mode 100644 drivers/media/platform/mediatek/aie/Makefile
 create mode 100644 drivers/media/platform/mediatek/aie/mtk_aie.h
 create mode 100644 drivers/media/platform/mediatek/aie/mtk_aie_53.c
 create mode 100644 drivers/media/platform/mediatek/aie/mtk_aie_drv.c
 create mode 100644 include/uapi/linux/mtk_aie_v4l2_controls.h

-- 
2.34.1


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-07-17 17:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-17 12:41 [PATCH 0/3] media: mediatek: Add support MT8188 AIE 20220614094956 created
2024-07-17 12:41 ` [PATCH 1/3] media: dt-bindings: add " 20220614094956 created
2024-07-17 13:04   ` Krzysztof Kozlowski
2024-07-17 13:24   ` Krzysztof Kozlowski
2024-07-17 12:41 ` [PATCH 2/3] uapi: linux: " 20220614094956 created
2024-07-17 17:45   ` Nicolas Dufresne
2024-07-17 12:41 ` [PATCH 3/3] media: mediatek: add MT8188 AIE driver 20220614094956 created
2024-07-17 13:16   ` Krzysztof Kozlowski
2024-07-17 13:43 ` [PATCH 0/3] media: mediatek: Add support MT8188 AIE AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).