This series contains small miscellaneous improvements to the FPD-Link drivers. These were sent originally in v14 of the "i2c-atr and FPDLink" series (link below), but were then left out for v15. So I have assigned v2 to the "first" version of this series. I have trimmed the to/cc list a bit, as these don't really deal with i2c and dt anymore. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx> --- Changes in v3: - New patch which fixes the async sub-device matching - Addressed all the comments from Laurent - Added Laurent's & Andy's Rbs - Link to v2: https://lore.kernel.org/r/20230720-fpdlink-additions-v2-0-b91b1eca2ad3@xxxxxxxxxxxxxxxx Changes in v2: - New patch which renames ASYNC to NONSYNC - Minor cosmetic change - I didn't take u32_fract into use (as suggested by Andy), as I think it makes the driver a bit more confusing. - Link to v1: https://lore.kernel.org/r/20230616135922.442979-1-tomi.valkeinen@xxxxxxxxxxxxxxxx --- Tomi Valkeinen (9): media: i2c: ds90ub9x3: Fix sub-device matching media: i2c: ds90ub960: Configure CSI-2 continuous clock media: i2c: ds90ub953: Use v4l2_fwnode_endpoint_parse() media: i2c: ds90ub913: Use v4l2_fwnode_endpoint_parse() media: i2c: ds90ub953: Handle V4L2_MBUS_CSI2_NONCONTINUOUS_CLOCK media: i2c: ds90ub960: Allow FPD-Link async mode media: i2c: ds90ub953: Restructure clkout management media: i2c: ds90ub953: Support non-sync mode media: i2c: ds90ub960: Rename RXPORT_MODE_CSI2_ASYNC to RXPORT_MODE_CSI2_NONSYNC drivers/media/i2c/ds90ub913.c | 47 +++++---- drivers/media/i2c/ds90ub953.c | 215 ++++++++++++++++++++++++------------------ drivers/media/i2c/ds90ub960.c | 31 +++--- 3 files changed, 164 insertions(+), 129 deletions(-) --- base-commit: 38d6a03d2511bee97455b2ea0314c918537ef1ec change-id: 20230720-fpdlink-additions-fb5397336725 Best regards, -- Tomi Valkeinen <tomi.valkeinen@xxxxxxxxxxxxxxxx>