summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2016-02-20saa7134-alsa: Only frees registered sound cardsMauro Carvalho Chehab1-1/+4
2016-02-20Revert "[media] ivtv: avoid going past input/audio array"Mauro Carvalho Chehab1-2/+2
2016-02-20media/v4l2-ctrls: fix setting autocluster to manual with VIDIOC_S_CTRLAntonio Ospite1-1/+1
2016-02-20media: vb2 dma-sg: Fully cache synchronise buffers in prepare and finishTiffany Lin1-2/+3
2016-02-20media: vb2 dma-contig: Fully cache synchronise buffers in prepare and finishTiffany Lin1-2/+3
2016-02-20media: v4l2-ctrls: Fix 64bit support in get_ctrl()Benoit Parrot1-3/+3
2016-02-20v4l2-ctrls: arrays are also considered compound controlsHans Verkuil1-2/+2
2016-02-20c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACKTakashi Iwai1-1/+0
2016-02-20v4l2-compat-ioctl32: fix alignment for ARM64Andrzej Hajda1-4/+5
2016-02-20vivid: Fix iteration in driver removal pathEzequiel Garcia1-1/+4
2016-02-20media: i2c: Don't export ir-kbd-i2c module aliasJavier Martinez Canillas1-1/+0
2016-01-31media/vivid-osd: fix info leak in ioctlSalva Peiró1-0/+1
2016-01-31airspy: increase USB control message buffer sizeAntti Palosaari1-1/+1
2015-12-15cobalt: fix Kconfig dependencyHans Verkuil1-1/+1
2015-10-22[media] m88ds3103: use own reg update_bits() implementationAntti Palosaari1-26/+47
2015-10-22[media] rtl28xxu: fix control message flawsAntti Palosaari2-3/+14
2015-10-22[media] v4l2-flash-led-class: Add missing VIDEO_V4L2 Kconfig dependencyJacek Anaszewski1-1/+1
2015-10-22[media] netup_unidvb: fix potential crash when spi is NULLAbylay Ospan1-8/+4
2015-10-22[media] si2168: Bounds check firmwareLaura Abbott1-0/+4
2015-10-22[media] si2157: Bounds check firmwareLaura Abbott1-0/+4
2015-10-22[media] ir-hix5hd2: drop the use of IRQF_NO_SUSPENDSudeep Holla1-1/+1
2015-10-22[media] c8sectpfe: fix return of garbageSudip Mukherjee1-2/+2
2015-10-22[media] c8sectpfe: fix ininitialized error return on firmware load failureColin Ian King1-2/+1
2015-10-22[media] lnbh25: Fix lnbh25_attach() function return typeJavier Martinez Canillas1-1/+1
2015-10-22[media] horus3a: Fix horus3a_attach() function parametersJavier Martinez Canillas1-2/+2
2015-09-12Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds8-445/+164
2015-09-10mm: mark most vm_operations_struct constKirill A. Shutemov1-1/+1
2015-09-06Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds235-3379/+17131
2015-09-05genalloc: add name arg to gen_pool_get() and devm_gen_pool_create()Vladimir Zapolskiy1-1/+1
2015-09-04Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-1/+1
2015-09-03[media] c8sectpfe: Remove select on undefined LIBELF_32Peter Griffin1-1/+0
2015-09-03[media] i2c: fix platform_no_drv_owner.cocci warningsFengguang Wu1-1/+0
2015-09-03[media] cx231xx: Use wake_up_interruptible() instead of wake_up_interruptible...Steven Rostedt1-2/+2
2015-09-03[media] tc358743: only queue subdev notifications if devnode is setPhilipp Zabel1-1/+2
2015-09-03[media] tc358743: add missing Kconfig dependency/selectHans Verkuil1-1/+2
2015-09-03[media] c8sectpfe: Use %pad to print 'dma_addr_t'Fabio Estevam1-2/+2
2015-09-03[media] tc358743: make reset gpio optionalUwe Kleine-König1-2/+4
2015-09-03[media] tc358743: set direction of reset gpio using devm_gpiod_getUwe Kleine-König1-2/+1
2015-09-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds4-4/+4
2015-08-23[media] dvbdev: document most of the functions/data structsMauro Carvalho Chehab1-17/+99
2015-08-22[media] dvb_frontend.h: document the struct dvb_frontendMauro Carvalho Chehab1-0/+19
2015-08-22[media] dvb-frontend.h: document struct dtv_frontend_propertiesMauro Carvalho Chehab1-14/+91
2015-08-22[media] dvb-frontend.h: document struct dvb_frontend_opsMauro Carvalho Chehab1-1/+85
2015-08-22[media] dvb: Use DVBFE_ALGO_HW where applicableMauro Carvalho Chehab3-3/+2
2015-08-22[media] dvb_frontend.h: document struct analog_demod_opsMauro Carvalho Chehab1-0/+27
2015-08-22[media] dvb_frontend.h: Document struct dvb_tuner_opsMauro Carvalho Chehab1-1/+47
2015-08-22[media] Docbook: Document struct analog_parametersMauro Carvalho Chehab1-4/+18
2015-08-22[media] dvb_frontend.h: get rid of dvbfe_modcodMauro Carvalho Chehab1-36/+0
2015-08-22[media] add documentation for struct dvb_tuner_infoMauro Carvalho Chehab1-0/+14
2015-08-22[media] dvb_frontend: document dvb_frontend_tune_settingsMauro Carvalho Chehab1-0/+9