aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-27media: coda: Fix runtime PM imbalance in coda_probeDinghao Liu1-0/+2
2020-09-27media: platform: s3c-camif: Fix runtime PM imbalance on errorDinghao Liu1-3/+2
2020-09-27media: platform: sti: hva: Fix runtime PM imbalance on errorDinghao Liu1-1/+1
2020-09-27media: bdisp: Fix runtime PM imbalance on errorDinghao Liu1-2/+1
2020-09-26media: rcar-vin: Enable YDS bit depending on bus_width and data_shiftLad Prabhakar3-10/+21
2020-09-26media: rcar-vin: Enable support for R8A774E1Lad Prabhakar1-0/+40
2020-09-26media: rcar-csi2: Enable support for R8A774E1Lad Prabhakar1-0/+4
2020-09-26media: media/pci: prevent memory leak in bttv_probeXiaolong Huang1-3/+10
2020-09-26media: saa7134: use generic power managementVaibhav Gupta1-18/+9
2020-09-26media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_VIN configLad Prabhakar1-1/+1
2020-09-26media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_CSI2 configLad Prabhakar1-1/+1
2020-09-26media: rcar-fcp: Update description for VIDEO_RENESAS_FCP Kconfig entryLad Prabhakar1-2/+2
2020-09-26media: videobuf2: use sgtable-based scatterlist wrappersMarek Szyprowski3-47/+31
2020-09-26media: pci: fix common ALSA DMA-mapping related codesMarek Szyprowski4-9/+9
2020-09-26media: marvell-ccic: mmp: mark PM functions as __maybe_unusedWei Yongjun1-2/+2
2020-09-26media: tc358743: cleanup tc358743_cec_isrTom Rix1-5/+7
2020-09-26media: cec-adap.c: add 'unregistered' checksHans Verkuil1-0/+6
2020-09-26media: cec-core.c: stop kthread_config before kthreadHans Verkuil1-1/+1
2020-09-26media: tc358743: initialize variableTom Rix1-1/+1
2020-09-26media: mtk-mdp: Fix Null pointer dereference when calling list_addDafna Hirschfeld1-1/+1
2020-09-26media: vivid: Add support to the CSC APIDafna Hirschfeld2-6/+57
2020-09-26media: v4l2-mem2mem: simplify poll logicAlexandre Courbot1-21/+5
2020-09-26media: v4l2-mem2mem: always consider OUTPUT queue during pollAlexandre Courbot1-4/+2
2020-09-26media: mx2_emmaprp: Fix memleak in emmaprp_probeDinghao Liu1-2/+5
2020-09-26media: usb: uvc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-16/+4
2020-09-26media: mtk-vcodec: make IRQs disabled upon requestAlexandre Courbot2-3/+3
2020-09-26media: mtk-vcodec: venc: fix invalid time per frame in S_PARMAlexandre Courbot1-4/+8
2020-09-26media: mtk-vcodec: venc: set default time per frameAlexandre Courbot1-0/+5
2020-09-26media: mtk-vcodec: venc: support ENUM_FRAMESIZES on OUTPUT formatsAlexandre Courbot1-38/+33
2020-09-26media: mtk-vcodec: venc: use platform data for ENUM_FRAMESIZESAlexandre Courbot1-14/+10
2020-09-26media: mtk-vcodec: venc: set OUTPUT buffers field to V4L2_FIELD_NONEAlexandre Courbot1-0/+9
2020-09-26media: mtk-vcodec: venc support MIN_OUTPUT_BUFFERS controlAlexandre Courbot1-0/+2
2020-09-26media: Revert "media: mtk-vcodec: Remove extra area allocation in an input buffer on encoding"Alexandre Courbot1-3/+6
2020-09-26media: mtk-vcodec: add support for MT8183 encoderYunfei Dong2-0/+23
2020-09-26media: mtk-vcodec: venc: specify supported formats per-chipAlexandre Courbot3-75/+95
2020-09-26media: mtk-vcodec: venc: specify bitrate range per-chipAlexandre Courbot3-1/+8
2020-09-26media: mtk-vcodec: venc: handle firmware version fieldAlexandre Courbot4-7/+38
2020-09-26media: mtk-vcodec: venc: support SCP firmwareYunfei Dong8-57/+202
2020-09-26media: mtk-vcodec: add SCP firmware opsYunfei Dong5-0/+66
2020-09-26media: mtk-vcodec: abstract firmware interfaceYunfei Dong21-102/+293
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into dma-mapping-for-nextChristoph Hellwig14-142/+82
2020-09-24Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds8-88/+17
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2-3/+17
2020-09-17media: vidtv: remove an impossible conditionMauro Carvalho Chehab1-3/+1
2020-09-17media: vidtv: cleanup the logic which estimates buffer sizeMauro Carvalho Chehab1-9/+11
2020-09-17media: vidtv: fix build on 32bit architecturesDaniel W. S. Almeida4-79/+23
2020-09-17media: vidtv: Add a music instead of playing a single toneMauro Carvalho Chehab2-9/+165
2020-09-17media: vidtv: get rid of its own sinusoidal waveformMauro Carvalho Chehab1-144/+30
2020-09-17media: vidtv: add a poor guy's simulation to preBER statsMauro Carvalho Chehab1-2/+21
2020-09-17media: vidtv: fix DVB-S/S2 tuning logicMauro Carvalho Chehab1-7/+28