mbox

[v2,0/3] media: rcar-csi2: Add support for V4H

Message ID 20230424185934.438059-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
Headers

Message

Niklas Söderlund April 24, 2023, 6:59 p.m. UTC
  Hello,

This series adds support for Renesas R-Car V4H.

Patch 1/3 prepares the driver for R-Car Gen4 by creating function
pointers for differences with Gen3. Patch 2/3 prepares for parsing CSI-2
C-PHY properties. Finally patch 3/3 adds V4H support.

Tested on both Gen3 and Gen4 hardware without any regressions. Tested
using both regular capture and v4l-compliance.

Niklas Söderlund (3):
  media: rcar-csi2: Prepare for Gen4 support
  media: rcar-csi2: Prepare for C-PHY support
  media: rcar-csi2: Add support for C-PHY on R-Car V4H

 .../platform/renesas/rcar-vin/rcar-csi2.c     | 391 +++++++++++++++++-
 1 file changed, 376 insertions(+), 15 deletions(-)