aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-03[media] cx24120: make sure tuner is locked at get_frontendJemma Denson1-1/+3
2016-03-03[media] rtl2832: move stats polling to read statusAntti Palosaari2-50/+30
2016-03-03[media] rtl2832: improve slave TS controlAntti Palosaari2-34/+42
2016-03-03[media] mn88473: finalize driverAntti Palosaari3-163/+246
2016-03-03[media] mn88473: move out of stagingAntti Palosaari4-0/+568
2016-03-03[media] au0828: use standard demod pads structMauro Carvalho Chehab3-14/+6
2016-03-01[media] dib0090: Do the right check for state->rf_rampMauro Carvalho Chehab1-1/+1
2016-03-01[media] drxj: don't do math if not neededMauro Carvalho Chehab1-4/+5
2016-02-27[media] media: au8522 change to create MC pad for ALSA Audio OutShuah Khan2-0/+2
2016-02-27[media] media: Move au8522_media_pads enum to au8522.h from au8522_priv.hShuah Khan2-8/+7
2016-02-23[media] drxj: set_param_parameters array is too shortMauro Carvalho Chehab1-1/+1
2016-02-23[media] dib9000: read16/write16 could return an error codeMauro Carvalho Chehab1-2/+2
2016-02-23[media] stv0900: avoid going past arrayMauro Carvalho Chehab1-2/+5
2016-02-23[media] dib0090: do the right thing if rf_ramp is NULLMauro Carvalho Chehab1-3/+9
2016-02-09Merge tag 'v4.5-rc3' into patchworkMauro Carvalho Chehab1-0/+9
2016-02-04[media] dvb_frontend: pass the props cache to get_frontend() as argMauro Carvalho Chehab59-203/+218
2016-02-04[media] mb86a20s: get rid of dummy get_frontend()Mauro Carvalho Chehab1-11/+0
2016-02-04[media] lgs8gxx: don't export get_frontend() callbackMauro Carvalho Chehab1-12/+1
2016-02-04[media] tda1004x: only update the frontend properties if lockedMauro Carvalho Chehab1-0/+9
2016-02-01[media] dvb-frontend: Use boottimeAbhilash Jindal1-2/+2
2016-02-01[media] ts2020: cancel_delayed_work_sync before device removal / kfreeErnst Martin Witte1-0/+4
2016-02-01[media] rtl2830: cancel_delayed_work_sync before device removal / kfreeErnst Martin Witte1-0/+3
2016-02-01[media] af9033: cancel_delayed_work_sync before device removal / kfreeErnst Martin Witte1-0/+3
2016-02-01[media] af9013: cancel_delayed_work_sync before device removal / kfreeErnst Martin Witte1-0/+4
2016-02-01[media] constify stv6110x_devctl structureJulia Lawall3-5/+5
2016-01-25[media] si2165: Refactoring for si2165_writereg_mask8()Markus Elfring1-9/+5
2016-01-25[media] : cxd2830r: use gpiochip data pointerLinus Walleij1-7/+4
2016-01-25[media] si2165: Reject DVB-T bandwidth auto modeMatthias Schwarzott1-7/+7
2016-01-25[media] media: change email addressPatrick Boettcher15-25/+25
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+1
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab1-1/+1
2016-01-11[media] uapi/media.h: Rename entities types to functionsMauro Carvalho Chehab1-1/+1
2016-01-11[media] media-entity.h: rename entity.type to entity.functionMauro Carvalho Chehab1-1/+1
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab1-1/+1
2016-01-11[media] au0828: Add support for media controllerRafael Lourenço de Lima Chehab2-0/+29
2015-12-23[media] rtl2832: do not filter out slave TS null packetsAntti Palosaari1-12/+0
2015-12-23[media] rtl2832: print reg number on error caseAntti Palosaari1-3/+6
2015-12-21[media] au8522: Avoid memory leak for device config dataMauro Carvalho Chehab4-26/+16
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung1-1/+1
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil1-1/+1
2015-12-08treewide: Fix typos in printkMasanari Iida2-3/+3
2015-12-04[media] use https://linuxtv.org for LinuxTV URLsMauro Carvalho Chehab12-12/+12
2015-12-03[media] tda10071: Fix dependency to REGMAP_I2CMatthias Schwarzott1-1/+1
2015-12-03[media] si2165: Add DVB-C support for HVR-4400/HVR-5500Matthias Schwarzott1-5/+81
2015-12-03[media] si2165: Prepare si2165_set_frontend() for future DVB-C supportMatthias Schwarzott1-14/+37
2015-12-03[media] si2165: set list of DVB-T registers togetherMatthias Schwarzott1-47/+26
2015-12-03[media] si2165: Simplify si2165_set_if_freq_shift usageMatthias Schwarzott1-13/+13
2015-12-03[media] si2165: move setting ts config to initMatthias Schwarzott1-13/+14
2015-12-03[media] si2165: only write agc registers after reset before start_syncroMatthias Schwarzott1-17/+15