media: Define MIPI CSI-2 data types in a shared header file
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sun, 23 Jan 2022 15:36:19 +0000 (16:36 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 17 Feb 2022 09:29:44 +0000 (10:29 +0100)
commit5cadbd897221431ea7f2c50510ed63042de9285f
tree5a1ebcb241aac1a20011a4450e0b64db782926a8
parentc7cfc7b90e25468c98dfb1082474644f2a3e2df7
media: Define MIPI CSI-2 data types in a shared header file

There are many CSI-2-related drivers in the media subsystem that come
with their own macros to handle the CSI-2 data types (or just hardcode
the numerical values). Provide a shared header with definitions for
those data types that driver can use.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
include/media/mipi-csi2.h [new file with mode: 0644]