media: imx: Rename imx7-mipi-csis.c to imx-mipi-csis.c
authorJacopo Mondi <jacopo@jmondi.org>
Mon, 21 Feb 2022 17:47:22 +0000 (18:47 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 23 Feb 2022 07:53:07 +0000 (08:53 +0100)
commit5b21b566b977155407bd0d0ea0d28018f33e6c12
tree0d20d0019ed7062520bc33df9e761d111a264a96
parent85fa189b2c829a005224cab3c2d88635dd36d777
media: imx: Rename imx7-mipi-csis.c to imx-mipi-csis.c

Rename the imx7-mipi-csis.c driver to remove the reference to i.MX7.

The driver is for an IP core found on i.MX7 and i.MX8 SoC, so do not
specify a SoC version number in the driver name.

Remove the references to the i.MX7 SoC in the driver symbols and expand
the driver's header with more information about the IP core the driver
controls.

Also rename the associated bindings documentation.

Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Rui Miguel Silva <rmfrfs@gmail.com>
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Documentation/admin-guide/media/imx7.rst
Documentation/devicetree/bindings/media/nxp,imx-mipi-csi2.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/media/nxp,imx7-mipi-csi2.yaml [deleted file]
MAINTAINERS
drivers/media/platform/imx/Makefile
drivers/media/platform/imx/imx-mipi-csis.c [new file with mode: 0644]
drivers/media/platform/imx/imx7-mipi-csis.c [deleted file]