summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)Author
2020-07-19media: s5p-g2d: Fix a memory leak in an error handling path in 'g2d_probe()'Christophe JAILLET
2020-07-19media: Add V4L2_TYPE_IS_CAPTURE helperEzequiel Garcia
2020-07-19media: pci: dt3155: fix spelling mistakeFlavio Suligoi
2020-07-19media: gspca: replace http references with https onesAlexander A. Klimov
2020-07-19media: atmel: atmel-isc: rework component offsetsEugen Hristev
2020-07-19media: davinci: replace http references with httpsAlexander A. Klimov
2020-07-19media: solo6x10: replace http references with httpsAlexander A. Klimov
2020-07-19sun4i-csi: call _vb2_fop_release instead of v4l2_fh_releaseHans Verkuil
2020-07-19sun4i-csi: drop read/write, enable VB2_DMABUFHans Verkuil
2020-07-19sunxi-csi: fill in bus_info of media deviceHans Verkuil
2020-07-19media: gspca: remove redundant initialization of variable statusColin Ian King
2020-07-19v4l2-core: Print control name in VIDIOC_S/G_(EXT)_CTRL(S)Ezequiel Garcia
2020-07-19cec-api: prevent leaking memory through hole in structureHans Verkuil
2020-07-19go7007: add sanity checking for endpointsOliver Neukum
2020-07-04media: cros-ec-cec: do not bail on device_init_wakeup failureDariusz Marcinkiewicz
2020-07-04media: rockchip: rga: Only set output CSC mode for RGB inputPaul Kocialkowski
2020-07-04media: rockchip: rga: Introduce color fmt macros and refactor CSC mode logicPaul Kocialkowski
2020-07-04media: exynos4-is: Add missed check for pinctrl_lookup_state()Chuhong Yuan
2020-07-04media: tvp5150: Add missed media_entity_cleanup()Chuhong Yuan
2020-07-04media: pxa_camera: remove an impossible conditionDan Carpenter
2020-07-04media: rcar-csi2: Rename confirm_start() to phy_post_init() to match its usageNiklas Söderlund
2020-07-04media: test_drivers: vivid-core: Use array_size() helperGustavo A. R. Silva
2020-07-04media: videobuf2: Fix length check for single plane dmabuf queueingJohn Cox
2020-07-04media: samsung: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski
2020-07-04media: vb2: Print the queue pointer in debug messagesLaurent Pinchart
2020-07-04media: use v4l2_rect_enclosed helperBenoit Parrot
2020-07-04media: rcar-csi2: Add support for MEDIA_BUS_FMT_SRGGB8_1X8 formatLad Prabhakar
2020-07-04media: rcar-vin: Add support for MEDIA_BUS_FMT_SRGGB8_1X8 formatLad Prabhakar
2020-07-04media: rcar-vin: Invalidate pipeline if conversion is not possible on input f...Lad Prabhakar
2020-07-04media: venus: venc: Fix runtime PM imbalance in venc_openDinghao Liu
2020-07-04media: venus: fix multiple encoder crashMansur Alisha Shaik
2020-07-04media: rc: return proper error code on error handling path in initEvgeny Novikov
2020-07-04media: cx23888: remove unused functionsSean Young
2020-07-04media: fintek-cir: remove unused function fintek_clear_reg_bitSean Young
2020-07-04media: nuvoton-cir: remove setting tx carrier functionsSean Young
2020-07-04media: drx-k: remove unused MulDiv32 functionSean Young
2020-07-04media: pxa_camera: update MODULE_DESCRIPTIONHans Verkuil
2020-07-04media: ov9640: update MODULE_DESCRIPTIONHans Verkuil
2020-07-04media: cec: i2c: ch7322: Add ch7322 CEC controller driverJeff Chase
2020-07-04media: cec: add adap_controls_phys_addr optionJeff Chase
2020-07-04media: vsp1: dl: Fix NULL pointer dereference on unbindEugeniu Rosca
2020-07-04media: cx231xx: remove redundant assignment to variable errColin Ian King
2020-07-04media: mtk-mdp: Remove mtk_mdp_comp.id and supporting functionalityEizan Miyamoto
2020-07-04media: mtk-mdp: convert mtk_mdp_dev.comp array to listEizan Miyamoto
2020-07-04media: mtk-mdp: handle vpu_wdt_reg_handler() errors during probeEizan Miyamoto
2020-07-04media: mtk-mdp: handle vb2_dma_contig_set_max_seg_size errors during probeEizan Miyamoto
2020-07-04media: mtk-mdp: remove mtk_mdp_comp.regs from mtk_mdp_comp.hEizan Miyamoto
2020-07-04media: mtk-mdp: Remove states for format checksFrancois Buergisser
2020-07-04media: firewire: Using uninitialized values in node_probe()Dan Carpenter
2020-07-04media: coda: jpeg: add NULL check after kmallocChen Zhou