aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/radio/radio-mr800.c
AgeCommit message (Expand)Author
2013-03-29[media] radio-mr800: move clamp_t check inside amradio_set_freq()Alexey Klimov
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil
2012-09-26[media] radio drivers: in non-blocking mode return EAGAIN in hwseekHans Verkuil
2012-09-26[media] v4l2: make vidioc_s_freq_hw_seek constHans Verkuil
2012-06-18[media] S_HW_FREQ_SEEK: set capability flags and return ENODATA instead of EA...Hans Verkuil
2012-05-07[media] radio-mr800: add hardware seek supportHans Verkuil
2012-05-07[media] radio-mr800: add support for stereo and signal detectionHans Verkuil
2012-05-07[media] radio-mr800: cleanup and have it comply to the V4L2 APIHans Verkuil
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman
2011-07-27[media] radio: Use the subsystem version control for VIDIOC_QUERYCAPMauro Carvalho Chehab
2011-03-31Fix common misspellingsLucas De Marchi
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-22[media] [RFC] radio-mr800: locking fixesHans Verkuil
2010-10-21[media] radio-mr800: fix locking orderHans Verkuil
2010-10-21V4L/DVB: radio-mr800: remove BKLHans Verkuil
2010-05-19V4L/DVB: radio-am800: let v4l2_device_(un)register handle usb_get/set_intfdataHans Verkuil
2009-12-16V4L/DVB (13547): radio: add trivial checks on the tuner and type args.Hans Verkuil
2009-12-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2009-12-05V4L/DVB (13402): radio-mr800 - autosuspend for radio-mr800 driverOliver Neukum
2009-12-05V4L/DVB (13073): radio-mr800: set radio frequency only upon successDavid Ellingsworth
2009-12-05V4L/DVB (13072): radio-mr800: simplify device warningsDavid Ellingsworth
2009-12-05V4L/DVB (13071): radio-mr800: preserve radio state during suspend/resumeDavid Ellingsworth
2009-12-05V4L/DVB (13070): radio-mr800: fix behavior of set_stereo functionDavid Ellingsworth
2009-12-05V4L/DVB (13069): radio-mr800: ensure the radio is initialized to a consistent...David Ellingsworth
2009-12-05V4L/DVB (13068): radio-mr800: remove device initialization from open/closeDavid Ellingsworth
2009-12-05V4L/DVB (13067): radio-mr800: fix potential use after freeDavid Ellingsworth
2009-12-05V4L/DVB (13066): radio-mr800: remove device removed indicatorDavid Ellingsworth
2009-12-05V4L/DVB (13065): radio-mr800: simplify locking in ioctl callbacksDavid Ellingsworth
2009-12-05V4L/DVB (13064): radio-mr800: simplify access to amradio_deviceDavid Ellingsworth
2009-12-05V4L/DVB (13063): radio-mr800: remove unnecessary local variableDavid Ellingsworth
2009-12-05V4L/DVB (13062): radio-mr800: simplify error paths in usb probe callbackDavid Ellingsworth
2009-12-05V4L/DVB (13061): radio-mr800: simplify video_device allocationDavid Ellingsworth
2009-12-05V4L/DVB (13060): radio-mr800: implement proper lockingDavid Ellingsworth
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-06-16V4L/DVB (11842): radio-mr800.c: missing mutex includeAlessio Igor Bogani
2009-04-06V4L/DVB (11436): radio-mr800: convert to to v4l2_deviceAlexey Klimov
2009-03-30V4L/DVB (10463): radio-mr800: fix checking of retval after usb_bulk_msgAlexey Klimov
2009-03-30V4L/DVB (10462): radio-mr800: increase version and add commentsAlexey Klimov
2009-03-30V4L/DVB (10461): radio-mr800: add few lost mutex locksAlexey Klimov
2009-03-30V4L/DVB (10460): radio-mr800: add stereo supportAlexey Klimov
2009-03-30V4L/DVB (10459): radio-mr800: fix amradio_set_freqAlexey Klimov
2009-03-30V4L/DVB (10458): radio-mr800: move radio start and stop in one functionAlexey Klimov
2009-03-30V4L/DVB (10457): radio-mr800: add more dev_err messages in probeAlexey Klimov
2009-03-30V4L/DVB (10456): radio-mr800: place dev_err instead of dev_warnAlexey Klimov
2009-03-30V4L/DVB (10455): radio-mr800: codingstyle cleanupsAlexey Klimov
2009-03-30V4L/DVB (10316): v4l/dvb: use usb_make_path in usb-radio driversAlexey Klimov
2009-01-29V4L/DVB (10317): radio-mr800: fix radio->muted and radio->stereoAlexey Klimov