Hi Laurent, >Tarang, you can base your next version of "[PATCH] media: mt9p031: >Refactor format handling for different sensor models" on top of this >series, it should simplify your patch a bit. Sure, i will Thanks, Tarang ________________________________________ From: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> Sent: Friday, October 25, 2024 11:47 PM To: linux-media@xxxxxxxxxxxxxxx <linux-media@xxxxxxxxxxxxxxx> Cc: Sakari Ailus <sakari.ailus@xxxxxx>; Tarang Raval <tarang.raval@xxxxxxxxxxxxxxxxx> Subject: [PATCH 0/2] media: mt9p031: Drop legacy platform data CAUTION: This email originated from outside the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hello, This small series drops support for legacy platform data from the mt9p031 driver. Patch 1/2 removes support for platform data as it has not been used for a long time, and patch 2/2 follows by dropping the then unneeded I2C device ID table. Tarang, you can base your next version of "[PATCH] media: mt9p031: Refactor format handling for different sensor models" on top of this series, it should simplify your patch a bit. Laurent Pinchart (2): media: i2c: mt9p031: Drop support for legacy platform data media: i2c: mt9p031: Drop I2C device ID table MAINTAINERS | 1 - drivers/media/i2c/mt9p031.c | 82 +++++++++++++++---------------------- include/media/i2c/mt9p031.h | 18 -------- 3 files changed, 34 insertions(+), 67 deletions(-) delete mode 100644 include/media/i2c/mt9p031.h base-commit: c9ec6f1736363b2b2bb4e266997389740f628441 -- Regards, Laurent Pinchart