Hello, This small patch series adds a few new features to the max9286 driver: - Support for per-port supplies (01/12 and 04/12) - Remote I2C bus speed selection (02/12 and 09/12) - GMSL bus width selection (03/12 and 10/12) - Manual framesync operation (05/12) - RAW12 support (06/12 and 07/12) The remaining patches are small cleanups. Please see individual patches for details. Compared to v2, I've incorporated all review comments and rebased the series on top of the latest media tree (with a notable conflict due to the PoC GPIO support that has been merged in the mainline kernel). Most of v2 has received Reviewed-by tags, only a few patches are missing them, so I have good hopes to land this in v6.3. Laurent Pinchart (11): dt-bindings: media: i2c: max9286: Add support for per-port supplies dt-bindings: media: i2c: max9286: Add property to select I2C speed dt-bindings: media: i2c: max9286: Add property to select bus width media: i2c: max9286: Support manual framesync operation media: i2c: max9286: Rename MAX9286_DATATYPE_RAW11 to RAW12 media: i2c: max9286: Support 12-bit raw bayer formats media: i2c: max9286: Define macros for all bits of register 0x15 media: i2c: max9286: Configure remote I2C speed from device tree media: i2c: max9286: Configure bus width from device tree media: i2c: max9286: Select HS as data enable signal media: i2c: max9286: Print power-up GMSL link configuration Thomas Nizan (1): media: i2c: max9286: Add support for port regulators .../bindings/media/i2c/maxim,max9286.yaml | 51 +- drivers/media/i2c/max9286.c | 465 +++++++++++++++--- 2 files changed, 430 insertions(+), 86 deletions(-) base-commit: 3178804c64ef7c8c87a53cd5bba0b2942dd64fec -- Regards, Laurent Pinchart