summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-25media: dt-bindings: media: Add macros for video interface bus typesLaurent Pinchart1-0/+16
2022-11-25media: mt9p031: Drop bogus v4l2_subdev_get_try_crop() call from mt9p031_init_...Marek Vasut1-1/+0
2022-11-25media: i2c: ov9282: Add support for regulators.Dave Stevenson1-0/+38
2022-11-25media: dt-bindings: media: ovti,ov9282: Add optional regulatorsDave Stevenson1-0/+9
2022-11-25media: i2c: st-vgxy61: Fix regulator counter underflowBenjamin Mugnier1-7/+7
2022-11-25media: ov2740: Use traditional pattern when checking error codesAndy Shevchenko1-6/+4
2022-11-25media: ov2740: Add missed \n to the end of the messagesAndy Shevchenko1-6/+6
2022-11-25media: ov2740: Switch to use dev_err_probe()Andy Shevchenko1-25/+19
2022-11-25media: ov2740: Drop redundant assignments of ret = 0Andy Shevchenko1-8/+8
2022-11-25media: ov2740: Remove duplicate check for NULL fwnodeAndy Shevchenko1-3/+0
2022-11-25media: ov2740: Switch from __maybe_unused to pm_sleep_ptr() etcAndy Shevchenko1-6/+4
2022-11-25media: ov2740: Remove duplicative pointer in struct nvm_dataAndy Shevchenko1-24/+15
2022-11-25media: tc358746: drop selecting COMMON_CLKMarco Felsch1-1/+0
2022-11-25media: i2c: aptina-pll: Remove a useless includeChristophe JAILLET1-1/+0
2022-11-25media: staging: omap4iss: remove cacheflush importIan Cowan1-2/+0
2022-11-25media: imx: Unstage the imx7-media-csi driverLaurent Pinchart7-38/+39
2022-11-25media: imx: Decouple imx8mq-mipi-csi2 from imx7-media-csiLaurent Pinchart2-1/+11
2022-11-25media: imx: imx7-media-csi: Clear BIT_MIPI_DOUBLE_CMPNT for <16b formatsLaurent Pinchart1-3/+3
2022-11-25media: imx: imx7-media-csi: Rename phys variables to dma_addrLaurent Pinchart1-18/+18
2022-11-25media: imx: imx7-media-csi: Move variable to loop scopeLaurent Pinchart1-4/+5
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