summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/nxp/imx8-isi (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: nxp: Use devm_kmemdup to replace devm_kmalloc + memcpyLi Zetao2023-09-271-3/+1
* media: nxp: imx8-isi: Add ISI support for i.MX93Guoniu.zhou2023-08-103-0/+48
* media: nxp: imx8-isi: Move i.MX8 gasket configuration to an ops structureGuoniu.zhou2023-08-105-36/+76
* media: nxp: Fix wrong return pointer check in mxc_isi_crossbar_init()Yang Yingliang2023-08-101-1/+1
* media: nxp: Remove redundant dev_err()Ruan Jinjie2023-08-101-1/+0
* media: v4l: async: Set v4l2_device and subdev in async notifier initSakari Ailus2023-08-101-2/+2
* media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connectionSakari Ailus2023-07-281-4/+4
* media: Explicitly include correct DT includesRob Herring2023-07-191-1/+1
* media: nxp: remove unneeded semicolonJiapeng Chong2023-05-251-1/+1
* media: nxp: ignore unused suspend operationsArnd Bergmann2023-05-081-3/+3
* media: nxp: imx8-isi: fix buiding on 32-bitArnd Bergmann2023-05-081-20/+21
* media: nxp: imx8-isi: Remove 300ms sleep after enabling channelJacopo Mondi2023-04-161-2/+0
* media: nxp: imx8-isi: Replace udelay() with fsleep()Laurent Pinchart2023-04-161-1/+2
* media: nxp: imx8-isi: Drop partial support for i.MX8QM and i.MX8QXPLaurent Pinchart2023-04-162-108/+1
* media: nxp: Add i.MX8 ISI driverLaurent Pinchart2023-04-1611-0/+6014