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