summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-05-13media: isif: remove unnecessary check of resYang Yingliang1-2/+1
2022-05-13media: dm644x_ccdc: remove unnecessary check of resYang Yingliang1-2/+1
2022-05-13media: dm355_ccdc: remove unnecessary check of resYang Yingliang1-2/+1
2022-05-13media: platform: video-viu: Do not select it by defaultFabio Estevam1-1/+0
2022-05-13media: amphion: no need to check return value of debugfs_create functionsLv Ruyi1-12/+0
2022-05-13media: amphion: free ctrl handler if error is set and return errorMing Qian2-0/+12
2022-05-13media: amphion: handle picture skipped eventMing Qian3-1/+11
2022-05-13media: amphion: encoder copy timestamp from output to captureMing Qian1-31/+16
2022-05-13media: amphion: decoder copy timestamp from output to captureMing Qian4-50/+87
2022-05-13media: make RADIO_ADAPTERS tristateRandy Dunlap1-2/+2
2022-05-13media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_initPavel Skripkin1-2/+5
2022-05-13media: rcar-vin: Remove stray blank lineNiklas Söderlund1-1/+0
2022-05-13media: rga: fix possible memory leak in rga_probeHangyu Hua1-2/+4
2022-05-13media: imx-jpeg: Support dynamic resolution changeMing Qian2-16/+55
2022-05-13media: imx-jpeg: Handle source change in a functionMing Qian1-49/+65
2022-05-13media: imx-jpeg: Propagate the output frame size to the capture sideMing Qian1-1/+29
2022-05-13media: imx-jpeg: Identify and handle precision correctlyMing Qian2-12/+27
2022-05-13media: imx-jpeg: Refactor function mxc_jpeg_parseMing Qian1-7/+6
2022-05-13media: platform: return early if the iface is not handledTom Rix1-1/+2
2022-05-13media: exynos4-is: Change clk_disable to clk_disable_unprepareMiaoqian Lin1-1/+1
2022-05-13media: platform: renesas-ceu: Fix unused variable warningLaurent Pinchart1-4/+4
2022-05-13media: davinci: remove unnecessary NULL checkDan Carpenter1-2/+1
2022-05-13media: bdisp: remove unnecessary IS_ERR() checkDan Carpenter1-2/+1
2022-05-13media: platform: Remove unused including <linux/version.h>Jiapeng Chong1-1/+0
2022-05-13media: i2c: rdacm20: Fix format definitionJacopo Mondi1-4/+4
2022-05-13media: rcar-vin: Add check that input interface and format are validNiklas Söderlund1-0/+25
2022-05-13media: v4l2: mem2mem: Fix typos in v4l2_m2m_dev documentationLaurent Pinchart1-4/+4
2022-05-13media: cec: seco: remove byte handling from smb_word_opTom Rix1-17/+5
2022-05-13media: i2c: rdacm2x: properly set subdev entity functionLaurentiu Palcu2-2/+2
2022-05-13media: imx-jpeg: Fix potential array out of bounds in queue_setupMirela Rabulea1-0/+2
2022-05-13media: gspca: make the read-only array table static constColin Ian King1-1/+1
2022-05-13media: atmel: atmel-isc: Fix PM disable depth imbalance in atmel_isc_probeMiaoqian Lin1-1/+4
2022-05-13media: st-delta: Fix PM disable depth imbalance in delta_probeMiaoqian Lin1-2/+4
2022-05-13media: exynos4-is: Fix PM disable depth imbalance in fimc_is_probeMiaoqian Lin1-1/+3
2022-05-13media: aspeed: Fix an error handling path in aspeed_video_probe()Christophe JAILLET1-2/+2
2022-05-08media: uvcvideo: Add UVC_GUID_FORMAT_H265James_Lin2-0/+8
2022-05-08media: uvcvideo: Undup use uvc_endpoint_max_bpi() codeRicardo Ribalda3-5/+3
2022-05-08media: uvcvideo: Simplify uvc_endpoint_max_bpi()Ricardo Ribalda1-8/+1
2022-05-08media: uvcvideo: Fix memory leak if uvc_ctrl_add_mapping failsRicardo Ribalda2-4/+14
2022-05-08media: uvcvideo: Fix bit overflow in uvc_probe_videoHangyu Hua1-3/+1
2022-05-08media: uvcvideo: Fix missing check to determine if element is found in listXiaomeng Tong1-9/+11
2022-05-08media: docs: media: uvcvideo: Use linux-media mailing listJonathan Neuschäfer1-1/+1
2022-05-08media: gpio-ir-tx: simplify wait logicSean Young1-1/+6
2022-05-03Merge 5.18-rc5 into usb-nextGreg Kroah-Hartman3-12/+13
2022-04-28Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+6
2022-04-24media: platform: imx-mipi-csis: Remove unneeded 'default n'Fabio Estevam1-1/+0
2022-04-24media: imx: imx-mipi-csis: Fix active format initialization on source padLaurent Pinchart1-8/+0
2022-04-24media: imx: imx-mipi-csis: Protect mipi_csis_dump_regs()Jacopo Mondi1-3/+6
2022-04-24media: imx: imx-mipi-csis: Drop powered flagJacopo Mondi1-9/+4
2022-04-24media: imx: imx-mipi-csis: Simplify mipi_csis_s_stream()Jacopo Mondi1-25/+33