jmassot_: I'm getting: drivers/media/i2c/max96717.c:124:16: error: too many arguments to function 'i2c_mux_add_adapter return i2c_mux_add_adapter(priv->mux, 0, 0, 0); Same for the other driver. Something has changed for 6.10-rc1 I guess? sailus: yes that's something I need to fixup the last argument have to be removed sailus: https://lore.kernel.org/linux-i2c/20240419085633.GA12651@pendragon.ideasonboard.com/ jmassot_: Ok, I'll just drop that. No need to resend. sailus: ok and I will send a new patchset addressing the various comments you did on v7 jmassot_: Yes, please . pincharl: Yes the MAX96714 is backward compatible with GMSL1, but to make it works we would need to introduce new dt properties pinchartl: e.g to set the GMSL port in GMSL1 mode, then the rdmac sensors can be declared under the i2c-gate node I don't see anything that will prevent that jmassot_: Will test the driver also on my side on top of 6.10.0-rc1 :) tmerciai: Thanks I will let you know how this goes ;) hverkuil: Hello Hans, I'm trying to use q->buf_ops, but I've just noticed that vb2_queue_init_name() overwrites it with 'v4l2_buf_ops this makes me suspect that struct vb2_queue.buf_ops is somehow deprecated, is this the case ? (also, no other driver uses it as far as I can tell)