summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
...
| * | media: sun6i-csi: Allow the video device to be open multiple timesOndrej Jirman2021-09-301-4/+2
| * | media: i2c: ths8200 needs V4L2_ASYNCRandy Dunlap2021-09-301-0/+1
| * | media: ivtv: don't allow negative resolutions as module parametersDan Carpenter2021-09-301-4/+4
| * | media: usb: stkwebcam: Update the reference count of the usb device structureCai Huoqing2021-09-301-4/+7
| * | media: s3c-camif: Remove unused including <linux/version.h>Cai Huoqing2021-09-301-1/+0
| * | media: video-i2c: more precise intervals between framesSeongyong Park2021-09-301-9/+12
| * | media: videobuf2: handle non-contiguous DMA allocationsSergey Senozhatsky2021-09-301-31/+130
| * | media: videobuf2: handle V4L2_MEMORY_FLAG_NON_COHERENT flagSergey Senozhatsky2021-09-304-8/+40
| * | media: videobuf2: add queue memory coherency parameterSergey Senozhatsky2021-09-303-9/+35
| * | media: videobuf2: move cache_hints handling to allocatorsSergey Senozhatsky2021-09-303-6/+12
| * | media: videobuf2: split buffer cache_hints initialisationSergey Senozhatsky2021-09-302-18/+22
| * | media: videobuf2: inverse buffer cache_hints flagsSergey Senozhatsky2021-09-302-33/+15
| * | media: videobuf2: rework vb2_mem_ops APISergey Senozhatsky2021-09-304-62/+79
| * | media: camss: vfe: Don't call hw_version() before its dependencies are metRobert Foss2021-09-301-1/+2
| * | media: gspca: Limit frame size to sizeimage.Chad Fraleigh2021-09-301-0/+2
| * | media: vivid: add signal-free time for cec message xferDeborah Brouwer2021-09-304-192/+219
| * | media: Request API is no longer experimentalEzequiel Garcia2021-09-301-8/+0
| * | media: vim2m: Remove repeated verbose license textCai Huoqing2021-09-301-5/+0
| * | media: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-3010-33/+34
| * | media: pci/ivtv: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-305-30/+41
| * | media: imx-jpeg: Fix the error handling path of 'mxc_jpeg_probe()'Christophe JAILLET2021-09-301-0/+2
| * | media: mtk-vpu: Fix a resource leak in the error handling path of 'mtk_vpu_pr...Christophe JAILLET2021-09-301-1/+4
| * | media: camss: vfe: simplify vfe_get_wm_sizes()Tom Rix2021-09-303-27/+12
| * | media: usb: airspy: clean the freed pointer and counterNil Yi2021-09-301-1/+4
| * | media: TDA1997x: handle short reads of hdmi info frame.Tom Rix2021-09-301-4/+4
| * | media: s5p-mfc: Add checking to s5p_mfc_probe().Nadezda Lutovinova2021-09-301-0/+4
| * | media: cec-pin: fix off-by-one SFT checkHans Verkuil2021-09-301-2/+2
| * | media: s5p-mfc: fix possible null-pointer dereference in s5p_mfc_probe()Tuo Li2021-09-301-1/+1
| * | media: aspeed-video: ignore interrupts that aren't enabledZev Weiss2021-09-301-10/+6
| * | media: firewire: firedtv-avc: fix a buffer overflow in avc_ca_pmt()Dan Carpenter2021-09-302-3/+13
| * | media: via-camera: deleted these redundant semicolonslijian2021-09-301-3/+3
| * | media: mtk-vcodec: venc: fix return value when start_streaming failsDafna Hirschfeld2021-09-301-4/+4
| * | media: pvrusb2: Replaced simple_strtol() with kstrtoint()Liu Shixin2021-09-301-23/+2
| * | media: vidtv: Fix memory leak in removeEvgeny Novikov2021-09-301-0/+1
| * | media: rcar_drif: Make use of the helper function devm_platform_get_and_iorem...Cai Huoqing2021-09-301-2/+1
| * | media: xilinx: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-301-3/+1
| * | media: vsp1: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-301-3/+1
| * | media: venus: core : Make use of the helper function devm_platform_ioremap_re...Cai Huoqing2021-09-301-3/+1
| * | media: sunxi: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-303-9/+3
| * | media: stm32-cec: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing2021-09-301-3/+1
| * | media: stih-cec: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing2021-09-301-3/+1
| * | media: sti: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-302-5/+2
| * | media: s5p-mfc: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-301-2/+1
| * | media: s5p-jpeg: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing2021-09-301-4/+1
| * | media: s5p-g2d: Make use of the helper function devm_platform_ioremap_resource()Cai Huoqing2021-09-301-3/+1
| * | media: s3c-camif: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing2021-09-301-4/+1
| * | media: rockchip: rga: Make use of the helper function devm_platform_ioremap_r...Cai Huoqing2021-09-301-4/+1
| * | media: renesas-ceu: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing2021-09-301-3/+1
| * | media: rcar_jpu: Make use of the helper function devm_platform_ioremap_resour...Cai Huoqing2021-09-301-3/+1
| * | media: rcar_fdp1: Make use of the helper function devm_platform_ioremap_resou...Cai Huoqing2021-09-301-3/+1