aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-mr800.c
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* [media] [RFC] radio-mr800: locking fixesHans Verkuil2010-10-221-3/+14
* [media] radio-mr800: fix locking orderHans Verkuil2010-10-211-1/+1
* V4L/DVB: radio-mr800: remove BKLHans Verkuil2010-10-211-64/+10
* V4L/DVB: radio-am800: let v4l2_device_(un)register handle usb_get/set_intfdataHans Verkuil2010-05-191-10/+9
* V4L/DVB (13547): radio: add trivial checks on the tuner and type args.Hans Verkuil2009-12-161-0/+4
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-12-091-191/+167
|\
| * V4L/DVB (13402): radio-mr800 - autosuspend for radio-mr800 driverOliver Neukum2009-12-051-2/+12
| * V4L/DVB (13073): radio-mr800: set radio frequency only upon successDavid Ellingsworth2009-12-051-6/+2
| * V4L/DVB (13072): radio-mr800: simplify device warningsDavid Ellingsworth2009-12-051-52/+26
| * V4L/DVB (13071): radio-mr800: preserve radio state during suspend/resumeDavid Ellingsworth2009-12-051-5/+28
| * V4L/DVB (13070): radio-mr800: fix behavior of set_stereo functionDavid Ellingsworth2009-12-051-4/+5
| * V4L/DVB (13069): radio-mr800: ensure the radio is initialized to a consistent...David Ellingsworth2009-12-051-2/+32
| * V4L/DVB (13068): radio-mr800: remove device initialization from open/closeDavid Ellingsworth2009-12-051-33/+2
| * V4L/DVB (13067): radio-mr800: fix potential use after freeDavid Ellingsworth2009-12-051-1/+1
| * V4L/DVB (13066): radio-mr800: remove device removed indicatorDavid Ellingsworth2009-12-051-12/+8
| * V4L/DVB (13065): radio-mr800: simplify locking in ioctl callbacksDavid Ellingsworth2009-12-051-79/+30
| * V4L/DVB (13064): radio-mr800: simplify access to amradio_deviceDavid Ellingsworth2009-12-051-10/+13
| * V4L/DVB (13063): radio-mr800: remove unnecessary local variableDavid Ellingsworth2009-12-051-6/+4
| * V4L/DVB (13062): radio-mr800: simplify error paths in usb probe callbackDavid Ellingsworth2009-12-051-11/+16
| * V4L/DVB (13061): radio-mr800: simplify video_device allocationDavid Ellingsworth2009-12-051-32/+21
| * V4L/DVB (13060): radio-mr800: implement proper lockingDavid Ellingsworth2009-12-051-75/+106
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
|/
* trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-211-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-0/+1
* V4L/DVB (11842): radio-mr800.c: missing mutex includeAlessio Igor Bogani2009-06-161-0/+1
* V4L/DVB (11436): radio-mr800: convert to to v4l2_deviceAlexey Klimov2009-04-061-54/+31
* V4L/DVB (10463): radio-mr800: fix checking of retval after usb_bulk_msgAlexey Klimov2009-03-301-3/+3
* V4L/DVB (10462): radio-mr800: increase version and add commentsAlexey Klimov2009-03-301-15/+17
* V4L/DVB (10461): radio-mr800: add few lost mutex locksAlexey Klimov2009-03-301-0/+5
* V4L/DVB (10460): radio-mr800: add stereo supportAlexey Klimov2009-03-301-2/+79
* V4L/DVB (10459): radio-mr800: fix amradio_set_freqAlexey Klimov2009-03-301-2/+3
* V4L/DVB (10458): radio-mr800: move radio start and stop in one functionAlexey Klimov2009-03-301-43/+21
* V4L/DVB (10457): radio-mr800: add more dev_err messages in probeAlexey Klimov2009-03-301-3/+7
* V4L/DVB (10456): radio-mr800: place dev_err instead of dev_warnAlexey Klimov2009-03-301-1/+1
* V4L/DVB (10455): radio-mr800: codingstyle cleanupsAlexey Klimov2009-03-301-11/+25
* V4L/DVB (10316): v4l/dvb: use usb_make_path in usb-radio driversAlexey Klimov2009-03-301-1/+3
* V4L/DVB (10317): radio-mr800: fix radio->muted and radio->stereoAlexey Klimov2009-01-291-6/+6
* V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil2009-01-021-9/+5
* 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 (9518): radio-mr800: remove warn, info and err messagesAlexey Klimov2008-12-291-15/+28
* V4L/DVB (9305): radio-mr800: Add BKL for usb_amradio_open()Alexey Klimov2008-10-211-0/+5
* V4L/DVB (9101): radio-mr800: Add driver for AverMedia MR 800 USB FM radio dev...Alexey Klimov2008-10-121-0/+628