Hi Corentin, This is a great improvement over v3: all issues I saw before are now resolved, and it passed the compliance tests with flying colors. Thank you for your work on this! While the PR is for 5.17, there is a good chance that it will slip to 5.18 due to vacation. Regards, Hans The following changes since commit 3a956f0b123c1c2b165314a3173755aa3404036c: Merge tag 'platform-drivers-x86-int3472-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 into media_tree (2021-12-16 20:54:02 +0100) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.17i for you to fetch changes up to 3461867e58209ef84c3e4c17a18913da5f6126ae: staging: media: zoran: drop read/write support (2021-12-17 13:50:43 +0100) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Corentin Labbe (14): staging: media: zoran: move module parameter checks to zoran_probe staging: media: zoran: use module_pci_driver staging: media: zoran: rename debug module parameter staging: media: zoran: add debugfs staging: media: zoran: videocode: remove procfs staging: media: zoran: merge all modules staging: media: zoran: remove vidmem staging: media: zoran: move videodev alloc staging: media: zoran: move config select on primary kconfig staging: media: zoran: introduce zoran_i2c_init staging: media: zoran: fix usage of vb2_dma_contig_set_max_seg_size staging: media: zoran: clean unused code staging: media: zoran: fix counting buffer in reserve staging: media: zoran: calculate the right buffer number for zoran_reap_stat_com Hans Verkuil (4): staging: media: zoran: fix various V4L2 compliance errors staging: media: zoran: fix TRY_FMT handling staging: media: zoran: drop kernel log spam staging: media: zoran: drop read/write support drivers/staging/media/zoran/Kconfig | 38 ++++---- drivers/staging/media/zoran/Makefile | 8 +- drivers/staging/media/zoran/videocodec.c | 68 ++----------- drivers/staging/media/zoran/videocodec.h | 4 +- drivers/staging/media/zoran/zoran.h | 18 +--- drivers/staging/media/zoran/zoran_card.c | 398 ++++++++++++++++++++++++++++++++++++++++++++++++---------------------------- drivers/staging/media/zoran/zoran_device.c | 15 ++- drivers/staging/media/zoran/zoran_device.h | 2 - drivers/staging/media/zoran/zoran_driver.c | 56 +++++------ drivers/staging/media/zoran/zr36016.c | 25 ++--- drivers/staging/media/zoran/zr36016.h | 2 + drivers/staging/media/zoran/zr36050.c | 24 ++--- drivers/staging/media/zoran/zr36050.h | 2 + drivers/staging/media/zoran/zr36060.c | 23 ++--- drivers/staging/media/zoran/zr36060.h | 2 + 15 files changed, 349 insertions(+), 336 deletions(-)