summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-25media: imx: imx7-media-csi: Add support for fast-tracking queued buffersPaul Elder1-0/+76
2022-11-25media: imx: imx7-media-csi: Remove a useless includeChristophe JAILLET1-1/+0
2022-11-25Merge tag 'br-v6.2f' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab0-0/+0
2022-11-25media: atomisp: Make bds_factors_list be type of struct u32_fractAndy Shevchenko4-78/+51
2022-11-25media: atomisp_ov2680: Fix 1280x720 -> 1296x736 resolutionHans de Goede1-23/+23
2022-11-25media: atomisp: Remove atomisp_ospm_dphy_up()/_down() functionsHans de Goede3-48/+12
2022-11-25media: atomisp: Remove atomisp_ospm_dphy_down() call from probe error pathHans de Goede1-2/+0
2022-11-25media: atomisp: Move calling of css_[un]init() to power_on()/_off()Hans de Goede3-15/+7
2022-11-25media: atomisp: Remove duplication between runtime-pm and normal-pm codeHans de Goede3-46/+12
2022-11-25media: atomisp: Remove sw_contex.power_state checksHans de Goede4-72/+43
2022-11-25media: atomisp: Remove atomisp_css_suspend()/_resume()Hans de Goede3-35/+2
2022-11-25media: atomisp: Remove clearing of config from atomisp_css_uninit()Hans de Goede1-9/+0
2022-11-25media: atomisp: Remove atomisp_mrfld_power_down()/_up()Hans de Goede1-17/+5
2022-11-25media: atomisp: Remove double atomisp_mrfld_power_down()/_up() calls from ato...Hans de Goede3-15/+7
2022-11-25media: atomisp: Drop userptr support from hmmHans de Goede4-69/+7
2022-11-25media: atomisp: Remove unused ia_css_frame_*() functionsHans de Goede2-195/+0
2022-11-25media: atomisp: Remove atomisp_css_yuvpp_configure_viewfinder() functionHans de Goede2-30/+0
2022-11-25media: atomisp: Remove 2 unused accelerator mode related functionsHans de Goede4-38/+0
2022-11-25media: atomisp: Fix deadlock when the /dev/video# node is closed while still ...Hans de Goede1-16/+5
2022-11-25media: atomisp: Log an error on failing to alloc private-memHans de Goede1-0/+1
2022-11-25media: atomisp: Flush queue on atomisp_css_start() errorHans de Goede1-1/+3
2022-11-25media: atomisp: Remove unused QOS defines / structure memberHans de Goede3-12/+1
2022-11-25media: atomisp: Remove accelerator pipe creation codeHans de Goede8-709/+6
2022-11-25media: atomisp: Silence: 'atomisp_q_one_s3a_buffer: drop one s3a stat which h...Hans de Goede1-2/+1
2022-11-25media: atomisp: gc0310: Power on sensor from set_fmt() callbackHans de Goede2-2/+13
2022-11-25media: atomisp: Remove __atomisp_get_pipe() helperHans de Goede1-94/+4
2022-11-25media: atomisp: Make atomisp_g_fmt_cap() default to YUV420Hans de Goede1-1/+1
2022-11-25media: atomisp: Fix atomisp_try_fmt_cap() always returning YUV420 pixelformatHans de Goede1-0/+7
2022-11-25media: atomisp: Refactor atomisp_adjust_fmt()Hans de Goede1-22/+1
2022-11-25media: atomisp: Fix VIDIOC_REQBUFS failing when VIDIOC_S_FMT has not been cal...Hans de Goede2-3/+24
2022-11-25media: atomisp: Make it possible to call atomisp_set_fmt() without a file handleHans de Goede3-4/+11
2022-11-25media: atomisp: Convert to videobuf2Hans de Goede12-791/+303
2022-11-25media: atomisp: Add ia_css_frame_get_info() helperHans de Goede11-123/+124
2022-11-25media: atomisp: Use new atomisp_flush_video_pipe() helper in atomisp_streamoff()Hans de Goede1-38/+2
2022-11-25media: atomisp: Add an index helper variable to atomisp_buf_done()Hans de Goede1-42/+28
2022-11-25media: atomisp: Also track buffers in a list when submitted to the ISPHans de Goede6-54/+72
2022-11-25media: atomisp: Remove unused atomisp_buffers_queued[_pipe] functionsHans de Goede2-19/+0
2022-11-25media: atomisp: On streamoff wait for buffers owned by the CSS to be given backHans de Goede3-24/+21
2022-11-25media: atomisp: Make atomisp_q_video_buffers_to_css() staticHans de Goede2-11/+5
2022-11-25media: atomisp: Add ia_css_frame_init_from_info() functionHans de Goede2-0/+27
2022-11-25media: atomisp: Add hmm_create_from_vmalloc_buf() functionHans de Goede4-14/+44
2022-11-25media: imon: fix a race condition in send_packet()Gautam Menghani1-3/+3
2022-11-25media: ir-spi: silence no spi_device_id warningsWei Yongjun1-0/+7
2022-11-25Merge tag 'br-v6.2g' of git://linuxtv.org/hverkuil/media_tree into media_stageMauro Carvalho Chehab97-288/+194
2022-11-25media: atmel: atmel-isc: move to stagingEugen Hristev14-84/+133
2022-11-25media: microchip: microchip-isc: move media_pipeline_* to (un)prepare cbEugen Hristev1-10/+17
2022-11-25media: microchip: microchip-isc: implement media controllerEugen Hristev6-237/+239
2022-11-25media: microchip: microchip-isc: prepare for media controller supportEugen Hristev6-6/+391
2022-11-25media: microchip: add ISC driver as Microchip ISCEugen Hristev9-0/+4416
2022-11-25media: atmel: move microchip_csi2dc to dedicated microchip platformEugen Hristev8-17/+25