Hi Mauro, Here are the atomisp changes for 6.9. One patch from another contributor and a set of patches from me which has been reviewed by Andy and Kieran. Highlights: - Remove more dead / unwanted code - Changes to make the atomisp driver work with libcamera, this has been tested with libcamera's simple pipelinehandler together with an ov2680 sensor Regards, Hans The following changes since commit e0b8eb0f6d652981bfd9ba7c619c9d81ed087ad0: media: visl: Add codec specific variability on output frames (2024-02-16 11:46:33 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git tags/media-atomisp-6.9-1 for you to fetch changes up to 9849bf7008dea11626c6dfdc438658d8607fe47b: media: atomisp: Implement link_setup() op for ISP subdev MC entity (2024-02-19 15:55:47 +0100) ---------------------------------------------------------------- atomisp staging driver changes for 6.8 Highlights: - Remove more dead / unwanted code - Changes to make the atomisp driver work with libcamera, this has been tested with libcamera's simple pipelinehandler together with an ov2680 sensor ---------------------------------------------------------------- Hans de Goede (10): media: atomisp: Fix double negation in unsupported revision error media: atomisp: Remove isp_subdev_propagate() media: atomisp: Rename atomisp_set_crop_and_fmt() media: atomisp: Remove custom VCM handling media: atomisp: Remove ISP controls which get passed through to the camera media: atomisp: Stop setting sd->devnode for the ATOMISP_SUBDEV v4l2-subdev media: atomisp: Add DMABUF support media: atomisp: Change ISP subdev name to "ATOM ISP" media: atomisp: Make MC link from ISP to /dev/video# output node immutable media: atomisp: Implement link_setup() op for ISP subdev MC entity Zhipeng Lu (1): media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries .../staging/media/atomisp/include/linux/atomisp.h | 24 -- .../media/atomisp/include/linux/atomisp_platform.h | 5 +- drivers/staging/media/atomisp/pci/atomisp_cmd.c | 12 +- .../staging/media/atomisp/pci/atomisp_internal.h | 4 - drivers/staging/media/atomisp/pci/atomisp_ioctl.c | 333 +-------------------- drivers/staging/media/atomisp/pci/atomisp_subdev.c | 95 +++--- drivers/staging/media/atomisp/pci/atomisp_v4l2.c | 20 +- drivers/staging/media/atomisp/pci/sh_css.c | 1 + 8 files changed, 74 insertions(+), 420 deletions(-)