summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-11-10media: platform: cros-ec: Add Kuldax to the match tableRory Liu1-0/+2
2022-11-10media: dvb-frontends/drxk: initialize err to 0Hans Verkuil1-1/+1
2022-11-10media: cros-ec-cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil1-0/+2
2022-11-10media: s5p_cec: limit msg.len to CEC_MAX_MSG_SIZEHans Verkuil1-0/+2
2022-11-10media: rkisp1: Zero v4l2_subdev_format fields in when validating linksLaurent Pinchart1-3/+4
2022-11-10media: rkisp1: Use correct macro for gradient registersLaurent Pinchart2-3/+3
2022-11-10media: rkisp1: Initialize color space on resizer sink and source padsLaurent Pinchart1-0/+4
2022-11-10media: rkisp1: Don't pass the quantization to rkisp1_csm_config()Laurent Pinchart1-7/+3
2022-11-10media: rkisp1: Fix source pad format configurationLaurent Pinchart1-8/+32
2022-11-03media: vivid: set num_in/outputs to 0 if not supportedHans Verkuil1-4/+12
2022-11-03media: v4l2-dv-timings: add sanity checks for blanking valuesHans Verkuil1-0/+14
2022-11-03media: vivid: dev->bitmap_cap wasn't freed in all casesHans Verkuil1-5/+13
2022-11-03media: vivid: s_fbuf: add more sanity checksHans Verkuil3-1/+32
2022-11-03media: sun8i-rotate: Add a Kconfig dependency on RESET_CONTROLLERPaul Kocialkowski1-1/+1
2022-11-03media: sun8i-di: Add a Kconfig dependency on RESET_CONTROLLERPaul Kocialkowski1-1/+1
2022-11-03media: sun4i-csi: Add a Kconfig dependency on RESET_CONTROLLERPaul Kocialkowski1-1/+1
2022-11-03media: sun6i-csi: Add a Kconfig dependency on RESET_CONTROLLERPaul Kocialkowski1-1/+1
2022-11-03media: sun8i-a83t-mipi-csi2: Add a Kconfig dependency on RESET_CONTROLLERPaul Kocialkowski1-1/+1
2022-11-03media: sun6i-mipi-csi2: Add a Kconfig dependency on RESET_CONTROLLERPaul Kocialkowski1-1/+1
2022-11-03media: sunxi: Fix some error handling path of sun6i_mipi_csi2_probe()Christophe JAILLET1-4/+16
2022-11-03media: sunxi: Fix some error handling path of sun8i_a83t_mipi_csi2_probe()Christophe JAILLET1-5/+18
2022-11-03media: sun6i-mipi-csi2: Depend on PHY_SUN6I_MIPI_DPHYSakari Ailus1-1/+1
2022-11-03media: ov8865: Fix an error handling path in ov8865_probe()Christophe JAILLET1-4/+6
2022-11-03media: ar0521: Fix return value check in writing initial registersSakari Ailus1-1/+2
2022-11-03media: ar0521: fix error return code in ar0521_power_on()Yang Yingliang1-2/+3
2022-11-03media: amphion: release m2m ctx when releasing vpu instanceMing Qian1-7/+4
2022-10-29media: venus: Fix NV12 decoder buffer discovery on HFI_VERSION_1XXBryan O'Donoghue1-6/+7
2022-10-29media: venus: dec: Handle the case where find_format failsBryan O'Donoghue1-0/+2
2022-10-29media: mceusb: set timeout to at least timeout providedSean Young1-1/+1
2022-10-21media: platform: fix some double free in meson-ge2d and mtk-jpeg and s5p-mfcHangyu Hua3-4/+1
2022-10-21media: cx88: Fix a null-ptr-deref bug in buffer_prepare()Zheyu Ma2-26/+26
2022-10-21media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_initMiaoqian Lin1-4/+5
2022-10-21media: uvcvideo: Use entity get_cur in uvc_ctrl_setYunke Cao1-37/+46
2022-10-21media: uvcvideo: Fix memory leak in uvc_gpio_parseJosé Expósito1-4/+4
2022-10-21media: amphion: fix a bug that vpu core may not resume after suspendMing Qian4-44/+51
2022-10-21media: amphion: don't change the colorspace reported by decoder.Ming Qian1-8/+8
2022-10-21media: amphion: adjust the encoder's value range of gop sizeMing Qian1-1/+1
2022-10-21media: amphion: insert picture startcode after seek for vc1g formatMing Qian1-1/+1
2022-10-21media: mediatek: vcodec: Skip non CBR bitrate modeHirokazu Honda1-1/+2
2022-10-21media: airspy: fix memory leak in airspy probeDongliang Mu1-0/+4
2022-10-21media: exynos4-is: fimc-is: Add of_node_put() when breaking out of loopLiang He1-0/+1
2022-10-01Merge tag 'media/v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds5-21/+29
2022-09-27media: mediatek: vcodec: Drop platform_get_resource(IORESOURCE_IRQ)Nícolas F. R. A. Prado1-6/+3
2022-09-27media: dvb_vb2: fix possible out of bound accessHangyu Hua1-0/+11
2022-09-27media: v4l2-ioctl.c: fix incorrect error pathHans Verkuil1-14/+12
2022-09-27media: v4l2-compat-ioctl32.c: zero buffer passed to v4l2_compat_get_array_args()Hans Verkuil1-0/+2
2022-09-22media: flexcop-usb: fix endpoint type checkJohan Hovold1-1/+1
2022-08-31media: uvcvideo: Fix InterfaceProtocol for Quanta cameraRicardo Ribalda1-1/+1
2022-08-30media: mceusb: Use new usb_control_msg_*() routinesAlan Stern1-21/+14
2022-08-09Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-5/+5