aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2021-03-22media: Quit parsing stream if doesn't start with SOIMirela Rabulea1-5/+2
2021-03-22media: Add parsing for APP14 data segment in jpeg helpersMirela Rabulea1-1/+41
2021-03-22media: v4l: Add packed YUV444 24bpp pixel formatMirela Rabulea1-0/+1
2021-03-22media: cec/core/cec-notifier: use IS_REACHABLE(CONFIG_I2C)Hans Verkuil1-1/+1
2021-03-22media: media tuner headers: fix kernel-doc warningsHans Verkuil3-10/+10
2021-03-22media: media/i2c: fix kerneldoc issues for media i2c headersHans Verkuil3-9/+11
2021-03-22media: media/pci: fix kerneldoc issues in two headersHans Verkuil2-5/+7
2021-03-22media: m88ds3103: fix return value check in m88ds3103_probe()Wei Yongjun1-2/+2
2021-03-22media: tuners: fix error return code of hybrid_tuner_request_state()Jia-Ju Bai1-1/+3
2021-03-22media: platform: sunxi: sun6i-csi: fix error return code of sun6i_video_start...Jia-Ju Bai1-1/+3
2021-03-22media: flexcop-usb: delete unneeded returnJulia Lawall1-1/+0
2021-03-22media: vidtv: remove duplicate include in vidtv_psiZhang Yunkai1-1/+0
2021-03-22media: platform: xilinx: fix error return code of xvip_graph_init()Jia-Ju Bai1-0/+1
2021-03-22media: ti-vpe: cal: Implement media controller centric APILaurent Pinchart5-61/+291
2021-03-22media: ti-vpe: cal: fix subdev mbus_code enumerationTomi Valkeinen1-3/+9
2021-03-22media: ti-vpe: cal: remove unneeded assignmentTomi Valkeinen1-1/+0
2021-03-22media: exynos4-is: add missing call to of_node_put()Yang Li1-1/+3
2021-03-22media: vim2m: initialize the media device earlierHans Verkuil1-6/+8
2021-03-22media: uapi: move VP8 stateless controls out of stagingEzequiel Garcia1-2/+2
2021-03-22media: controls: Log VP8 stateless control in .std_logEzequiel Garcia1-0/+3
2021-03-22media: uapi: vp8: Remove "header" from symbol names and macrosEzequiel Garcia1-18/+18
2021-03-22media: venus: core: Parse firmware-name DT propertyStanimir Varbanov1-1/+7
2021-03-22media: venus: Include io.h for memremap()Stephen Boyd1-0/+1
2021-03-22media: venus: core, venc, vdec: Fix probe dependency errorBryan O'Donoghue3-33/+34
2021-03-22media: venus: core: Fix some resource leaks in the error path of 'venus_probe()'Christophe JAILLET1-5/+2
2021-03-22media: venus: venc: Add support for AUD NALU controlStanimir Varbanov3-1/+22
2021-03-22media: v4l2-ctrls: Add control for AUD generationStanimir Varbanov1-0/+2
2021-03-22media: s5p-mfc: Use display delay and display enable std controlsStanimir Varbanov1-0/+16
2021-03-22media: venus: vdec: Add support for display delay and delay enable controlsStanimir Varbanov3-2/+26
2021-03-22media: v4l2-ctrl: Make display delay and display enable std controlsStanimir Varbanov1-0/+4
2021-03-19media: uvcvideo: Use dma_alloc_noncontiguous APIRicardo Ribalda2-26/+73
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky15-21/+0
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-64/+21
2021-03-11media: v4l2-mc: Add link flags to v4l2_create_fwnode_links_to_pad()Laurent Pinchart1-3/+3
2021-03-11media: ngene: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-28/+28
2021-03-11media: drxj: remove redundant assignments to variable image_to_selectColin Ian King1-1/+1
2021-03-11media: i2c: adv7511: remove open coded version of SMBus block readWolfram Sang1-32/+26
2021-03-11media: cx23885: Fix various Hauppauge device analog capture inputsBrad Love1-14/+14
2021-03-11media: cx23885: add more quirks for reset DMA on some AMD IOMMUBrad Love1-0/+9
2021-03-11media: aspeed: fix clock handling logicJae Hyun Yoo1-3/+6
2021-03-11media: rkisp1: rsz: crash fix when setting src formatDafna Hirschfeld1-4/+5
2021-03-11media: b2c2: remove trailing semicolon in macro definitionTom Rix1-1/+1
2021-03-11media: media/siano: kill pointless kmutex definitionsDavidlohr Bueso3-33/+28
2021-03-11media: ngene: simplify the return expression of eeprom_write_ushort()Qinglang Miao1-5/+1
2021-03-11media: anysee: simplify the return expression of anysee_ci_* functionLiu Shixin1-18/+3
2021-03-11media: saa7146: use sg_dma_len when building pgtableTasos Sahanidis2-3/+2
2021-03-11media: saa7134: use sg_dma_len when building pgtableTasos Sahanidis1-1/+1
2021-03-11media: fix incorrect kernel doc usagesHans Verkuil12-32/+34
2021-03-11media: vivid: fix assignment of dev->fbuf_out_flagsColin Ian King1-1/+1
2021-03-11media: ti-vpe: Simplify bool comparisonJiapeng Chong1-2/+1