aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-21/+22
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 Torvalds32-179/+80
2020-08-06media: meye: fix missing pm_mchip_mode fieldHans Verkuil1-2/+0
2020-08-06media: saa7164: use generic power managementVaibhav Gupta1-3/+0
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: 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: ivtv: 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: pci: dt3155: fix spelling mistakeFlavio Suligoi2-2/+2
2020-07-19media: solo6x10: replace http references with httpsAlexander A. Klimov16-16/+16
2020-07-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck1-1/+1
2020-07-04media: cx23888: remove unused functionsSean Young1-20/+0
2020-06-23media: budget-core: Improve exception handling in budget_register()Chuhong Yuan1-3/+8
2020-06-23media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA value in debiirq()Jia-Ju Bai1-2/+3
2020-06-15sched,ivtv: Convert to sched_set_fifo*()Peter Zijlstra1-3/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport3-3/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport3-3/+3
2020-06-03Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds22-57/+395
2020-06-02ivtv: convert get_user_pages() --> pin_user_pages()John Hubbard3-26/+14
2020-05-12media: mantis_dvb: remove redundant initialization to variable resultColin Ian King1-1/+1
2020-05-06media: pci: Fill v4l2_fmtdesc with designated initializersLaurent Pinchart2-18/+30
2020-04-21media: cx23885: Add i2c device analog tuner supportBrad Love1-12/+76
2020-04-21media: cx23885: Add analog frontend to HVR5525Brad Love3-0/+21
2020-04-21media: cx23885: Add analog frontend to 1265_K4Brad Love2-1/+12
2020-04-21media: cx23885: Add analog frontend to Hauppauge QuadHDBrad Love3-5/+54
2020-04-14media: pci: saa7134: convert to use i2c_new_client_device()Wolfram Sang1-1/+1
2020-04-14media: pci: cx88: convert to use i2c_new_client_device()Wolfram Sang3-4/+3
2020-04-14Revert "media: Kconfig: better support hybrid TV devices"Mauro Carvalho Chehab7-18/+13
2020-04-14media: docs: move driver-specific info to driver-apiMauro Carvalho Chehab1-2/+2
2020-04-14media: docs: move user-facing docs to the admin guideMauro Carvalho Chehab2-2/+2
2020-04-14media: docs: cx18-streams.c: fix broken references to docsMauro Carvalho Chehab1-2/+2
2020-04-14media: Kconfig files: use select for V4L2 subdevs and MCMauro Carvalho Chehab3-6/+8
2020-04-14media: Kconfig: fix selection for test driversMauro Carvalho Chehab1-5/+5
2020-04-14media: Kconfig: better support hybrid TV devicesMauro Carvalho Chehab7-13/+19
2020-04-14media: Kconfig: mark other drivers as test driversMauro Carvalho Chehab1-0/+1
2020-04-14media: ddbridge: use the ddbridge's own dummy fe driverMauro Carvalho Chehab5-157/+3
2020-04-14media: ddbridge-dummy_fe: do some vars and function renamesMauro Carvalho Chehab2-83/+83
2020-04-14media: ddbridge: copy the dvb_dummy_fe driver to ddbridgeMauro Carvalho Chehab2-0/+322
2020-04-14media: pci: move VIDEO_PCI_SKELETON to a different KconfigMauro Carvalho Chehab1-0/+10
2020-03-30Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+2
2020-02-24media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil26-37/+37
2020-02-14drivers: media: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-3/+2
2020-01-31Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds27-353/+126