Hello, When adding support for V4L2_PIX_FMT_SRGGB8 it was overlooked that the same solution could be used to support all RAW8 RGB layouts (SBGGR8, SGBRG8, SGRBG8 and SRGGB8). This series extends the R-Car VIN and CSI-2 drivers to support all RAW8 RGB layouts. The VIN driver changes are applicable to both Gen2 and Gen3 while the changes to the CSI-2 driver only effects Gen3. Niklas Söderlund (2): rcar-csi2: Extend RAW8 support to all RGB layouts rcar-vin: Extend RAW8 support to all RGB layouts drivers/media/platform/rcar-vin/rcar-csi2.c | 3 +++ drivers/media/platform/rcar-vin/rcar-dma.c | 28 ++++++++++++++++++++- drivers/media/platform/rcar-vin/rcar-v4l2.c | 27 ++++++++++++++++++++ 3 files changed, 57 insertions(+), 1 deletion(-) -- 2.28.0