aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-18Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds4-12/+16
2013-11-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds5-7/+6
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2-7/+7
2013-11-08[media] radio-si470x-i2c: fix a warning on ia64Mauro Carvalho Chehab1-2/+2
2013-11-07[media] tef6862: fix warning on avr32 archMauro Carvalho Chehab1-10/+10
2013-11-07[media] radio-shark: remove a warning when CONFIG_PM is not definedMauro Carvalho Chehab2-0/+4
2013-10-17[media] radio-si4713: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-17[media] media: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-10-15[media] radio-keene: fix sparse warningHans Verkuil1-1/+1
2013-10-15[media] fmdrv_common: fix sparse warningHans Verkuil1-1/+1
2013-10-14[media] radio-sf16fmr2: Remove redundant dev_set_drvdataSachin Kamat1-1/+0
2013-10-14[media] snd_tea575x: precedence bug in fmr2_tea575x_get_pins()Dan Carpenter1-2/+2
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+1
2013-08-21[media] radio-si470x-usb: Remove software version checkHans de Goede1-11/+0
2013-08-18[media] tea575x: Move from sound to mediaOndrej Zary3-3/+594
2013-08-18[media] tea575x: Move header from sound to mediaOndrej Zary3-3/+3
2013-07-26[media] radio-aztech: Implement signal strength detection and fix stereo detectionOndrej Zary1-9/+4
2013-07-26[media] radio-aztech: Convert to generic lm7000 implementationOndrej Zary1-44/+24
2013-07-26[media] drivers/media/radio/radio-maxiradio: Convert to module_pci_driverLibo Chen1-12/+1
2013-06-28[media] wl128x: add missing struct v4l2_deviceHans Verkuil2-0/+10
2013-06-21[media] radio-sf16fmi: Set frequency during initOndrej Zary1-8/+17
2013-06-21[media] radio-sf16fmi: Add module name to bus_infoOndrej Zary1-1/+1
2013-06-20Merge branch 'linus' into patchworkMauro Carvalho Chehab2-1/+2
2013-06-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-1/+2
2013-06-17[media] radio-sf16fmi: add control event and prio supportHans Verkuil1-0/+8
2013-06-17[media] radio-sf16fmi: convert to the control frameworkHans Verkuil1-31/+25
2013-06-17[media] radio-sf16fmi: clamp frequencyHans Verkuil1-6/+5
2013-06-17[media] radio-sf16fmi: add device_caps support to querycapHans Verkuil1-1/+2
2013-06-17[media] radio-sf16fmi: remove audio/input ioctlsHans Verkuil1-30/+0
2013-06-17[media] tef6862: clamp frequencyHans Verkuil1-4/+6
2013-06-17[media] radio-timb: add control events and prio supportHans Verkuil1-0/+9
2013-06-17[media] radio-timb: actually load the requested subdevsHans Verkuil1-4/+9
2013-06-17[media] radio-timb: convert to the control frameworkHans Verkuil1-24/+0
2013-06-17[media] radio-timb: add device_caps support, remove input/audio ioctlsHans Verkuil1-33/+2
2013-06-17[media] radio-tea5764: some cleanups and clamp frequency when out-of-rangeHans Verkuil1-11/+13
2013-06-17[media] radio-tea5764: add prio and control event supportHans Verkuil1-0/+8
2013-06-17[media] radio-tea5764: add device_caps supportHans Verkuil1-1/+2
2013-06-17[media] radio-tea5764: audio and input ioctls do not apply to radio devicesHans Verkuil1-37/+0
2013-06-17[media] radio-tea5764: convert to the control frameworkHans Verkuil1-53/+26
2013-06-17[media] radio-tea5764: embed struct video_deviceHans Verkuil1-17/+10
2013-06-17[media] radio-tea5764: add support for struct v4l2_deviceHans Verkuil1-5/+17
2013-06-17[media] saa7706h: convert to the control frameworkHans Verkuil1-27/+29
2013-06-17[media] radio: remove g_chip_ident opHans Verkuil2-24/+0
2013-06-17[media] v4l2: remove g_chip_ident from bridge drivers where it is easy to do soHans Verkuil1-11/+0
2013-06-13[media] radio-keene: add delay in order to settle hardwareAntti Palosaari1-0/+2
2013-06-13[media] radio-keene: set initial frequencyHans Verkuil1-2/+3
2013-05-21[media] wl128x: do not call copy_to_user() while holding spinlocksAlexey Khoroshilov1-10/+14
2013-05-21[media] radio-si476x: depend on SND_SOCArnd Bergmann1-0/+1
2013-05-21[media] v4l2: SI476X MFD - Do not use binary constantsGeert Uytterhoeven1-1/+1
2013-04-30Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds22-1077/+2009