Hi Niklas, Thank you for the patch. On Wed, May 21, 2025 at 03:20:37PM +0200, Niklas Söderlund wrote: > Complete the conversion from soc_camera to a full fledge media > controller enabled devices for all supported generations of the device. > All work is already done as this is already supported on Gen3, and > later. > > All that is missing is some small touch ups of the unified v4l-notifier, > unconditionally creation of a media pad for each VIN and removing all > special cases for the non media-graph call paths. Would it be possible to split the first two items from the last ? Removal of all special cases and dead code is large, and makes it difficult to spot the other changes. > Mark the completion of converting from soc_camera by injecting an > attribution of myself in the header. > > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > --- > * Changes since v3 > - Resolve conflicts with other VIN work merged a head of this series. > --- > .../platform/renesas/rcar-vin/rcar-core.c | 249 ++------- > .../platform/renesas/rcar-vin/rcar-dma.c | 16 +- > .../platform/renesas/rcar-vin/rcar-v4l2.c | 488 +----------------- > .../platform/renesas/rcar-vin/rcar-vin.h | 10 +- > 4 files changed, 66 insertions(+), 697 deletions(-) [snip] -- Regards, Laurent Pinchart