summaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorLines
2021-07-23Merge tag 'acpi-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-4/+2
2021-07-19media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf()Gustavo A. R. Silva-7/+9
2021-07-19ACPI: utils: Fix reference counting in for_each_acpi_dev_match()Andy Shevchenko-4/+2
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+2
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2021-06-29media: videobuf2: use vma_lookup() in get_vaddr_frames()Liam Howlett-1/+1
2021-06-28Merge tag 'array-bounds-fixes-5.14-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-15/+11
2021-06-28media: s5p-mfc: Fix display delay control creationMarek Szyprowski-0/+1
2021-06-28media: mtk-vpu: on suspend, read/write regs only if vpu is runningDafna Hirschfeld-0/+6
2021-06-28media: video-mux: Skip dangling endpointsPhilipp Zabel-1/+9
2021-06-24media, bpf: Do not copy more entries than user space requestedSean Young-1/+2
2021-06-24media: Fix Media Controller API config checksShuah Khan-1/+1
2021-06-17media: i2c: rdacm20: Re-work ov10635 resetJacopo Mondi-12/+17
2021-06-17media: i2c: rdacm20: Check return valuesJacopo Mondi-4/+9
2021-06-17media: i2c: rdacm20: Report camera module nameJacopo Mondi-1/+1
2021-06-17media: i2c: rdacm20: Enable noise immunityJacopo Mondi-1/+13
2021-06-17media: i2c: rdacm20: Embed 'serializer' fieldJacopo Mondi-21/+15
2021-06-17media: i2c: rdacm21: Power up OV10640 before OV490Jacopo Mondi-14/+32
2021-06-17media: i2c: rdacm21: Fix OV10640 powerupJacopo Mondi-2/+8
2021-06-17media: i2c: rdacm21: Add delay after OV490 resetJacopo Mondi-1/+5
2021-06-17media: i2c: max9271: Introduce wake_up() functionJacopo Mondi-7/+23
2021-06-17media: i2c: max9271: Check max9271_write() returnJacopo Mondi-7/+23
2021-06-17media: i2c: max9286: Rework comments in .bound()Jacopo Mondi-8/+3
2021-06-17media: i2c: max9286: Define high channel amplitudeJacopo Mondi-2/+3
2021-06-17media: i2c: max9286: Cache channel amplitudeJacopo Mondi-3/+10
2021-06-17media: i2c: max9286: Rename reverse_channel_mvJacopo Mondi-5/+6
2021-06-17media: i2c: max9286: Adjust parameters indentJacopo Mondi-3/+2
2021-06-17media: mtk-vcodec: fix kerneldoc warningsHans Verkuil-14/+17
2021-06-17media: adv7842: remove spurious & and fix vga_edid sizeHans Verkuil-4/+4
2021-06-17media: pci: cx88: switch from 'pci_' to 'dma_' APIChristophe JAILLET-13/+19
2021-06-17media: imx-jpeg: Constify static struct mxc_jpeg_fmtRikard Falkeborn-17/+17
2021-06-17media: imx-jpeg: Constify static struct v4l2_m2m_opsRikard Falkeborn-1/+1
2021-06-17media: rcar-csi2: Add support for Y10 and Y8Niklas Söderlund-0/+2
2021-06-17media: v4l2-event: Modified variable type 'unsigned' to 'unsigned int'lijian-3/+3
2021-06-17media: usb: cpia2: Fixed Coding Style issuesPiyush Thange-75/+74
2021-06-17media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctxDillon Min-0/+3
2021-06-17media: marvell-ccic: set error code in probeEvgeny Novikov-3/+9
2021-06-17media: coda: set debugfs blobs to read onlyWolfram Sang-2/+2
2021-06-17media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann-13/+11
2021-06-17media: v4l2-core: return -ENODEV from ioctl when not registeredArnd Bergmann-0/+3
2021-06-17media: subdev: remove VIDIOC_DQEVENT_TIME32 handlingArnd Bergmann-24/+0
2021-06-17media: v4l2-core: fix whitespace damage in video_get_user()Arnd Bergmann-12/+12
2021-06-17media: v4l2-core: explicitly clear ioctl input dataArnd Bergmann-0/+2
2021-06-17media: v4l2-core: ignore native time32 ioctls on 64-bitArnd Bergmann-6/+6
2021-06-17media: mtk-vcodec: Support MT8192 H264 4K encodingIrui Wang-25/+57
2021-06-17media: mtk-vcodec: Add MT8192 H264 venc driverIrui Wang-0/+15
2021-06-17media: mtk-vcodec: Support 34bits dma address for vencIrui Wang-0/+3
2021-06-17media: mtk-vcodec: venc: remove redundant codeAlexandre Courbot-12/+4
2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen-1452/+1749