Hi Niklas, Thank you for the patches. On Sat, Jul 05, 2025 at 10:37:38AM +0200, Niklas Söderlund wrote: > Hello, > > With the recent cleanup of the R-Car VIN driver the last user of the > subdevice operation .g_pixelaspect have been addressed. We can now > remove the two last implementations in adv7180 and adv748x, and then > remove the operation from the internal API. > > The operation where kept in adv7180 and adv748x to support to R-Car VIN > as these devices are used on some of the evaluation platforms. > > Patch 1/3 and 2/3 removes the implementations while patch 3/3 removes > the operation from the internal API. > > Niklas Söderlund (3): > media: adv7180: Remove g_pixelaspect implementation > media: adv748x: Remove g_pixelaspect implementation > media: v4l2-subdev: Remove g_pixelaspect operation For the whole series, Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > drivers/media/i2c/adv7180.c | 16 ---------------- > drivers/media/i2c/adv748x/adv748x-afe.c | 17 ----------------- > drivers/media/i2c/adv748x/adv748x-hdmi.c | 10 ---------- > include/media/v4l2-subdev.h | 3 --- > 4 files changed, 46 deletions(-) -- Regards, Laurent Pinchart