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

Message ID 20230211145310.3819989-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
Headers
Series media: rcar-csi2: Add support for V4H |

Message

Niklas Söderlund Feb. 11, 2023, 2:53 p.m. UTC
  Hello,

This series adds support for Renesas R-Car V4H. The work depends on the 
series which adds the compatible value added to the bindings 
documentation, posted separately [1].

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.

1. [PATCH 0/3] media: dt-bindings: media: Add bindings for video capture on R-Car V4H

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     | 394 +++++++++++++++++-
 1 file changed, 379 insertions(+), 15 deletions(-)
  

Comments

Hans Verkuil April 18, 2023, 6:45 a.m. UTC | #1
Hi Niklas,

On 11/02/2023 15:53, Niklas Söderlund wrote:
> Hello,
> 
> This series adds support for Renesas R-Car V4H. The work depends on the 
> series which adds the compatible value added to the bindings 
> documentation, posted separately [1].
> 
> 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.
> 
> 1. [PATCH 0/3] media: dt-bindings: media: Add bindings for video capture on R-Car V4H
> 
> 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     | 394 +++++++++++++++++-
>  1 file changed, 379 insertions(+), 15 deletions(-)
> 

Can you rebase and repost? This series no longer applies.

Thanks!

	Hans
  
Niklas Söderlund April 24, 2023, 7:03 p.m. UTC | #2
Hi Hans,

Thanks for looking at this series.

On 2023-04-18 08:45:22 +0200, Hans Verkuil wrote:
> Hi Niklas,
> 
> On 11/02/2023 15:53, Niklas Söderlund wrote:
> > Hello,
> > 
> > This series adds support for Renesas R-Car V4H. The work depends on the 
> > series which adds the compatible value added to the bindings 
> > documentation, posted separately [1].
> > 
> > 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.
> > 
> > 1. [PATCH 0/3] media: dt-bindings: media: Add bindings for video capture on R-Car V4H
> > 
> > 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     | 394 +++++++++++++++++-
> >  1 file changed, 379 insertions(+), 15 deletions(-)
> > 
> 
> Can you rebase and repost? This series no longer applies.

Sorry it took so long, I have rebased and reposted this series here,

https://patchwork.linuxtv.org/project/linux-media/list/?series=10363

> 
> Thanks!
> 
> 	Hans