aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2022-06-27media: rkisp1: Drop parentheses and fix indentation in rkisp1_probe()Laurent Pinchart1-3/+3
2022-06-27media: rkisp1: Align macro definitionsLaurent Pinchart1-15/+15
2022-06-27media: rkisp1: capture: Bypass the main device for handling querycapPaul Elder1-5/+2
2022-06-27media: rkisp1: debug: Update max register name lengthLaurent Pinchart1-3/+9
2022-06-27media: rkisp1: debug: Consolidate reg dumps for shadow registersLaurent Pinchart1-50/+33
2022-06-27media: rkisp1: debug: Move resizer register dump to debugfsLaurent Pinchart2-37/+57
2022-06-27media: rkisp1: debug: Add debugfs files to dump core and ISP registersLaurent Pinchart1-0/+72
2022-06-27media: rkisp1: debug: Collect input status by sampling ISP_FLAGS_SHDLaurent Pinchart2-0/+63
2022-06-27media: rkisp1: Compile debugfs support conditionallyLaurent Pinchart2-8/+19
2022-06-27media: rkisp1: Move debugfs code to a separate fileLaurent Pinchart4-32/+57
2022-06-27media: rkisp1: resizer: Simplify register accessLaurent Pinchart3-155/+75
2022-06-27media: rkisp1: Swap value and address arguments to rkisp1_write()Laurent Pinchart6-488/+477
2022-06-27media: rkisp1: regs: Rename CCL, ICCL and IRCL registers with VI_ prefixLaurent Pinchart3-43/+44
2022-06-27media: rkisp1: regs: Don't use BIT() macro for multi-bit register fieldsLaurent Pinchart1-27/+27
2022-06-27media: rkisp1: Simplify rkisp1_entities_register() error pathLaurent Pinchart1-21/+19
2022-06-27media: rkisp1: stats: Simplify (un)registrationLaurent Pinchart1-4/+7
2022-06-27media: rkisp1: params: Fix and simplify (un)registrationLaurent Pinchart1-3/+11
2022-06-27media: rkisp1: resizer: Fix and simplify (un)registrationLaurent Pinchart1-17/+17
2022-06-27media: rkisp1: isp: Fix and simplify (un)registrationLaurent Pinchart1-7/+13
2022-06-27media: rkisp1: capture: Fix and simplify (un)registrationLaurent Pinchart1-15/+15
2022-06-27media: rkisp1: capture: Initialize entity before video deviceLaurent Pinchart1-7/+10
2022-06-20media: pvrusb2: fix memory leak in pvr_probeDongliang Mu1-0/+1
2022-06-20media: rcar-vin: Fix channel routing for EbisuNiklas Söderlund1-1/+1
2022-06-20media: mediatek/vcodec: Enable incoherent buffer allocationJustin Green1-0/+2
2022-06-20media: amphion: delete unnecessary NULL checkZiyang Xuan3-6/+3
2022-06-20media: imx-jpeg: Implement drain using v4l2-mem2mem helpersMing Qian2-84/+73
2022-06-20media: imx-jpeg: Align upwards buffer sizeMing Qian1-51/+37
2022-06-20media: imx-jpeg: Leave a blank space before the configuration dataMing Qian1-1/+8
2022-06-20media: imx-jpeg: Correct some definition according specificationMing Qian1-4/+4
2022-06-20media: platform: fix missing/incorrect resource cleanup in error caseChengguang Xu1-2/+1
2022-06-20media: amphion: Replace zero-length array with flexible-array memberKees Cook1-1/+1
2022-06-20media: mediatek: vcodec: Use kmemdup rather than kmalloc/memcpyHaowen Bai1-2/+1
2022-06-20media: atmel: atmel-isc-base: move cropping settings outside start_dmaEugen Hristev1-4/+10
2022-06-20media: camss: Move and unexport functions specific to ISPIFVladimir Zapolskiy3-39/+37
2022-06-20media: amphion: return error if format is unsupported by vpuMing Qian2-2/+6
2022-06-20media: platform: exynos4-is: fix typos in commentsJulia Lawall2-2/+2
2022-06-20media: mediatek: vcodec: fix typo in commentJulia Lawall1-1/+1
2022-06-20media: platform: exynos-gsc: fix typo in commentJulia Lawall1-1/+1
2022-06-20media: tw686x: Register the irq at the end of probeZheyu Ma1-10/+8
2022-06-20media: tw5864: Convert to use managed functions pcim* and devm*Zheyu Ma1-23/+7
2022-06-20media: platform: cros-ec: Add moli to the match tableScott Chao1-0/+2
2022-06-20media: platform: omap: Pass a pointer to virt_to_page()Linus Walleij1-2/+2
2022-06-20media: amphion: vdec check format in enum_fmtMing Qian3-1/+18
2022-06-20media: camss: Allocate camss struct as a managed device resourceVladimir Zapolskiy1-23/+10
2022-06-20media: airspy: respect the DMA coherency rulesOliver Neukum1-2/+15
2022-06-20media: media: jpegenc: set bit mask for jpegenckyrie wu1-0/+3
2022-06-20media: rc: Directly use ida_free()keliu2-6/+6
2022-06-20media: ttusbir: avoid unnecessary usb_unlink_urb()Oliver Neukum1-2/+0
2022-06-20media: ttusbir: NOIO during resumeOliver Neukum1-1/+1
2022-06-20media: xbox_remote: xbox_remote_initialize() cannot failOliver Neukum1-7/+3