summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-08-28media: staging/media: drop vb2_queue_release()Hans Verkuil5-24/+9
2020-08-28media: media/test-drivers: use vb2_video_unregister_device()Hans Verkuil2-21/+18
2020-08-28media: media/usb: use vb2_video_unregister_device()Hans Verkuil3-21/+8
2020-08-28media: media/platform: drop vb2_queue_release()Hans Verkuil7-31/+8
2020-08-28media: media/pci: use vb2_video_unregister_device()Hans Verkuil8-23/+12
2020-08-28media: qcom/camss: use vb2_video_unregister_device()Hans Verkuil5-27/+2
2020-08-28media: videobuf2-v4l2.c: add vb2_video_unregister_device helper functionHans Verkuil1-6/+45
2020-08-26media: Implements support for the MyGica iGrabberChristopher Snowhill2-0/+23
2020-08-26media: tuner-simple: fix regression in simple_set_radio_freqTom Rix1-2/+3
2020-08-26media: vivid: Fix global-out-of-bounds read in precalculate_color()Peilin Ye1-4/+5
2020-08-26media: mtk-vcodec: fix Kconfig help textAlexandre Courbot1-2/+2
2020-08-26media: mtk-vcodec: set dma max segment sizeHsin-Yi Wang2-0/+16
2020-08-26media: pvrusb2: fix parsing errorTong Zhang1-3/+2
2020-08-18media: venus: core: Add support for opp tables/perf votingRajendra Nayak3-7/+92
2020-08-18media: venus: core: Fix error handling in probeRajendra Nayak1-5/+10
2020-08-18media: venus: core: Fix runtime PM imbalance in venus_probeDinghao Liu1-1/+4
2020-08-18media: rcar-csi2: Negotiate data lanes numberJacopo Mondi1-7/+68
2020-08-18media: i2c: adv748x: Implement get_mbus_configJacopo Mondi1-0/+31
2020-08-18media: i2c: adv748x: Adjust TXA data lanes numberJacopo Mondi2-7/+25
2020-08-18media: staging: media: imx: Update TODO entryJacopo Mondi1-0/+4
2020-08-18media: pxa_camera: Use the new set_mbus_config opJacopo Mondi1-138/+51
2020-08-18media: i2c: ov6650: Use new [get|set]_mbus_config opsJacopo Mondi1-16/+37
2020-08-18media: i2c: Use the new get_mbus_config pad opJacopo Mondi7-21/+28
2020-08-18media: v4l2-subdev: Introduce [get|set]_mbus_config pad opsJacopo Mondi1-0/+16
2020-08-16Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-blockLinus Torvalds6-64/+44
2020-08-16Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds1-2/+0
2020-08-15Merge tag 'edac_updates_for_5.9_pt2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+47
2020-08-15Merge tag 'acpi-5.9-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-86/+115
2020-08-15Merge tag 'pm-5.9-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-67/+184
2020-08-15Merge tag 'mfd-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds57-431/+1232
2020-08-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-35/+16
2020-08-15virtio: pci: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-15ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski3-3/+3
2020-08-15rtl818x: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski1-3/+3
2020-08-15iomap: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2-2/+2
2020-08-15sh: clkfwk: remove r8/r16/r32Kuninori Morimoto1-19/+4
2020-08-15mm: add thp_sizeMatthew Wilcox (Oracle)2-7/+3
2020-08-15input: i8042 - Remove special Cayman handlingGeert Uytterhoeven1-2/+0
2020-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds16-97/+164
2020-08-15Merge tag 'pwm/for-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds20-38/+50
2020-08-14Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-14/+24
2020-08-14Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+4
2020-08-14Merge branch 'pm-cpufreq'Rafael J. Wysocki2-67/+184
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds14-47/+72
2020-08-14Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds33-247/+379
2020-08-13Merge tag 's390-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-2/+2
2020-08-13drm/xen-front: Pass dumb buffer data offset to the backendOleksandr Andrushchenko3-4/+7
2020-08-13drm/xen-front: Add YUYV to supported formatsOleksandr Andrushchenko1-0/+1
2020-08-13drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko3-7/+7
2020-08-13xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko1-0/+8