aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/mipi-csi2.h
Commit message (Collapse)AuthorAgeFilesLines
* media: Add MIPI CSI-2 28 bits per pixel raw data typeSakari Ailus2022-05-171-0/+1
| | | | | | | Add CSI-2 data type for 28 bits per pixel data. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
* media: Define MIPI CSI-2 data types in a shared header fileLaurent Pinchart2022-02-171-0/+45
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>