summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+2
2022-12-13Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2-0/+4
2022-12-13Merge tag 'media/v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds98-5418/+8801
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-5/+5
2022-12-12Merge tag 'soc-dt-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-3/+3
2022-12-07media: imx: remove code for non-existing config IMX_GPT_ICAPLukas Bulwahn1-56/+1
2022-12-07media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependenciesGeert Uytterhoeven1-1/+1
2022-12-07media: imx: Use get_mbus_config instead of parsing upstream DT endpointsPhilipp Zabel4-118/+63
2022-12-07drivers: staging: media: omap4iss: Use BIT macro instead of left shiftingMoses Christopher Bollavarapu1-9/+9
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+1
2022-11-25media: staging: omap4iss: remove cacheflush importIan Cowan1-2/+0
2022-11-25media: imx: Unstage the imx7-media-csi driverLaurent Pinchart4-2421/+0
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-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