aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2020-08-28media: platform: Improve the implementation of the system PM opsXia Jiang1-10/+8
2020-08-28media: v4l2-mem2mem: add v4l2_m2m_suspend, v4l2_m2m_resumePi-Hsun Shih1-0/+41
2020-08-28media: platform: Delete the resetting hardware flow in the system PM opsXia Jiang1-2/+0
2020-08-28media: platform: Improve power on and power off flowXia Jiang1-21/+6
2020-08-28media: platform: Change the fixed device node number to unfixed valueXia Jiang1-1/+1
2020-08-28media: platform: Improve getting and requesting irq flow for bug fixingXia Jiang1-5/+2
2020-08-28media: platform: Improve queue set up flow for bug fixingXia Jiang1-0/+7
2020-08-28media: platform: Improve subscribe event flow for bug fixingXia Jiang1-2/+2
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-28media: mceusb: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET1-1/+1
2020-08-28media: gpio-ir-tx: spinlock is not needed to disable interruptsSean Young1-11/+5
2020-08-28media: rc: do not access device via sysfs after rc_unregister_device()Sean Young1-0/+12
2020-08-28media: rc: uevent sysfs file races with rc_unregister_device()Sean Young1-16/+16
2020-08-28media: max9286: Depend on OF_GPIOSakari Ailus1-1/+1
2020-08-28media: i2c: imx214: select V4L2_FWNODEJacopo Mondi1-1/+1
2020-08-27media: dib0700: Fix identation issue in dib8096_set_param_override()Gustavo A. R. Silva1-5/+5
2020-08-27media: vicodec: add missing v4l2_ctrl_request_hdl_put()Hans Verkuil1-0/+1
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-26media: media/v4l2-core: Fix kernel-infoleak in video_put_user()Peilin Ye1-23/+27
2020-08-26media: ti-vpe: cal: Fix compilation on 32-bit ARMLaurent Pinchart1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva38-152/+161
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: 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-11Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+3
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds155-3031/+9348
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+1
2020-08-06media: camss: fix memory leaks on error handling paths in probeEvgeny Novikov1-10/+20
2020-08-06media: davinci: vpif_capture: fix potential double freeEvgeny Novikov1-2/+0
2020-08-06media: radio: remove redundant assignment to variable retvalColin Ian King1-1/+1
2020-08-06media: mtk-mdp: Fix a refcounting bug on error in initDan Carpenter1-4/+12
2020-08-06media: meye: fix missing pm_mchip_mode fieldHans Verkuil1-2/+0