summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+1
|\
| * PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
* | Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-08-0732-179/+80
|\ \
| * | media: meye: fix missing pm_mchip_mode fieldHans Verkuil2020-08-061-2/+0
| * | media: saa7164: use generic power managementVaibhav Gupta2020-08-061-3/+0
| * | media: tw68: use generic power managementVaibhav Gupta2020-07-191-19/+11
| * | media: meye: use generic power managementVaibhav Gupta2020-07-191-10/+5
| * | media: cx88: use generic power managementVaibhav Gupta2020-07-191-44/+16
| * | media: cx25821: use generic power managementVaibhav Gupta2020-07-191-3/+0
| * | media: cx23885: use generic power managementVaibhav Gupta2020-07-191-3/+0
| * | media: sta2x11: use generic power managementVaibhav Gupta2020-07-191-48/+15
| * | media: tw68: Replace http links with https onesAlexander A. Klimov2020-07-191-1/+1
| * | media: tw5864-core: Replace http links with https onesAlexander A. Klimov2020-07-191-1/+1
| * | media: ivtv: Replace http links with https onesAlexander A. Klimov2020-07-191-1/+1
| * | media: cx18: Replace http links with https onesAlexander A. Klimov2020-07-191-1/+1
| * | media: pci: dt3155: fix spelling mistakeFlavio Suligoi2020-07-192-2/+2
| * | media: solo6x10: replace http references with httpsAlexander A. Klimov2020-07-1916-16/+16
| * | media: cx23888: remove unused functionsSean Young2020-07-041-20/+0
| * | media: budget-core: Improve exception handling in budget_register()Chuhong Yuan2020-06-231-3/+8
| * | media: pci: ttpci: av7110: fix possible buffer overflow caused by bad DMA val...Jia-Ju Bai2020-06-231-2/+3
| |/
* / sched,ivtv: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-3/+1
|/
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-093-3/+3
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-093-3/+3
* Merge tag 'media/v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-06-0322-57/+395
|\
| * media: mantis_dvb: remove redundant initialization to variable resultColin Ian King2020-05-121-1/+1
| * media: pci: Fill v4l2_fmtdesc with designated initializersLaurent Pinchart2020-05-062-18/+30
| * media: cx23885: Add i2c device analog tuner supportBrad Love2020-04-211-12/+76
| * media: cx23885: Add analog frontend to HVR5525Brad Love2020-04-213-0/+21
| * media: cx23885: Add analog frontend to 1265_K4Brad Love2020-04-212-1/+12
| * media: cx23885: Add analog frontend to Hauppauge QuadHDBrad Love2020-04-213-5/+54
| * media: pci: saa7134: convert to use i2c_new_client_device()Wolfram Sang2020-04-141-1/+1
| * media: pci: cx88: convert to use i2c_new_client_device()Wolfram Sang2020-04-143-4/+3
| * Revert "media: Kconfig: better support hybrid TV devices"Mauro Carvalho Chehab2020-04-147-18/+13
| * media: docs: move driver-specific info to driver-apiMauro Carvalho Chehab2020-04-141-2/+2
| * media: docs: move user-facing docs to the admin guideMauro Carvalho Chehab2020-04-142-2/+2
| * media: docs: cx18-streams.c: fix broken references to docsMauro Carvalho Chehab2020-04-141-2/+2
| * media: Kconfig files: use select for V4L2 subdevs and MCMauro Carvalho Chehab2020-04-143-6/+8
| * media: Kconfig: fix selection for test driversMauro Carvalho Chehab2020-04-141-5/+5
| * media: Kconfig: better support hybrid TV devicesMauro Carvalho Chehab2020-04-147-13/+19
| * media: Kconfig: mark other drivers as test driversMauro Carvalho Chehab2020-04-141-0/+1
| * media: ddbridge: use the ddbridge's own dummy fe driverMauro Carvalho Chehab2020-04-145-157/+3
| * media: ddbridge-dummy_fe: do some vars and function renamesMauro Carvalho Chehab2020-04-142-83/+83
| * media: ddbridge: copy the dvb_dummy_fe driver to ddbridgeMauro Carvalho Chehab2020-04-142-0/+322
| * media: pci: move VIDEO_PCI_SKELETON to a different KconfigMauro Carvalho Chehab2020-04-141-0/+10
* | ivtv: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-023-26/+14
|/
* Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-03-301-3/+2
|\
| * drivers: media: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-141-3/+2
* | media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-2426-37/+37
|/
* Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-01-3127-353/+126
|\
| * media: pci: smipcie: smipcie-main: convert to use i2c_new_client_device()Wolfram Sang2020-01-091-2/+2