aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-22Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds34-2568/+497
2022-10-07Merge tag 'media/v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds218-19840/+37288
2022-10-04Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds8-23/+8
2022-09-27Merge fixes into media_stageMauro Carvalho Chehab1-2/+2
2022-09-27media: rkvdec: Disable H.264 error detectionNicolas Dufresne1-2/+2
2022-09-24media: cedrus: Add a Kconfig dependency on RESET_CONTROLLERPaul Kocialkowski1-0/+1
2022-09-24media: atomisp: don't store an unused sink data on a varMauro Carvalho Chehab1-5/+3
2022-09-24media: atomisp_gmin_platform: Unexport and split camera_sensor_csi()Andy Shevchenko2-33/+37
2022-09-24media: atomisp: Remove atomisp_source_pad_to_stream_id()Hans de Goede5-54/+29
2022-09-24media: atomisp: Remove const/fixed camera_capsHans de Goede8-281/+17
2022-09-24media: atomisp: Remove unused atomisp_css_get_dis_statistics()Hans de Goede2-18/+0
2022-09-24media: atomisp: Make atomisp_set_raw_buffer_bitmap() staticHans de Goede2-3/+3
2022-09-24media: atomisp: Drop unnecessary first_streamoff checkHans de Goede1-4/+4
2022-09-24media: atomisp: Remove a couple of not useful function wrappersHans de Goede5-38/+12
2022-09-24media: atomisp: Use video_dev.lock for ioctl lockingHans de Goede2-162/+42
2022-09-24media: atomisp: Drop streamoff_mutexHans de Goede4-12/+0
2022-09-24media: atomisp: Rework asd->streaming state update in __atomisp_streamoff()Hans de Goede1-4/+4
2022-09-24media: atomisp: Move atomisp_streaming_count() check into __atomisp_css_recover()Hans de Goede1-9/+4
2022-09-24media: atomisp: Remove watchdog timerHans de Goede7-539/+9
2022-09-24media: atomisp: Add atomisp_pipe_check() helperHans de Goede3-52/+48
2022-09-24media: atomisp: Remove asd == NULL checks from ioctl handlingHans de Goede2-107/+0
2022-09-24media: atomisp: Fix locking around asd->streaming read/writeHans de Goede7-10/+55
2022-09-24media: atomisp: Remove unused lock member from struct atomisp_sub_deviceHans de Goede2-2/+0
2022-09-24media: atomisp: Use a normal mutex for the main lockHans de Goede5-75/+75
2022-09-24media: atomisp: prevent integer overflow in sh_css_set_black_frame()Dan Carpenter1-2/+2
2022-09-24media: atomisp: Simplify v4l2_fh_open() error handlingHans de Goede1-5/+1
2022-09-24media: atomisp: Fix v4l2_fh resource leak on open errorsHans de Goede1-0/+1
2022-09-24media: atomisp: Remove loading mutexHans de Goede3-30/+0
2022-09-24media: atomisp: Register /dev/* nodes at the end of atomisp_pci_probe()Hans de Goede1-12/+28
2022-09-24media: atomisp: Split subdev and video-node registration into 2 stepsHans de Goede3-11/+15
2022-09-24media: atomisp: Remove empty atomisp_css_set_cont_prev_start_time() functionHans de Goede4-16/+0
2022-09-24media: atomisp: Remove some further ATOMISP_ACC_* related dead codeHans de Goede4-57/+0
2022-09-24media: atomisp: Remove the ACC device nodeHans de Goede8-120/+16
2022-09-24media: atomisp: Remove never set file_input flagHans de Goede4-83/+28
2022-09-24media: atomisp: Remove the outq videobuf queueHans de Goede3-68/+4
2022-09-24media: atomisp: Remove atomisp_file_fops and atomisp_file_ioctl_opsHans de Goede6-237/+0
2022-09-24media: atomisp: Remove file-injection supportHans de Goede9-347/+8
2022-09-24media: atomisp: Fix device_caps reporting of the registered video-devsHans de Goede1-17/+7
2022-09-24media: atomisp: Ensure that USERPTR pointers are page alignedHans de Goede1-0/+6
2022-09-24media: atomisp: hmm_bo: Drop PFN code path from alloc_user_pages()Hans de Goede2-43/+6
2022-09-24media: atomisp: hmm_bo: Rewrite free_private_pages() using pages_array helper funcsHans de Goede1-22/+4
2022-09-24media: atomisp: hmm_bo: Rewrite alloc_private_pages() using pages_array helper funcsHans de Goede1-28/+20
2022-09-24media: atomisp: hmm_bo: Further simplify alloc_private_pages()Hans de Goede1-23/+6
2022-09-24media: atomisp: hmm_bo: Simplify alloc_private_pages()Hans de Goede2-76/+10
2022-09-24media: atomisp: Make atomisp_try_fmt_cap() take padding into accountHans de Goede1-0/+7
2022-09-24media: atomisp: Fix VIDIOC_TRY_FMTHans de Goede1-2/+2
2022-09-24media: atomisp-notes: Add info about sensors v4l2_get_subdev_hostdata() useHans de Goede1-0/+19
2022-09-24media: atomisp-ov2680: Improve ov2680_set_fmt() error handlingHans de Goede1-2/+6
2022-09-24media: atomisp-ov2680: Don't take the input_lock for try_fmt calls.Hans de Goede1-3/+2
2022-09-24media: atomisp-ov2680: Fix ov2680_set_fmt()Hans de Goede1-5/+1