summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-11-25media: ov2740: Use traditional pattern when checking error codesAndy Shevchenko
2022-11-25media: ov2740: Add missed \n to the end of the messagesAndy Shevchenko
2022-11-25media: ov2740: Switch to use dev_err_probe()Andy Shevchenko
2022-11-25media: ov2740: Drop redundant assignments of ret = 0Andy Shevchenko
2022-11-25media: ov2740: Remove duplicate check for NULL fwnodeAndy Shevchenko
2022-11-25media: ov2740: Switch from __maybe_unused to pm_sleep_ptr() etcAndy Shevchenko
2022-11-25media: ov2740: Remove duplicative pointer in struct nvm_dataAndy Shevchenko
2022-11-25media: tc358746: drop selecting COMMON_CLKMarco Felsch
2022-11-25media: i2c: aptina-pll: Remove a useless includeChristophe JAILLET
2022-11-25media: staging: omap4iss: remove cacheflush importIan Cowan
2022-11-25media: imx: Unstage the imx7-media-csi driverLaurent Pinchart
2022-11-25media: imx: Decouple imx8mq-mipi-csi2 from imx7-media-csiLaurent Pinchart
2022-11-25media: imx: imx7-media-csi: Clear BIT_MIPI_DOUBLE_CMPNT for <16b formatsLaurent Pinchart
2022-11-25media: imx: imx7-media-csi: Rename phys variables to dma_addrLaurent Pinchart
2022-11-25media: imx: imx7-media-csi: Move variable to loop scopeLaurent Pinchart
2022-11-25media: imx: imx7-media-csi: Add support for fast-tracking queued buffersPaul Elder
2022-11-25media: imx: imx7-media-csi: Remove a useless includeChristophe JAILLET
2022-11-25media: atomisp: Make bds_factors_list be type of struct u32_fractAndy Shevchenko
2022-11-25media: atomisp_ov2680: Fix 1280x720 -> 1296x736 resolutionHans de Goede
2022-11-25media: atomisp: Remove atomisp_ospm_dphy_up()/_down() functionsHans de Goede
2022-11-25media: atomisp: Remove atomisp_ospm_dphy_down() call from probe error pathHans de Goede
2022-11-25media: atomisp: Move calling of css_[un]init() to power_on()/_off()Hans de Goede
2022-11-25media: atomisp: Remove duplication between runtime-pm and normal-pm codeHans de Goede
2022-11-25media: atomisp: Remove sw_contex.power_state checksHans de Goede
2022-11-25media: atomisp: Remove atomisp_css_suspend()/_resume()Hans de Goede
2022-11-25media: atomisp: Remove clearing of config from atomisp_css_uninit()Hans de Goede
2022-11-25media: atomisp: Remove atomisp_mrfld_power_down()/_up()Hans de Goede
2022-11-25media: atomisp: Remove double atomisp_mrfld_power_down()/_up() calls from ato...Hans de Goede
2022-11-25media: atomisp: Drop userptr support from hmmHans de Goede
2022-11-25media: atomisp: Remove unused ia_css_frame_*() functionsHans de Goede
2022-11-25media: atomisp: Remove atomisp_css_yuvpp_configure_viewfinder() functionHans de Goede
2022-11-25media: atomisp: Remove 2 unused accelerator mode related functionsHans de Goede
2022-11-25media: atomisp: Fix deadlock when the /dev/video# node is closed while still ...Hans de Goede
2022-11-25media: atomisp: Log an error on failing to alloc private-memHans de Goede
2022-11-25media: atomisp: Flush queue on atomisp_css_start() errorHans de Goede
2022-11-25media: atomisp: Remove unused QOS defines / structure memberHans de Goede
2022-11-25media: atomisp: Remove accelerator pipe creation codeHans de Goede
2022-11-25media: atomisp: Silence: 'atomisp_q_one_s3a_buffer: drop one s3a stat which h...Hans de Goede
2022-11-25media: atomisp: gc0310: Power on sensor from set_fmt() callbackHans de Goede
2022-11-25media: atomisp: Remove __atomisp_get_pipe() helperHans de Goede
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