aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/si470x/radio-si470x-common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-1/+1
2018-04-17media: si470x: allow build both USB and I2C at the same timeMauro Carvalho Chehab1-19/+51
2018-03-21media: radio: Critical interrupt bugfix for si470x over i2cDouglas Fischer1-2/+6
2018-03-21media: radio: Tuning bugfix for si470x over i2cDouglas Fischer1-0/+9
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-12/+12
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab1-12/+12
2017-11-27media: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27annotate poll_table_struct ->_keyAl Viro1-1/+1
2017-10-31media: radio-si470x: make si470x_viddev_template constBhumika Goyal1-1/+1
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-4/+0
2015-03-02[media] si470x: fixup wait_for_completion_timeout return handlingNicholas Mc Guire1-6/+8
2014-09-03[media] radio: use true/false for boolean varsMauro Carvalho Chehab1-2/+2
2013-11-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-2/+2
2013-10-17[media] media: Remove unnecessary semicolonsJoe Perches1-1/+1
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
2012-09-26[media] radio drivers: in non-blocking mode return EAGAIN in hwseekHans Verkuil1-0/+3
2012-09-26[media] v4l2: make vidioc_s_freq_hw_seek constHans Verkuil1-2/+2
2012-08-11[media] si470x: v4l2-compliance fixesHans Verkuil1-0/+3
2012-07-30[media] radio-si470x: Add support for the new band APIsHans de Goede1-92/+123
2012-07-30[media] radio-si470x: Lower hardware freq seek signal tresholdHans de Goede1-1/+1
2012-07-30[media] radio-si470x: Always use interrupt to wait for tune/seek completionHans de Goede1-44/+12
2012-07-30[media] radio-si470x: Don't unnecesarily read registers on G_TUNERHans de Goede1-4/+6
2012-06-18[media] S_HW_FREQ_SEEK: set capability flags and return ENODATA instead of EAGAINHans Verkuil1-2/+4
2012-05-14[media] radio-si470x-usb: remove autosuspend, implement suspend/resumeHans Verkuil1-1/+0
2012-05-14[media] radio-si470x-common.c: remove unnecessary kernel log spamHans Verkuil1-61/+17
2012-05-14[media] si470x: add control event support and more v4l2 compliancy fixesHans Verkuil1-17/+28
2012-05-14[media] si470x: Clean up, introduce the control frameworkHans Verkuil1-170/+23
2011-05-20[media] radio-si470x: support seek and tune interrupt enableJoonyoung Shim1-18/+42
2011-03-21[media] double mutex lock in drivers/media/radio/si470x/radio-si470x-iceberg1-1/+0
2011-01-19[media] radio-si470x: Always report support for RDSTobias Lorenz1-6/+0
2011-01-19[media] radio-si470x: de-emphasis should be set if requested by module parameterTobias Lorenz1-1/+2
2010-10-22[media] [RFC,1/1] V4L2: Use new CAP bits in existing RDS capable driversMatti Aaltonen1-1/+1
2010-10-21V4L/DVB: radio-si470x: use unlocked ioctlMauro Carvalho Chehab1-5/+22
2010-08-02V4L/DVB: si470x: -EINVAL overwritten in si470x_vidioc_s_tuner()Tobias Lorenz1-1/+1
2010-02-26V4L/DVB: radio-si470x: Use UTF-8 encoding on a commentTobias Lorenz1-1/+1
2009-12-16V4L/DVB (13599): radio-si470x: move some file operations to common fileJoonyoung Shim1-0/+98
2009-09-12V4L/DVB (12416): radio-si470x: add i2c driver for si470xJoonyoung Shim1-0/+6
2009-09-12V4L/DVB (12415): radio-si470x: add disconnect check functionJoonyoung Shim1-21/+19
2009-09-12V4L/DVB (12414): radio-si470x: change to dev_* macro from printkJoonyoung Shim1-25/+25
2009-09-12V4L/DVB (12413): radio-si470x: separate common and usb codeJoonyoung Shim1-0/+794