summaryrefslogtreecommitdiff
path: root/drivers/staging/media/atomisp
AgeCommit message (Expand)Author
2022-11-25media: atomisp: Make atomisp_g_fmt_cap() default to YUV420Hans de Goede
2022-11-25media: atomisp: Fix atomisp_try_fmt_cap() always returning YUV420 pixelformatHans de Goede
2022-11-25media: atomisp: Refactor atomisp_adjust_fmt()Hans de Goede
2022-11-25media: atomisp: Fix VIDIOC_REQBUFS failing when VIDIOC_S_FMT has not been cal...Hans de Goede
2022-11-25media: atomisp: Make it possible to call atomisp_set_fmt() without a file handleHans de Goede
2022-11-25media: atomisp: Convert to videobuf2Hans de Goede
2022-11-25media: atomisp: Add ia_css_frame_get_info() helperHans de Goede
2022-11-25media: atomisp: Use new atomisp_flush_video_pipe() helper in atomisp_streamoff()Hans de Goede
2022-11-25media: atomisp: Add an index helper variable to atomisp_buf_done()Hans de Goede
2022-11-25media: atomisp: Also track buffers in a list when submitted to the ISPHans de Goede
2022-11-25media: atomisp: Remove unused atomisp_buffers_queued[_pipe] functionsHans de Goede
2022-11-25media: atomisp: On streamoff wait for buffers owned by the CSS to be given backHans de Goede
2022-11-25media: atomisp: Make atomisp_q_video_buffers_to_css() staticHans de Goede
2022-11-25media: atomisp: Add ia_css_frame_init_from_info() functionHans de Goede
2022-11-25media: atomisp: Add hmm_create_from_vmalloc_buf() functionHans de Goede
2022-11-19media: atomisp: make hive_int8 explictly signedJason A. Donenfeld
2022-10-24atomisp: fix potential NULL pointer dereferencesHans Verkuil
2022-10-24media: atomisp: Fix spelling mistake "mis-match" -> "mismatch"Colin Ian King
2022-10-24media: atomisp: Fix spelling mistake "modee" -> "mode"Colin Ian King
2022-10-22Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
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