]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit15a4815549d4dba478209811078d1d8e9b00ecb2
tree0d20d0019ed7062520bc33df9e761d111a264a96
parentae33f05f50892e587d1ee71760599027944f1e77
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]