summaryrefslogtreecommitdiff
path: root/drivers/staging/media
AgeCommit message (Expand)Author
2022-10-22Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2022-10-07Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-09-27Merge fixes into media_stageMauro Carvalho Chehab
2022-09-27media: rkvdec: Disable H.264 error detectionNicolas Dufresne
2022-09-24media: cedrus: Add a Kconfig dependency on RESET_CONTROLLERPaul Kocialkowski
2022-09-24media: atomisp: don't store an unused sink data on a varMauro Carvalho Chehab
2022-09-24media: atomisp_gmin_platform: Unexport and split camera_sensor_csi()Andy Shevchenko
2022-09-24media: atomisp: Remove atomisp_source_pad_to_stream_id()Hans de Goede
2022-09-24media: atomisp: Remove const/fixed camera_capsHans de Goede
2022-09-24media: atomisp: Remove unused atomisp_css_get_dis_statistics()Hans de Goede
2022-09-24media: atomisp: Make atomisp_set_raw_buffer_bitmap() staticHans de Goede
2022-09-24media: atomisp: Drop unnecessary first_streamoff checkHans de Goede
2022-09-24media: atomisp: Remove a couple of not useful function wrappersHans de Goede
2022-09-24media: atomisp: Use video_dev.lock for ioctl lockingHans de Goede
2022-09-24media: atomisp: Drop streamoff_mutexHans de Goede
2022-09-24media: atomisp: Rework asd->streaming state update in __atomisp_streamoff()Hans de Goede
2022-09-24media: atomisp: Move atomisp_streaming_count() check into __atomisp_css_recov...Hans de Goede
2022-09-24media: atomisp: Remove watchdog timerHans de Goede
2022-09-24media: atomisp: Add atomisp_pipe_check() helperHans de Goede
2022-09-24media: atomisp: Remove asd == NULL checks from ioctl handlingHans de Goede
2022-09-24media: atomisp: Fix locking around asd->streaming read/writeHans de Goede
2022-09-24media: atomisp: Remove unused lock member from struct atomisp_sub_deviceHans de Goede
2022-09-24media: atomisp: Use a normal mutex for the main lockHans de Goede
2022-09-24media: atomisp: prevent integer overflow in sh_css_set_black_frame()Dan Carpenter
2022-09-24media: atomisp: Simplify v4l2_fh_open() error handlingHans de Goede
2022-09-24media: atomisp: Fix v4l2_fh resource leak on open errorsHans de Goede
2022-09-24media: atomisp: Remove loading mutexHans de Goede
2022-09-24media: atomisp: Register /dev/* nodes at the end of atomisp_pci_probe()Hans de Goede
2022-09-24media: atomisp: Split subdev and video-node registration into 2 stepsHans de Goede
2022-09-24media: atomisp: Remove empty atomisp_css_set_cont_prev_start_time() functionHans de Goede
2022-09-24media: atomisp: Remove some further ATOMISP_ACC_* related dead codeHans de Goede
2022-09-24media: atomisp: Remove the ACC device nodeHans de Goede
2022-09-24media: atomisp: Remove never set file_input flagHans de Goede
2022-09-24media: atomisp: Remove the outq videobuf queueHans de Goede
2022-09-24media: atomisp: Remove atomisp_file_fops and atomisp_file_ioctl_opsHans de Goede
2022-09-24media: atomisp: Remove file-injection supportHans de Goede
2022-09-24media: atomisp: Fix device_caps reporting of the registered video-devsHans de Goede
2022-09-24media: atomisp: Ensure that USERPTR pointers are page alignedHans de Goede
2022-09-24media: atomisp: hmm_bo: Drop PFN code path from alloc_user_pages()Hans de Goede
2022-09-24media: atomisp: hmm_bo: Rewrite free_private_pages() using pages_array helper...Hans de Goede
2022-09-24media: atomisp: hmm_bo: Rewrite alloc_private_pages() using pages_array helpe...Hans de Goede
2022-09-24media: atomisp: hmm_bo: Further simplify alloc_private_pages()Hans de Goede
2022-09-24media: atomisp: hmm_bo: Simplify alloc_private_pages()Hans de Goede
2022-09-24media: atomisp: Make atomisp_try_fmt_cap() take padding into accountHans de Goede
2022-09-24media: atomisp: Fix VIDIOC_TRY_FMTHans de Goede
2022-09-24media: atomisp-notes: Add info about sensors v4l2_get_subdev_hostdata() useHans de Goede
2022-09-24media: atomisp-ov2680: Improve ov2680_set_fmt() error handlingHans de Goede
2022-09-24media: atomisp-ov2680: Don't take the input_lock for try_fmt calls.Hans de Goede
2022-09-24media: atomisp-ov2680: Fix ov2680_set_fmt()Hans de Goede