| Commit message (Expand) | Author | Age | Files | Lines |
* | media: media/radio: set device_caps in struct video_device | Hans Verkuil | 2019-06-05 | 1 | -2/+1 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | media: use strscpy() instead of strlcpy() | Mauro Carvalho Chehab | 2018-09-11 | 1 | -6/+6 |
* | MAINTAINERS & files: Canonize the e-mails I use at files | Mauro Carvalho Chehab | 2018-05-04 | 1 | -1/+1 |
* | media: replace all <spaces><tab> occurrences | Mauro Carvalho Chehab | 2018-01-04 | 1 | -2/+2 |
* | [media] radio-sf16fmi: declare pnp_attached as static | Mauro Carvalho Chehab | 2014-09-26 | 1 | -1/+1 |
* | [media] radio: use true/false for boolean vars | Mauro Carvalho Chehab | 2014-09-03 | 1 | -2/+2 |
* | [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO | Ramakrishnan Muthukrishnan | 2014-07-04 | 1 | -1/+0 |
* | [media] radio-sf16fmi: Set frequency during init | Ondrej Zary | 2013-06-21 | 1 | -8/+17 |
* | [media] radio-sf16fmi: Add module name to bus_info | Ondrej Zary | 2013-06-21 | 1 | -1/+1 |
* | [media] radio-sf16fmi: add control event and prio support | Hans Verkuil | 2013-06-17 | 1 | -0/+8 |
* | [media] radio-sf16fmi: convert to the control framework | Hans Verkuil | 2013-06-17 | 1 | -31/+25 |
* | [media] radio-sf16fmi: clamp frequency | Hans Verkuil | 2013-06-17 | 1 | -6/+5 |
* | [media] radio-sf16fmi: add device_caps support to querycap | Hans Verkuil | 2013-06-17 | 1 | -1/+2 |
* | [media] radio-sf16fmi: remove audio/input ioctls | Hans Verkuil | 2013-06-17 | 1 | -30/+0 |
* | [media] v4l2: add const to argument of write-only s_tuner ioctl | Hans Verkuil | 2013-03-24 | 1 | -1/+1 |
* | [media] v4l2: add const to argument of write-only s_frequency ioctl | Hans Verkuil | 2013-03-24 | 1 | -1/+1 |
* | Drivers: media: remove __dev* attributes. | Greg Kroah-Hartman | 2013-01-04 | 1 | -1/+1 |
* | [media] radio-sf16fmi: get rid of warning: no previous prototype | Mauro Carvalho Chehab | 2012-10-27 | 1 | -1/+1 |
* | [media] v4l2: make vidioc_s_audio const | Hans Verkuil | 2012-09-26 | 1 | -1/+1 |
* | [media] radio-sf16fmi: Use LM7000 driver | Ondrej Zary | 2012-06-25 | 1 | -36/+25 |
* | Revert "[media] radio-sf16fmi: Use LM7000 driver" | Mauro Carvalho Chehab | 2012-06-25 | 1 | -2/+0 |
* | [media] radio-sf16fmi: Use LM7000 driver | Ondrej Zary | 2012-06-21 | 1 | -0/+2 |
* | [media] radio-sf16fmi: add support for SF16-FMD | Ondrej Zary | 2012-05-20 | 1 | -5/+9 |
* | [media] radio: Use the subsystem version control for VIDIOC_QUERYCAP | Mauro Carvalho Chehab | 2011-07-27 | 1 | -4/+1 |
* | [media] BKL: trivial BKL removal from V4L2 radio drivers | Hans Verkuil | 2010-12-01 | 1 | -3/+4 |
* | V4L/DVB (13609): radio-sf16fmi: add autoprobing | Ondrej Zary | 2009-12-16 | 1 | -15/+45 |
* | V4L/DVB (13608): radio-sf16fmi: fix mute, add SF16-FMP to texts | Ondrej Zary | 2009-12-16 | 1 | -9/+9 |
* | V4L/DVB (13547): radio: add trivial checks on the tuner and type args. | Hans Verkuil | 2009-12-16 | 1 | -0/+4 |
* | V4L/DVB (11677): radio-fm16: fix g_tuner. | Hans Verkuil | 2009-06-16 | 1 | -1/+1 |
* | V4L/DVB (11676): radio-fm16: cleanups | Hans Verkuil | 2009-06-16 | 1 | -12/+4 |
* | V4L/DVB (11675): ivtv/radio: fix V4L2_TUNER_MODE/V4L2_TUNER_SUB confusion | Hans Verkuil | 2009-05-09 | 1 | -1/+1 |
* | V4L/DVB (11391): pci-isa radios: remove open and release functions | Alexey Klimov | 2009-04-07 | 1 | -12/+0 |
* | V4L/DVB (10959): radio: remove uaccess include | Hans Verkuil | 2009-03-30 | 1 | -1/+0 |
* | V4L/DVB (10888): radio-sf16fmi: convert to v4l2_device. | Hans Verkuil | 2009-03-30 | 1 | -149/+135 |
* | V4L/DVB (10135): v4l2: introduce v4l2_file_operations. | Hans Verkuil | 2009-01-02 | 1 | -7/+3 |
* | V4L/DVB (9491): rationalise addresses to one common one | Alan Cox | 2008-12-29 | 1 | -1/+1 |
* | V4L/DVB (8788): v4l: replace video_get_drvdata(video_devdata(filp)) with vide... | Hans Verkuil | 2008-10-12 | 1 | -10/+5 |
* | V4L/DVB (8786): v4l2: remove the priv field, use dev_get_drvdata instead | Hans Verkuil | 2008-10-12 | 1 | -6/+6 |
* | V4L/DVB (8783): v4l: add all missing video_device release callbacks | Hans Verkuil | 2008-10-12 | 1 | -0/+1 |
* | V4L/DVB (8776): radio: replace video_exclusive_open/release | Hans Verkuil | 2008-10-12 | 1 | -2/+14 |
* | V4L/DVB (8778): radio: fix incorrect video_register_device result check | Hans Verkuil | 2008-09-03 | 1 | -1/+1 |
* | V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device | Hans Verkuil | 2008-07-27 | 1 | -1/+0 |
* | V4L/DVB (8483): Remove obsolete owner field from video_device struct. | Hans Verkuil | 2008-07-26 | 1 | -1/+0 |
* | V4L/DVB (8482): videodev: move all ioctl callbacks to a new v4l2_ioctl_ops st... | Hans Verkuil | 2008-07-26 | 1 | -6/+9 |
* | V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.... | Hans Verkuil | 2008-07-24 | 1 | -0/+1 |
* | V4L/DVB (7402): add macro validation for v4l_compat_ioctl32 | Douglas Schilling Landgraf | 2008-04-24 | 1 | -0/+2 |
* | V4L/DVB (7093): radio-sf16fmi: fix request_region() | Mauro Carvalho Chehab | 2008-02-18 | 1 | -0/+1 |
* | V4L/DVB (7078): radio: fix sf16fmi section mismatch | Randy Dunlap | 2008-01-25 | 1 | -1/+1 |
* | V4L/DVB (5705): Removed unnecessary .hardware from video_device struct. | Douglas Schilling Landgraf | 2007-07-18 | 1 | -1/+0 |