aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-30V4L/DVB (11051): v4l-dvb: replace remaining references to the old mailinglist.Hans Verkuil1-1/+1
2009-03-30V4L/DVB (10961): radio-terratec: remove linux/delay.h which hadn't been used.Alexey Klimov1-1/+0
2009-03-30V4L/DVB (10959): radio: remove uaccess includeHans Verkuil14-14/+0
2009-03-30V4L/DVB (10946): radio-rtrack2: fix double mutex_unlockAlexey Klimov1-1/+0
2009-03-30V4L/DVB (10894): ISA radio drivers: improve kernel log messageHans Verkuil6-6/+7
2009-03-30V4L/DVB (10893): radio-zoltrix: convert to v4l2_device.Hans Verkuil1-201/+178
2009-03-30V4L/DVB (10892): radio-typhoon: convert to v4l2_device.Hans Verkuil1-209/+141
2009-03-30V4L/DVB (10891): radio-trust: convert to v4l2_device.Hans Verkuil1-165/+179
2009-03-30V4L/DVB (10890): radio-terratec: convert to v4l2_device.Hans Verkuil1-163/+147
2009-03-30V4L/DVB (10889): radio-sf16fmr2: convert to v4l2_device.Hans Verkuil1-197/+175
2009-03-30V4L/DVB (10888): radio-sf16fmi: convert to v4l2_device.Hans Verkuil1-149/+135
2009-03-30V4L/DVB (10887): radio-rtrack2: convert to v4l2_device.Hans Verkuil1-149/+129
2009-03-30V4L/DVB (10886): radio-maxiradio: convert to v4l2_device.Hans Verkuil1-189/+186
2009-03-30V4L/DVB (10885): radio-maestro: convert to v4l2_device.Hans Verkuil1-174/+164
2009-03-30V4L/DVB (10884): radio-gemtek: convert to v4l2_device.Hans Verkuil1-210/+187
2009-03-30V4L/DVB (10883): radio-gemtek-pci: convert to v4l2_device.Hans Verkuil1-170/+160
2009-03-30V4L/DVB (10882): radio-cadet: convert to v4l2_device.Hans Verkuil1-300/+295
2009-03-30V4L/DVB (10881): radio-aztech: convert to v4l2_device.Hans Verkuil1-198/+181
2009-03-30V4L/DVB (10880): radio-aimslab: convert to v4l2_device.Hans Verkuil1-181/+167
2009-03-30V4L/DVB (10534): Output HW/SW version from scratchpadTobias Lorenz1-34/+75
2009-03-30V4L/DVB (10531): Code rearrangements in preparation for other report typesTobias Lorenz1-55/+67
2009-03-30V4L/DVB (10530): Documentation and code cleanupsTobias Lorenz1-5/+6
2009-03-30V4L/DVB (10465): dsbr100: Add few lost mutex locks.Alexey Klimov1-0/+6
2009-03-30V4L/DVB (10464): radio-si470x: use usb_make_path in usb-radio driversAlexey Klimov1-1/+3
2009-03-30V4L/DVB (10463): radio-mr800: fix checking of retval after usb_bulk_msgAlexey Klimov1-3/+3
2009-03-30V4L/DVB (10462): radio-mr800: increase version and add commentsAlexey Klimov1-15/+17
2009-03-30V4L/DVB (10461): radio-mr800: add few lost mutex locksAlexey Klimov1-0/+5
2009-03-30V4L/DVB (10460): radio-mr800: add stereo supportAlexey Klimov1-2/+79
2009-03-30V4L/DVB (10459): radio-mr800: fix amradio_set_freqAlexey Klimov1-2/+3
2009-03-30V4L/DVB (10458): radio-mr800: move radio start and stop in one functionAlexey Klimov1-43/+21
2009-03-30V4L/DVB (10457): radio-mr800: add more dev_err messages in probeAlexey Klimov1-3/+7
2009-03-30V4L/DVB (10456): radio-mr800: place dev_err instead of dev_warnAlexey Klimov1-1/+1
2009-03-30V4L/DVB (10455): radio-mr800: codingstyle cleanupsAlexey Klimov1-11/+25
2009-03-30V4L/DVB (10316): v4l/dvb: use usb_make_path in usb-radio driversAlexey Klimov2-2/+6
2009-03-24v4l: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+2
2009-02-17V4L/DVB (10533): fix LED status outputTobias Lorenz1-1/+33
2009-02-17V4L/DVB (10532): Correction of Stereo detection/setting and signal strength indicationTobias Lorenz1-8/+13
2009-01-29V4L/DVB (10317): radio-mr800: fix radio->muted and radio->stereoAlexey Klimov1-6/+6
2009-01-02V4L/DVB (10157): Add USB ID for the Sil4701 radio from DealExtremeMark Lord1-0/+4
2009-01-02V4L/DVB (10155): Add TEA5764 radio driverFabio Belavenuto3-0/+654
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil17-123/+55
2008-12-30V4L/DVB (10062): dsbr100: change return values in 3 functionsAlexey Klimov1-10/+10
2008-12-30V4L/DVB (10061): dsbr100: increase driver versionAlexey Klimov1-2/+6
2008-12-30V4L/DVB (10060): dsbr100: fix and add right commentsAlexey Klimov1-11/+10
2008-12-30V4L/DVB (10059): dsbr100: dev_err instead of dev_warnAlexey Klimov1-1/+1
2008-12-30V4L/DVB (10058): dsbr100: fix codingstyle, add dev_err messagesAlexey Klimov1-47/+137
2008-12-30V4L/DVB (10057): dsbr100: place dev_warn instead of printkAlexey Klimov1-1/+2
2008-12-30V4L/DVB (10054): dsbr100: fix unplug oopsAlexey Klimov1-29/+77
2008-12-30V4L/DVB (10053): radio-mr800: disable autosuspend supportAlexey Klimov1-1/+1
2008-12-30V4L/DVB (10052): radio-mr800: correct unplug, fix to previous patchAlexey Klimov1-19/+19