summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/si470x/radio-si470x-common.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-1/+1
* media: si470x: allow build both USB and I2C at the same timeMauro Carvalho Chehab2018-04-171-19/+51
* media: radio: Critical interrupt bugfix for si470x over i2cDouglas Fischer2018-03-211-2/+6
* media: radio: Tuning bugfix for si470x over i2cDouglas Fischer2018-03-211-0/+9
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-061-12/+12
|\
| * media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-041-12/+12
* | media: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* | annotate poll_table_struct ->_keyAl Viro2017-11-271-1/+1
|/
* media: radio-si470x: make si470x_viddev_template constBhumika Goyal2017-10-311-1/+1
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-271-4/+0Star
* [media] si470x: fixup wait_for_completion_timeout return handlingNicholas Mc Guire2015-03-021-6/+8
* [media] radio: use true/false for boolean varsMauro Carvalho Chehab2014-09-031-2/+2
* Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-191-1/+1
|\
| * [media] media: Remove unnecessary semicolonsJoe Perches2013-10-171-1/+1
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-2/+2
|/
* [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-2/+2
* [media] si470x: v4l2-compliance fixesHans Verkuil2012-08-111-0/+3
* [media] radio-si470x: Add support for the new band APIsHans de Goede2012-07-311-92/+123
* [media] radio-si470x: Lower hardware freq seek signal tresholdHans de Goede2012-07-301-1/+1
* [media] radio-si470x: Always use interrupt to wait for tune/seek completionHans de Goede2012-07-301-44/+12Star
* [media] radio-si470x: Don't unnecesarily read registers on G_TUNERHans de Goede2012-07-301-4/+6
* [media] S_HW_FREQ_SEEK: set capability flags and return ENODATA instead of EA...Hans Verkuil2012-06-191-2/+4
* [media] radio-si470x-usb: remove autosuspend, implement suspend/resumeHans Verkuil2012-05-141-1/+0Star
* [media] radio-si470x-common.c: remove unnecessary kernel log spamHans Verkuil2012-05-141-61/+17Star
* [media] si470x: add control event support and more v4l2 compliancy fixesHans Verkuil2012-05-141-17/+28
* [media] si470x: Clean up, introduce the control frameworkHans Verkuil2012-05-141-170/+23Star
* [media] radio-si470x: support seek and tune interrupt enableJoonyoung Shim2011-05-201-18/+42
* [media] double mutex lock in drivers/media/radio/si470x/radio-si470x-iceberg2011-03-221-1/+0Star
* [media] radio-si470x: Always report support for RDSTobias Lorenz2011-01-191-6/+0Star
* [media] radio-si470x: de-emphasis should be set if requested by module parameterTobias Lorenz2011-01-191-1/+2
* [media] [RFC,1/1] V4L2: Use new CAP bits in existing RDS capable driversMatti Aaltonen2010-10-231-1/+1
* V4L/DVB: radio-si470x: use unlocked ioctlMauro Carvalho Chehab2010-10-211-5/+22
* V4L/DVB: si470x: -EINVAL overwritten in si470x_vidioc_s_tuner()Tobias Lorenz2010-08-021-1/+1
* V4L/DVB: radio-si470x: Use UTF-8 encoding on a commentTobias Lorenz2010-02-261-1/+1
* V4L/DVB (13599): radio-si470x: move some file operations to common fileJoonyoung Shim2009-12-161-0/+98
* V4L/DVB (12416): radio-si470x: add i2c driver for si470xJoonyoung Shim2009-09-121-0/+6
* V4L/DVB (12415): radio-si470x: add disconnect check functionJoonyoung Shim2009-09-121-21/+19Star
* V4L/DVB (12414): radio-si470x: change to dev_* macro from printkJoonyoung Shim2009-09-121-25/+25
* V4L/DVB (12413): radio-si470x: separate common and usb codeJoonyoung Shim2009-09-121-0/+794