aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-maxiradio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus1-2/+0
2021-03-11media: use getter/setter functionsJulia Lawall1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-1/+1
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab1-1/+1
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab1-1/+1
2017-08-09media: radio: constify pci_device_idArvind Yadav1-1/+1
2016-06-28[media] radio-maxiradio: fix memory leak when device is removedAlexey Khoroshilov1-0/+1
2015-12-03[media] media, sound: tea575x: constify snd_tea575x_ops structuresJulia Lawall1-1/+1
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab1-1/+1
2013-08-18[media] tea575x: Move header from sound to mediaOndrej Zary1-1/+1
2013-07-26[media] drivers/media/radio/radio-maxiradio: Convert to module_pci_driverLibo Chen1-12/+1
2013-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman1-3/+4
2012-06-11[media] snd_tea575x: Make the module using snd_tea575x the fops ownerHans de Goede1-1/+1
2012-03-19[media] radio-maxiradio: use the tea575x frameworkHans Verkuil1-315/+64
2011-07-27[media] radio: Use the subsystem version control for VIDIOC_QUERYCAPMauro Carvalho Chehab1-6/+4
2011-04-19media/radio-maxiradio: Drop __TIME__ usageMichal Marek1-2/+1
2011-01-19[media] radio-maxiradio.c: use sensible frequency rangeHans Verkuil1-2/+2
2010-12-01[media] BKL: trivial BKL removal from V4L2 radio driversHans Verkuil1-1/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
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 (13547): radio: add trivial checks on the tuner and type args.Hans Verkuil1-0/+4
2009-04-06V4L/DVB (11391): pci-isa radios: remove open and release functionsAlexey Klimov1-12/+0
2009-03-30V4L/DVB (10959): radio: remove uaccess includeHans Verkuil1-1/+0
2009-03-30V4L/DVB (10886): radio-maxiradio: convert to v4l2_device.Hans Verkuil1-189/+186
2009-01-02V4L/DVB (10135): v4l2: introduce v4l2_file_operations.Hans Verkuil1-7/+3
2008-10-12V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with video_drvdata(filp)Hans Verkuil1-10/+5
2008-10-12V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata insteadHans Verkuil1-6/+6
2008-10-12V4L/DVB (8783): v4l: add all missing video_device release callbacksHans Verkuil1-3/+4
2008-10-12V4L/DVB (8776): radio: replace video_exclusive_open/releaseHans Verkuil1-2/+14
2008-09-03V4L/DVB (8778): radio: fix incorrect video_register_device result checkHans Verkuil1-1/+1
2008-09-03V4L/DVB (8757): v4l-dvb: fix a bunch of sparse warningsHans Verkuil1-13/+13
2008-07-27V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil1-1/+0
2008-07-26V4L/DVB (8483): Remove obsolete owner field from video_device struct.Hans Verkuil1-1/+0
2008-07-26V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops structHans Verkuil1-7/+9
2008-07-23V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.h or v4l2-ioctl.hHans Verkuil1-0/+1
2008-04-24V4L/DVB (7402): add macro validation for v4l_compat_ioctl32Douglas Schilling Landgraf1-0/+2
2007-02-21V4L/DVB (5155): Properly initialize mute and radio frequencyMauro Carvalho Chehab1-3/+5
2007-02-21V4L/DVB (5154): Add some debug info, depending on debug levelMauro Carvalho Chehab1-16/+56
2007-02-21V4L/DVB (5153): Make it coherent with vidioc_g_tunerMauro Carvalho Chehab1-1/+1
2007-02-21V4L/DVB (5152): Implements VIDIOC_[S|G]_INPUT on radio-aztech/radio-maxiradioMauro Carvalho Chehab1-0/+16
2007-02-21V4L/DVB (5150): Implement VIDIOC_[GS]_AUDIO on maxiradioMauro Carvalho Chehab1-0/+22
2007-02-21V4L/DVB (5149): Convert radio-maxiradio to use video_ioctl2Mauro Carvalho Chehab1-121/+121
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 4Arjan van de Ven1-1/+1
2006-09-26V4L/DVB (4364): V4L2 conversion: radio-maxiradioMauro Carvalho Chehab1-63/+103
2006-06-25V4L/DVB (4068): Removed all references to kernel stuff from videodev.h and videodev2.hMauro Carvalho Chehab1-0/+1
2006-06-25V4L/DVB (3753): Whitespace cleanups at media/radioMauro Carvalho Chehab1-40/+40
2006-02-07V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar1-5/+6
2006-01-09Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-1/+1