Hi Mauro, Here's a fix for ds90ub9xx driver introduced by the V4L2 async improvements patchset. Basically the ds90ub9xx driver was merged after the patch that converted notifier drivers not do fwnode matching with endpoints was written and this was missed when the series was merged. The first patch of the series fixes it. The rest of the set adds new features. Please pull. The following changes since commit 38d6a03d2511bee97455b2ea0314c918537ef1ec: media: go7007: Remove redundant if statement (2023-07-28 12:45:55 +0200) are available in the Git repository at: git://linuxtv.org/sailus/media_tree.git tags/ds90ub9xx-6.6-1-signed for you to fetch changes up to 986bb91315431771994205ba237018de73fa3b1f: media: i2c: ds90ub960: Rename RXPORT_MODE_CSI2_ASYNC to RXPORT_MODE_CSI2_NONSYNC (2023-08-01 01:28:54 +0300) ---------------------------------------------------------------- DS90UB9xx driver async fix plus more, for 6.6 ---------------------------------------------------------------- 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(-) -- Kind regards, Sakari Ailus