media: imx: Unstage the imx7-media-csi driver
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 10 May 2022 18:37:05 +0000 (19:37 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 25 Nov 2022 08:34:39 +0000 (08:34 +0000)
commit9f257f502c2e1f4bcc10004ddc4a18ebb7396136
treecf483cdc9341386dd4b3b15d8018e99cb09ce1ac
parent6593222693bfb53a58f902fdc3cce6a89ece6a94
media: imx: Unstage the imx7-media-csi driver

The imx7-media-csi driver, currently in staging, is ready for
prime-time. The staging TODO file lists a few items specific to that
driver, that are already addressed (the "all of the above" part) or can
be addressed later:

- The frame interval monitoring support is a software mechanism to
  monitor the device for unexpected stalls, and should be part of the
  V4L2 core if desired.

- Restricting the support media bus formats based on the SoC integration
  only aims at reducing userspace confusion by not enumerating options
  that are known not to be possible, it won't cause regressions if
  handled later.

Move the description of the media bus format restriction TODO item to
the driver, drop the other TODO items, and move the driver out of
staging.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
Acked-by: Rui Miguel Silva <rmfrfs@gmail.com>
Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
MAINTAINERS
drivers/media/platform/nxp/Kconfig
drivers/media/platform/nxp/Makefile
drivers/media/platform/nxp/imx7-media-csi.c [moved from drivers/staging/media/imx/imx7-media-csi.c with 97% similarity]
drivers/staging/media/imx/Kconfig
drivers/staging/media/imx/Makefile
drivers/staging/media/imx/TODO