aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-tea5764.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-3/+3
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab1-1/+1
2017-08-27media: radio: make video_device constBhumika Goyal1-1/+1
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-4/+0
2015-08-11[media] radio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2014-09-03[media] radio-tea5764: fix sparse warningsHans Verkuil1-6/+6
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan1-1/+0
2013-11-29[media] tef6862/radio-tea5764: actually assign clamp resultHans Verkuil1-1/+1
2013-06-17[media] radio-tea5764: some cleanups and clamp frequency when out-of-rangeHans Verkuil1-11/+13
2013-06-17[media] radio-tea5764: add prio and control event supportHans Verkuil1-0/+8
2013-06-17[media] radio-tea5764: add device_caps supportHans Verkuil1-1/+2
2013-06-17[media] radio-tea5764: audio and input ioctls do not apply to radio devicesHans Verkuil1-37/+0
2013-06-17[media] radio-tea5764: convert to the control frameworkHans Verkuil1-53/+26
2013-06-17[media] radio-tea5764: embed struct video_deviceHans Verkuil1-17/+10
2013-06-17[media] radio-tea5764: add support for struct v4l2_deviceHans Verkuil1-5/+17
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil1-1/+1
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil1-1/+1
2013-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman1-4/+4
2012-10-28radio tea5764, si4713: get rid of warning: no previous prototypeMauro Carvalho Chehab1-2/+2
2012-09-27[media] radio-tea5764: convert struct i2c_msg initialization to C99 formatShubhrajyoti D1-3/+10
2012-09-26[media] v4l2: make vidioc_s_audio constHans Verkuil1-1/+1
2012-03-08[media] convert drivers/media/* to use module_i2c_driver()Axel Lin1-18/+1
2011-11-03[media] media: tea5764: reconcile Kconfig symbol and macroPaul Bolle1-1/+3
2011-07-27[media] tea5764: Fix module parameter permissionsJean Delvare1-1/+1
2011-07-27[media] radio: Use the subsystem version control for VIDIOC_QUERYCAPMauro Carvalho Chehab1-4/+2
2010-12-01[media] tea5764: convert to unlocked_ioctlHans Verkuil1-40/+9
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16V4L/DVB (13611): radio-tea5764: Correct size given to memsetJulia Lawall1-2/+2
2009-12-16V4L/DVB (13557): v4l: Remove unneeded video_device::minor usage in driversLaurent Pinchart1-4/+0
2009-12-16V4L/DVB (13547): radio: add trivial checks on the tuner and type args.Hans Verkuil1-1/+3
2009-06-23V4L/DVB (12109): radio-tea5764: fix incorrect rxsubchans valueHans Verkuil1-1/+3
2009-03-24v4l: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+2
2009-01-02V4L/DVB (10155): Add TEA5764 radio driverFabio Belavenuto1-0/+634