summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
AgeCommit message (Expand)AuthorFilesLines
2020-09-01saa7134: drop unnecessary list_emptyJulia Lawall1-8/+6
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva6-7/+7
2020-08-29media: tw5864: check status of tw5864_frameinterval_getTom Rix1-0/+6
2020-08-29media: tw5864: convert tasklets to use new tasklet_setup() APIAllen Pais1-5/+4
2020-08-29media: ttpci: convert tasklets to use new tasklet_setup() APIAllen Pais3-20/+21
2020-08-29media: smipcie: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+3
2020-08-29media: ngene: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+6
2020-08-29media: mantis: convert tasklets to use new tasklet_setup() APIAllen Pais3-4/+4
2020-08-29media: bt8xx: convert tasklets to use new tasklet_setup() APIAllen Pais1-3/+4
2020-08-29media: pci: cobalt-i2c.c: fix comparison of 0/1 to bool variableDaniel W. S. Almeida1-4/+4
2020-08-29media: pci: cx23855-video.c: remove duplicate argument in 'or'Daniel W. S. Almeida1-1/+1
2020-08-29media: pci: saa7164-core.c: replace if (cond) BUG() with BUG_ON()Daniel W. S. Almeida1-7/+5
2020-08-29media: pci: saa7164-vbi.c: replace if (cond) BUG() with BUG_ON()Daniel W. S. Almeida1-4/+2
2020-08-29media: pci: saa7164-dvb.c: replace if(cond) BUG() with BUG_ON()Daniel W. S. Almeida1-5/+2
2020-08-29media: pci: saa7164.c: Replace if(cond) BUG with BUG_ONDaniel W. S. Almeida1-5/+3
2020-08-29media: cobalt: cobalt-omnitek.c: fix comparison to boolDaniel W. S. Almeida1-1/+1
2020-08-28media: media/pci: use vb2_video_unregister_device()Hans Verkuil8-23/+12
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-08-07Merge tag 'media/v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus 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 val...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/mch...Linus 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