summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio
Commit message (Expand)AuthorAgeFilesLines
...
* V4L/DVB (10316): v4l/dvb: use usb_make_path in usb-radio driversAlexey Klimov2009-03-302-2/+6
* v4l: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-03-241-1/+2
* V4L/DVB (10533): fix LED status outputTobias Lorenz2009-02-171-1/+33
* V4L/DVB (10532): Correction of Stereo detection/setting and signal strength i...Tobias Lorenz2009-02-171-8/+13
* V4L/DVB (10317): radio-mr800: fix radio->muted and radio->stereoAlexey Klimov2009-01-291-6/+6
* V4L/DVB (10157): Add USB ID for the Sil4701 radio from DealExtremeMark Lord2009-01-021-0/+4
* V4L/DVB (10155): Add TEA5764 radio driverFabio Belavenuto2009-01-023-0/+654
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-0217-123/+55
* V4L/DVB (10062): dsbr100: change return values in 3 functionsAlexey Klimov2008-12-301-10/+10
* V4L/DVB (10061): dsbr100: increase driver versionAlexey Klimov2008-12-301-2/+6
* V4L/DVB (10060): dsbr100: fix and add right commentsAlexey Klimov2008-12-301-11/+10
* V4L/DVB (10059): dsbr100: dev_err instead of dev_warnAlexey Klimov2008-12-301-1/+1
* V4L/DVB (10058): dsbr100: fix codingstyle, add dev_err messagesAlexey Klimov2008-12-301-47/+137
* V4L/DVB (10057): dsbr100: place dev_warn instead of printkAlexey Klimov2008-12-301-1/+2
* V4L/DVB (10054): dsbr100: fix unplug oopsAlexey Klimov2008-12-301-29/+77
* V4L/DVB (10053): radio-mr800: disable autosuspend supportAlexey Klimov2008-12-301-1/+1
* V4L/DVB (10052): radio-mr800: correct unplug, fix to previous patchAlexey Klimov2008-12-301-19/+19
* V4L/DVB (9655): radio-mr800: fix unplugAlexey Klimov2008-12-301-8/+54
* V4L/DVB (9540): dsbr100: add disabled controls and fix versionAlexey Klimov2008-12-291-3/+23
* V4L/DVB (9539): dsbr100: add suspend and resumeAlexey Klimov2008-12-291-4/+41
* V4L/DVB (9518): radio-mr800: remove warn, info and err messagesAlexey Klimov2008-12-291-15/+28
* V4L/DVB (9491): rationalise addresses to one common oneAlan Cox2008-12-295-5/+5
* V4L/DVB (9482): Documentation, especially regarding audio and informational l...Tobias Lorenz2008-11-112-13/+14
* V4L/DVB (9350): radio-si470x: add support for kworld usb radioAlexey Klimov2008-11-111-0/+6
* V4L/DVB (9306): dsbr100: Add frequency checkAlexey Klimov2008-10-211-1/+7
* V4L/DVB (9305): radio-mr800: Add BKL for usb_amradio_open()Alexey Klimov2008-10-211-0/+5
* V4L/DVB (9304): dsbr100: CodingStyle issueAlexey Klimov2008-10-211-23/+29
* V4L/DVB (9303): dsbr100: Correct bus_info stringAlexey Klimov2008-10-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2008-10-171-5/+8
|\
| * USB: remove warn() macro from usb media driversGreg Kroah-Hartman2008-10-171-5/+8
* | V4L/DVB (9219): Kernel config comment corrected (radio-silabs -> radio-si470x)Tobias Lorenz2008-10-171-1/+1
* | V4L/DVB (9218): si470x: removement of get/set input/audioTobias Lorenz2008-10-171-68/+4
* | V4L/DVB (9217): si470x: correction of mono/stereo handlingTobias Lorenz2008-10-171-6/+18
* | V4L/DVB (9216): si470x: tuner->type handlingTobias Lorenz2008-10-171-9/+12
* | V4L/DVB (9215): si470x: improvement of unsupported base controlsTobias Lorenz2008-10-171-21/+12
* | V4L/DVB (9214): si470x: improvement of module device supportTobias Lorenz2008-10-171-17/+30
* | V4L/DVB (9213): si470x: module_param access rightsTobias Lorenz2008-10-171-17/+22
|/
* V4L/DVB (9152): radio-zoltrix: Add checking for frequencyAlexey Klimov2008-10-131-4/+13
* V4L/DVB (9151): dsbr100: Add returns and fix codingstyle for vidioc_s_ctrlAlexey Klimov2008-10-131-2/+6
* V4L/DVB (9116): USB: remove info() macro from usb media driversGreg Kroah-Hartman2008-10-121-1/+2
* V4L/DVB (9101): radio-mr800: Add driver for AverMedia MR 800 USB FM radio dev...Alexey Klimov2008-10-123-0/+641
* V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with vide...Hans Verkuil2008-10-1214-134/+76
* V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil2008-10-1211-64/+64
* V4L/DVB (8783): v4l: add all missing video_device release callbacksHans Verkuil2008-10-1214-12/+26
* V4L/DVB (8776): radio: replace video_exclusive_open/releaseHans Verkuil2008-10-1213-31/+185
* V4L/DVB (8613): v4l: move BKL down to the driver level.Hans Verkuil2008-10-122-0/+5
* V4L/DVB (8778): radio: fix incorrect video_register_device result checkHans Verkuil2008-09-0314-23/+15
* V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil2008-09-031-13/+13
* V4L/DVB (8678): Remove the dead CONFIG_RADIO_MIROPCM20{,_RDS} codeAdrian Bunk2008-09-035-636/+0
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-2717-17/+0
OpenPOWER on IntegriCloud