summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
Commit message (Expand)AuthorAgeFilesLines
* [media] msi3101: correct max videobuf2 allocAntti Palosaari2013-09-241-1/+7
* [media] msi3101: Kconfig select VIDEOBUF2_VMALLOCAntti Palosaari2013-09-241-0/+1
* [media] msi3101: msi3101_ioctl_ops can be staticFengguang Wu2013-09-241-1/+1
* [media] msi3101: Fix compilation on i386Mauro Carvalho Chehab2013-08-241-3/+6
* [media] msi3101: few improvements for RF tunerAntti Palosaari2013-08-201-28/+41
* [media] msi3101: change stream format 384Antti Palosaari2013-08-201-3/+6
* [media] msi3101: implement stream format 504Antti Palosaari2013-08-201-2/+92
* [media] msi3101: a lot of small cleanupsAntti Palosaari2013-08-201-101/+40
* [media] msi3101: changes for tuner PLL freq limitsAntti Palosaari2013-08-201-3/+3
* [media] msi3101: add stream format 336 I+Q pairs per frameAntti Palosaari2013-08-201-0/+95
* [media] msi3101: fix overflow in freq settingAntti Palosaari2013-08-201-3/+3
* [media] msi3101: init bits 23:20 on PLL registerAntti Palosaari2013-08-201-1/+11
* [media] msi3101: add support for stream format "252" I+Q per frameAntti Palosaari2013-08-201-14/+125
* [media] msi3101: improve tuner synth calc step sizeAntti Palosaari2013-08-201-17/+27
* [media] msi3101: correct ADC sampling rate calc a little bitAntti Palosaari2013-08-201-15/+8
* [media] msi3101: add debug dump for unknown stream dataAntti Palosaari2013-08-201-3/+12
* [media] msi3101: add 2040:d300 Hauppauge WinTV 133559 LFAntti Palosaari2013-08-201-0/+1
* [media] msi3101: fix stream re-start haltAntti Palosaari2013-08-201-3/+6
* [media] msi3101: enhance sampling resultsAntti Palosaari2013-08-201-53/+67
* [media] msi3101: add sampling mode controlAntti Palosaari2013-08-201-3/+18
* [media] msi3101: fix sampling rate calculationAntti Palosaari2013-08-201-27/+31
* [media] msi3101: sample is correct term for sampleAntti Palosaari2013-08-201-16/+16
* [media] Mirics MSi3101 SDR Dongle driverAntti Palosaari2013-08-205-0/+1625
* [media] staging: lirc: clean error handling in probe()Dan Carpenter2013-07-291-42/+14
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-1310-95/+107
|\
| * [media] go7007: fix return 0 for unsupported devices in go7007_usb_probe()Alexey Khoroshilov2013-06-211-2/+2
| * Merge branch 'linus' into patchworkMauro Carvalho Chehab2013-06-203-3/+7
| |\
| * | [media] davinci_vpfe: Clean up media entity after unregistering subdevSakari Ailus2013-06-195-14/+14
| * | [media] staging/media: lirc_imon: fix leaks in imon_probe()Alexey Khoroshilov2013-06-171-3/+4
| * | [media] solo6x10: reimplement SAA712x setup routineIsmael Luceno2013-06-171-46/+66
| * | [media] dt3155v4l: remove deprecated current_normHans Verkuil2013-06-171-1/+0
| * | [media] media: Rename media_entity_remote_source to media_entity_remote_padAndrzej Hajda2013-06-081-6/+6
| * | [media] solo6x10: Approximate frame intervals with non-standard denominatorIsmael Luceno2013-05-211-23/+15
* | | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-031-1/+2
|\ \ \
| * | | console/font: Refactor font support code selection logicGeert Uytterhoeven2013-06-231-0/+2
| * | | Revert "staging/solo6x10: depend on CONFIG_FONTS"Geert Uytterhoeven2013-06-231-1/+0
* | | | Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman2013-06-243-3/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-06-183-3/+6
| |\ \ \ | | |/ / | |/| |
| | * | [media] staging/solo6x10: select the desired fontXiong Zhou2013-05-271-0/+1
| | * | [media] drivers/staging: davinci: vpfe: fix dependency for building the driverLad, Prabhakar2013-05-271-1/+1
| | * | [media] davinci: vpfe: fix error return code in vpfe_probe()Wei Yongjun2013-05-211-2/+4
* | | | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-1/+0
|/ / /
* | | staging/solo6x10: depend on CONFIG_FONTSArnd Bergmann2013-05-161-0/+1
| |/ |/|
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-021-5/+2
|\ \ | |/ |/|
| * i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen2013-04-021-5/+2
* | [media] solo6x10: Fix pixelformat accepted/reported by the encoderIsmael Luceno2013-04-221-11/+32
* | [media] go7007: dubious one-bit signed bitfieldsDan Carpenter2013-04-221-2/+2
* | [media] solo6x10: Update the encoder mode on VIDIOC_S_FMTIsmael Luceno2013-04-221-0/+1
* | [media] staging/media: fix go7007 dependencies and buildRandy Dunlap2013-04-161-1/+1
* | [media] dt3155v4l: fix timestamp handlingHans Verkuil2013-04-141-1/+3
OpenPOWER on IntegriCloud