summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci
Commit message (Expand)AuthorAgeFilesLines
* media: ipu3-cio2: Add support for instantiating i2c-clients for VCMsHans de Goede2021-12-162-2/+69
* media: ipu3-cio2: Call cio2_bridge_init() before anything elseHans de Goede2021-12-161-5/+5
* media: ipu3-cio2: Defer probing until the PMIC is fully setupHans de Goede2021-12-161-0/+37
* media: ivtv: no need to initialise statics to 0Jason Wang2021-12-141-1/+1
* media: saa7146: remove redundant assignments of i to zeroColin Ian King2021-12-141-2/+1
* media: saa7146: hexium_gemini: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang2021-12-141-1/+6
* media: pt3: Switch to using functions pcim_* and devm_*Evgeny Novikov2021-12-141-44/+14
* media: bttv: use DEVICE_ATTR_RO() helper macroZhen Lei2021-12-071-2/+2
* media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach()Zhou Qingyang2021-12-071-1/+7
* media: saa7146: hexium_orion: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang2021-12-071-1/+7
* media: ipu3-cio2: Add INT347A to cio2-bridgeDaniel Scally2021-11-301-0/+2
* media: ipu3-cio2: Add link freq for INT33BE entryDaniel Scally2021-11-301-1/+1
* media: ipu3-cio2: Toggle sensor streaming in pm runtime opsDaniel Scally2021-11-301-1/+16
* media: cobalt: drop an unused variableMauro Carvalho Chehab2021-11-291-4/+1
* media: solo6x10: mark unused functions as suchMauro Carvalho Chehab2021-11-291-6/+6
* media: saa7134-go7007: get rid of to_state() functionMauro Carvalho Chehab2021-11-291-6/+1
* media: cx18: drop an unused macroMauro Carvalho Chehab2021-11-221-6/+0
* media: ivtv: drop an unused macroMauro Carvalho Chehab2021-11-221-6/+0
* media: cx25821: drop duplicated i2c_slave_did_ack()Mauro Carvalho Chehab2021-11-221-7/+0
* media: b2c2: Add missing check in flexcop_pci_isr:Zheyu Ma2021-11-191-0/+3
* media: tw5864: Disable PCI device when finishedKieran Bingham2021-11-151-0/+1
* media: tw5864: Simplify 'tw5864_finidev()'Christophe JAILLET2021-11-151-3/+1
* media: ipu3-cio2: fix error code in cio2_bridge_connect_sensor()Dan Carpenter2021-11-151-1/+3
* media: ivtv: fix build for UMLRandy Dunlap2021-10-191-2/+2
* media: saa7134: Add support for Leadtek WinFast HDTV200 HScott K Logan2021-10-193-0/+83
* media: ipu3-cio2 Check num_planes and sizes in queue_setupRicardo Ribalda2021-10-081-2/+6
* media: ipu3-cio2: Parse sensor orientation and rotationFabian Wüthrich2021-10-082-5/+64
* media: cx23885: Fix snd_card_free call on null card pointerColin Ian King2021-09-301-1/+2
* media: saa7164: Remove redundant assignment of pointer tColin Ian King2021-09-301-2/+0
* media: ivtv: don't allow negative resolutions as module parametersDan Carpenter2021-09-301-4/+4
* media: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-3010-33/+34
* media: pci/ivtv: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-305-30/+41
* media: ipu3-cio2: Introduce to_cio2_device() helper macroAndy Shevchenko2021-09-302-6/+5
* media: ipu3-cio2: Introduce to_cio2_buffer() helper macroAndy Shevchenko2021-09-302-6/+5
* media: ipu3-cio2: Introduce to_sensor_asd() helper macroAndy Shevchenko2021-09-301-5/+5
* media: ipu3-cio2: Switch to use media_entity_to_video_device()Andy Shevchenko2021-09-301-3/+3
* media: ipu3-cio2: Use temporary storage for struct device pointerAndy Shevchenko2021-09-301-71/+67
* media: ipu3-cio2: Replace open-coded for_each_set_bit()Andy Shevchenko2021-09-301-39/+36
* media: netup_unidvb: handle interrupt properly according to the firmwareZheyu Ma2021-09-301-11/+16
* media: Rename V4L2_PIX_FMT_HM12 to V4L2_PIX_FMT_NV12_16L16Ezequiel Garcia2021-09-303-10/+10
* media: v4l: async: Rename async nf functions, clean up long linesSakari Ailus2021-09-301-8/+9
* Merge tag 'media/v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2021-09-016-36/+64
|\
| * Merge tag 'v5.14-rc4' into media_treeMauro Carvalho Chehab2021-08-053-11/+11
| |\
| * | media: saa7164: remove redundant continue statementColin Ian King2021-07-121-3/+0
| * | media: saa7134: convert list_for_each to entry variantYang Yingliang2021-07-121-3/+1
| * | media: saa7134: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-07-121-3/+4
| * | media: drivers/media/pci/tw5864/Tw5864-reg.h: fix typo issuesHerman2021-07-121-1/+1
| * | media: ivtv: prevent going past the hw arraysMauro Carvalho Chehab2021-07-122-26/+58
* | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-011-2/+1
|\ \ \
| * \ \ Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-273-11/+11
| |\ \ \ | | | |/ | | |/|