summaryrefslogtreecommitdiffstats
path: root/drivers/media/v4l2-core/tuner-core.c
Commit message (Expand)AuthorAgeFilesLines
* media: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-251-1/+1
* media: v4l2-core/tuner-core: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-211-4/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-2/+1
* media: v4l2: fix uninitialized value tuner_status(CWE-457)Yan Lei2022-04-241-2/+2
* media: xc2028: rename the driver from tuner-xc2028Mauro Carvalho Chehab2022-03-121-1/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* media: v4l2-mc: get rid of global pad indexesMauro Carvalho Chehab2018-09-171-1/+48
* media: v4l2: taint pads with the signal types for consumer devicesMauro Carvalho Chehab2018-09-171-0/+5
* media: add tuner standby op, use where neededHans Verkuil2018-03-211-12/+3
* media: v4l2-core: Fix kernel-doc markupsMauro Carvalho Chehab2017-11-301-1/+3
* media: tuner-core: Remove unused #define PREFIXJoe Perches2017-06-241-2/+0
* scripts/spelling.txt: add "applys" pattern and fix typo instancesMasahiro Yamada2017-02-271-2/+2
* [media] tuner-core: use pr_foo, instead of internal printk macrosMauro Carvalho Chehab2016-11-181-63/+49
* [media] tuner-core: use %&ph for small buffer dumpsMauro Carvalho Chehab2016-10-211-5/+3
* [media] tuner-core: don't break long linesMauro Carvalho Chehab2016-10-211-4/+3
* [media] v4l2-mc.h Add pads for audio and video IF-PLL decodersMauro Carvalho Chehab2016-02-011-6/+21
* [media] v4l2-mc.h: Split audio from baseband outputMauro Carvalho Chehab2016-02-011-0/+1
* [media] tuner.h: rename TUNER_PAD_IF_OUTPUT to TUNER_PAD_OUTPUTMauro Carvalho Chehab2016-02-011-1/+1
* [media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] uapi/media.h: Rename entities types to functionsMauro Carvalho Chehab2016-01-111-1/+1
* [media] media-entity.h: rename entity.type to entity.functionMauro Carvalho Chehab2016-01-111-1/+1
* [media] tuner-core: add an input padMauro Carvalho Chehab2016-01-111-3/+5
* [media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab2016-01-111-1/+1
* [media] Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-08-111-1/+0
* [media] tuner-core: fix compilation if the media controller is not definedMauro Carvalho Chehab2015-02-261-0/+2
* [media] tuner-core: properly initialize media controller subdevMauro Carvalho Chehab2015-02-131-0/+20
* [media] tuner-core: use true/false for boolean varsMauro Carvalho Chehab2014-09-031-1/+1
* [media] dvb-frontend: add core support for tuner suspend/resumeMauro Carvalho Chehab2014-08-211-2/+6
* [media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2014-05-241-1/+5
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-181-3/+3
|\
| * media: core: Don't use i2c_client->driverLars-Peter Clausen2013-10-031-3/+3
* | [media] v4l: tuner-core: fix typoLad, Prabhakar2013-10-171-1/+1
|/
* [media] tuner-core/simple: get_rf_strength can be tuner mode specificHans Verkuil2013-04-141-16/+13
* [media] tuner-core/tda9887: get_afc can be tuner mode specificHans Verkuil2013-04-141-12/+2
* [media] tuner-core: Change config from unsigned int to void *Ondrej Zary2013-04-081-13/+7
* [media] tuner-core: handle errors when getting signal strength/afcMauro Carvalho Chehab2013-03-251-4/+6
* [media] tuner-core: Remove the now uneeded checks at fe_has_signal/get_afcMauro Carvalho Chehab2013-03-251-10/+6
* [media] tuner-core: return afc instead of zeroMauro Carvalho Chehab2013-03-251-1/+1
* [media] tuner-core: don't set has_signal/get_afc if not supportedHans Verkuil2013-03-251-1/+6
* [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] tuner-core: map audmode to STEREO for radio devicesHans Verkuil2013-02-051-1/+16
* [media] v4l: move v4l2 core into a separate directoryMauro Carvalho Chehab2012-08-131-0/+1354