summaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-24media: venus: dec: Handle the case where find_format failsBryan O'Donoghue1-0/+2
2022-09-24media: cx88: add IR remote support for NotOnlyTV LV3HDaniel González Cabanelas4-1/+50
2022-09-24media: sunxi: Fix some error handling path of sun6i_mipi_csi2_probe()Christophe JAILLET1-4/+16
2022-09-24media: sunxi: Fix some error handling path of sun8i_a83t_mipi_csi2_probe()Christophe JAILLET1-5/+18
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_recov...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...Hans de Goede1-22/+4
2022-09-24media: atomisp: hmm_bo: Rewrite alloc_private_pages() using pages_array helpe...Hans 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
2022-09-24media: atomisp_gmin_platform: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko1-5/+3
2022-09-24media: dt-bindings: media: samsung,exynos5250-gsc: convert to dtschemaKrzysztof Kozlowski2-38/+109