Hi Laurent, >This small series drops support for legacy platform data from the mt9p031 >driver. Patch 1/3 removes support for platform data as it has not been >used for a long time, and patch 2/3 follows by dropping the then >unneeded I2C device ID table. Patch 3/3 is new in this version and >switches from the OF API to the fwnode API, making the driver usable on >non-OF platforms. > >I can't easily test the series at the moment. Would anyone know of an >MT9P031 camera module available off-the-shelf with a Raspberry >Pi-compatible connector ? > >Tarang, would you be able to test the series ? I would like to make sure >patch 3/3 doesn't break anything. Sorry, I have no MT9P031 camera availability Best Regards, Tarang ________________________________________ From: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> Sent: Tuesday, October 29, 2024 2:14 AM To: linux-media@xxxxxxxxxxxxxxx <linux-media@xxxxxxxxxxxxxxx> Cc: Sakari Ailus <sakari.ailus@xxxxxx>; Tarang Raval <tarang.raval@xxxxxxxxxxxxxxxxx> Subject: [PATCH v2 0/3] 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/3 removes support for platform data as it has not been used for a long time, and patch 2/3 follows by dropping the then unneeded I2C device ID table. Patch 3/3 is new in this version and switches from the OF API to the fwnode API, making the driver usable on non-OF platforms. I can't easily test the series at the moment. Would anyone know of an MT9P031 camera module available off-the-shelf with a Raspberry Pi-compatible connector ? Tarang, would you be able to test the series ? I would like to make sure patch 3/3 doesn't break anything. Laurent Pinchart (3): media: i2c: mt9p031: Drop support for legacy platform data media: i2c: mt9p031: Drop I2C device ID table media: i2c: mt9p031: Switch from OF to fwnode API MAINTAINERS | 1 - drivers/media/i2c/mt9p031.c | 82 +++++++++++++++---------------------- include/media/i2c/mt9p031.h | 18 -------- 3 files changed, 32 insertions(+), 69 deletions(-) delete mode 100644 include/media/i2c/mt9p031.h base-commit: d020ca11a816a99f87f2d186e137a9fb2341adb3 -- Regards, Laurent Pinchart