Hi Hans, Mauro, Here's a bunch of patches for 6.10. Quite a few are actually fixes this time, there are a few fixes for the V4L2 async framework changes that went in for 6.6 already, an MC graph walk fix from Tomi, also cc'ing stable for 6.1 and later. More fixes for the ov2680 DT bindings, IPU3-CIO2 and et8ek8 drivers and removal of obsolete e-mail addresses. Please pull. The following changes since commit b82779648dfd3814df4e381f086326ec70fd791f: Merge tag 'v6.9-rc2' into media_stage (2024-04-01 10:08:18 +0200) are available in the Git repository at: git://linuxtv.org/sailus/media_tree.git tags/for-6.10-1.1-signed for you to fetch changes up to 3a375a90df85acbcc18eaed7be259a24ffd8a172: media: v4l2-subdev: Fix stream handling for crop API (2024-04-09 09:30:04 +0300) ---------------------------------------------------------------- V4L2 patches for 6.10 ---------------------------------------------------------------- Alexander Stein (1): media: v4l: async: Fix notifier list entry init Bjorn Helgaas (1): media: ipu-cio2: Remove unnecessary runtime PM power state setting Colin Ian King (1): staging: media: ipu3: remove redundant assignment to pointer css_pipe Fabio Estevam (4): media: ov2680: Clear the 'ret' variable on success media: ov2680: Allow probing if link-frequencies is absent media: dt-bindings: ovti,ov2680: Fix the power supply names media: dt-bindings: ovti,ov2680: Document link-frequencies Laurent Pinchart (1): media: v4l2-subdev: Fix stream handling for crop API Rajeshwar R Shinde (1): staging: media: imx: Remove duplicate Kconfig dependency Sakari Ailus (8): media: ipu3-cio2: Request IRQ earlier media: mc: Add nop implementations of media_device_{init,cleanup} media: v4l: async: Don't set notifier's V4L2 device if registering fails media: v4l: async: Properly re-initialise notifier entry in unregister media: ov2740: Fix LINK_FREQ and PIXEL_RATE control value reporting media: ipu3-cio2: Update e-mail addresses media: dw9714: Update e-mail addresses staging: media: ipu3-imgu: Update e-mail addresses Tomi Valkeinen (1): media: mc: Fix graph walk in media_pipeline_start Uwe Kleine-König (1): media: i2c: et8ek8: Don't strip remove function when driver is builtin .../devicetree/bindings/media/i2c/ovti,ov2680.yaml | 35 +++++++++++++++------- drivers/media/i2c/dw9714.c | 6 ++-- drivers/media/i2c/et8ek8/et8ek8_driver.c | 4 +-- drivers/media/i2c/ov2680.c | 10 +++++-- drivers/media/i2c/ov2740.c | 11 +++---- drivers/media/mc/mc-entity.c | 6 ++++ drivers/media/pci/intel/ipu3/ipu3-cio2.c | 29 ++++++------------ drivers/media/pci/intel/ipu3/ipu3-cio2.h | 4 --- drivers/media/v4l2-core/v4l2-async.c | 12 +++----- drivers/media/v4l2-core/v4l2-subdev.c | 2 ++ drivers/staging/media/imx/Kconfig | 1 - drivers/staging/media/ipu3/ipu3-css.c | 1 - drivers/staging/media/ipu3/ipu3.c | 6 ++-- include/media/media-device.h | 6 ++++ 14 files changed, 74 insertions(+), 59 deletions(-) -- Kind regards, Sakari Ailus