summaryrefslogtreecommitdiffstats
path: root/drivers/media
Commit message (Expand)AuthorAgeFilesLines
* [media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab2015-11-1791-104/+104
* [media] dvb_frontend.h: improve documentation for struct dvb_tuner_opsMauro Carvalho Chehab2015-11-171-15/+25
* [media] dvb_frontend: get rid of set_state ops & related dataMauro Carvalho Chehab2015-11-172-24/+0
* [media] stb6100: get rid of get_state()/set_state()Mauro Carvalho Chehab2015-11-173-72/+54
* [media] tda6655: get rid of get_state()/set_state()Mauro Carvalho Chehab2015-11-171-36/+0
* [media] tda8261: don't use set_state/get_state callbacksMauro Carvalho Chehab2015-11-172-99/+63
* [media] tda666x: add support for set_parms() and get_frequency()Mauro Carvalho Chehab2015-11-171-0/+20
* [media] tda665x: split set_frequency from set_stateMauro Carvalho Chehab2015-11-171-76/+85
* [media] stb6100: get rid of tuner_state at struct stb6100_stateMauro Carvalho Chehab2015-11-172-6/+4
* [media] dvb_frontend.h: get rid of unused tuner params/statesMauro Carvalho Chehab2015-11-172-27/+7
* [media] dvb_frontend.h: Document suspend/resume functionsMauro Carvalho Chehab2015-11-171-2/+38
* [media] dvb_frontend: resume tone and voltageMauro Carvalho Chehab2015-11-171-0/+5
* [media] demux.h: Some documentation fixups for the headerMauro Carvalho Chehab2015-11-171-13/+13
* [media] dvb_frontend.h: Add a description for the headerMauro Carvalho Chehab2015-11-171-0/+23
* [media] dvb_frontend: document the most used functionsMauro Carvalho Chehab2015-11-171-3/+40
* [media] Document the obscure dvb_frontend_reinitialise()Mauro Carvalho Chehab2015-11-171-1/+14
* [media] dvb: document dvb_frontend_sleep_until()Mauro Carvalho Chehab2015-11-172-5/+34
* [media] device-drivers.tmpl: better organize DVB function callsMauro Carvalho Chehab2015-11-161-2/+2
* [media] demux.h: move documentation overview from device-drivers.tmplMauro Carvalho Chehab2015-11-161-2/+65
* [media] ivtv: avoid going past input/audio arrayMauro Carvalho Chehab2015-11-161-1/+1
* [media] Revert "[media] ivtv: avoid going past input/audio array"Mauro Carvalho Chehab2015-11-161-2/+2
* netup_unidvb: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* cx23885: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* cx25821: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* cx88: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-103-3/+3
* saa7134: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* saa7164: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* tw68-core: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig2015-11-101-1/+1
* remove abs64()Andrew Morton2015-11-091-1/+1
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-063-3/+3
* Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds2015-11-052-2/+0
|\
| *-. Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown2015-11-042-2/+0
| |\ \
| | | * spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-282-2/+0
| | |/
* | | Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2015-11-05207-5014/+6717
|\ \ \ | |/ / |/| |
| * | [media] c8sectpfe: Remove select on CONFIG_FW_LOADER_USER_HELPER_FALLBACKTakashi Iwai2015-10-201-1/+0
| * | [media] ivtv: Convert to get_user_pages_unlocked()Jan Kara2015-10-201-6/+6
| * | [media] media/v4l2-ctrls: fix setting autocluster to manual with VIDIOC_S_CTRLAntonio Ospite2015-10-201-1/+1
| * | [media] hackrf: do not set human readable name for formatsAntti Palosaari2015-10-201-3/+0
| * | [media] hackrf: add support for transmitterAntti Palosaari2015-10-201-276/+638
| * | [media] hackrf: switch to single function which configures everythingAntti Palosaari2015-10-201-148/+175
| * | [media] hackrf: add control for RF amplifierAntti Palosaari2015-10-201-1/+25
| * | [media] v4l: add type field to v4l2_modulator structAntti Palosaari2015-10-201-1/+17
| * | [media] v4l2: add support for SDR transmitterAntti Palosaari2015-10-204-3/+42
| * | [media] v4l2: add RF gain controlAntti Palosaari2015-10-201-0/+2
| * | [media] v4l2: rename V4L2_TUNER_ADC to V4L2_TUNER_SDRAntti Palosaari2015-10-201-3/+3
| * | [media] media/vivid-osd: fix info leak in ioctlSalva Peiró2015-10-201-0/+1
| * | [media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2Junghak Sung2015-10-203-1793/+1825
| * | [media] media: videobuf2: Prepare to divide videobuf2Junghak Sung2015-10-204-181/+399
| * | [media] media: videobuf2: Replace v4l2-specific data with vb2 dataJunghak Sung2015-10-201-61/+70
| * | [media] media: videobuf2: Change queue_setup argumentJunghak Sung2015-10-2073-79/+110
OpenPOWER on IntegriCloud