aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Merge tag 'media/v5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds7-54/+65
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: 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-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-3034/+9351
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
2020-08-06media: cafe-driver: use generic power managementVaibhav Gupta3-29/+7
2020-08-06media: saa7164: use generic power managementVaibhav Gupta1-3/+0
2020-07-19media: videobuf2: Print videobuf2 buffer state by nameEzequiel Garcia1-8/+27
2020-07-19media: tw68: use generic power managementVaibhav Gupta1-19/+11
2020-07-19media: meye: use generic power managementVaibhav Gupta1-10/+5
2020-07-19media: cx88: use generic power managementVaibhav Gupta1-44/+16
2020-07-19media: cx25821: use generic power managementVaibhav Gupta1-3/+0
2020-07-19media: cx23885: use generic power managementVaibhav Gupta1-3/+0
2020-07-19media: sta2x11: use generic power managementVaibhav Gupta1-48/+15
2020-07-19media: v4l2-async: Log message in case of heterogeneous fwnode matchLaurent Pinchart1-1/+23
2020-07-19media: v4l2-async: Pass notifier pointer to match functionsLaurent Pinchart1-7/+11
2020-07-19media: v4l2-async: Accept endpoints and devices for fwnode matchingLaurent Pinchart1-1/+42
2020-07-19media: i2c: Add RDACM20 driverJacopo Mondi5-0/+1247
2020-07-19media: i2c: Add MAX9286 driverKieran Bingham3-0/+1334
2020-07-19media: i2c: dw9768: Add DW9768 VCM driverDongchun Zhu3-0/+567
2020-07-19media: i2c: imx290: replace msleep(10) with usleep_range(10000, 11000)Andrey Konovalov1-3/+3
2020-07-19media: tw68: Replace http links with https onesAlexander A. Klimov1-1/+1
2020-07-19media: tw5864-core: Replace http links with https onesAlexander A. Klimov1-1/+1
2020-07-19media: rtl2832_sdr: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-19media: ivtv: Replace http links with https onesAlexander A. Klimov1-1/+1
2020-07-19media: imon: Replace http links with https onesAlexander A. Klimov1-1/+1
2020-07-19media: cx18: Replace http links with https onesAlexander A. Klimov1-1/+1
2020-07-19media: vimc: Add a control to display info on test imageKaaira Gupta4-0/+84
2020-07-19media: tpg: Add function to return colors' order of test imageKaaira Gupta1-2/+28
2020-07-19media: tpg: change char argument to const charKaaira Gupta1-5/+5
2020-07-19media: vpss: clean up resources in initEvgeny Novikov1-4/+16
2020-07-19media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.cLaurent Pinchart4-682/+713
2020-07-19media: ti-vpe: cal: Move CAL I/O accessors to cal.hLaurent Pinchart3-150/+169
2020-07-19media: ti-vpe: cal: Split video node handling to cal-video.cLaurent Pinchart4-1063/+1137