summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-mr800.c
Commit message (Expand)AuthorAgeFilesLines
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-271-4/+0
* [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0
* [media] update reference, kerneltrap.org no longer worksPranith Kumar2014-07-041-1/+1
* [media] radio-mr800: move clamp_t check inside amradio_set_freq()Alexey Klimov2013-03-291-3/+7
* [media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil2013-03-241-1/+1
* [media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil2013-03-241-1/+1
* [media] radio drivers: in non-blocking mode return EAGAIN in hwseekHans Verkuil2012-09-261-0/+3
* [media] v4l2: make vidioc_s_freq_hw_seek constHans Verkuil2012-09-261-1/+1
* [media] S_HW_FREQ_SEEK: set capability flags and return ENODATA instead of EA...Hans Verkuil2012-06-181-2/+3
* [media] radio-mr800: add hardware seek supportHans Verkuil2012-05-071-114/+141
* [media] radio-mr800: add support for stereo and signal detectionHans Verkuil2012-05-071-5/+38
* [media] radio-mr800: cleanup and have it comply to the V4L2 APIHans Verkuil2012-05-071-228/+112
* USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-22/+1
* [media] radio: Use the subsystem version control for VIDIOC_QUERYCAPMauro Carvalho Chehab2011-07-271-4/+2
* 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