aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-05Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds2-12/+14
2015-10-22[media] m88ds3103: use own reg update_bits() implementationAntti Palosaari1-26/+47
2015-10-22[media] si2168: Bounds check firmwareLaura Abbott1-0/+4
2015-10-22[media] lnbh25: Fix lnbh25_attach() function return typeJavier Martinez Canillas1-1/+1
2015-10-22[media] horus3a: Fix horus3a_attach() function parametersJavier Martinez Canillas1-2/+2
2015-10-20[media] media: videobuf2: Change queue_setup argumentJunghak Sung1-1/+1
2015-10-03[media] drxd: use kzalloc in drxd_attach()Rasmus Villemoes1-2/+1
2015-10-01[media] media: videobuf2: Restructure vb2_bufferJunghak Sung1-9/+12
2015-09-05Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds29-762/+4626
2015-09-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-08-22[media] dvb: Use DVBFE_ALGO_HW where applicableMauro Carvalho Chehab2-2/+2
2015-08-16[media] horus3a: fix compiler warningHans Verkuil1-0/+1
2015-08-11[media] tda10071: use div_s64() when dividing a s64 integerMauro Carvalho Chehab1-1/+1
2015-08-11[media] dvb-pll: Convert struct dvb_pll_desc uses to constJoe Perches1-25/+25
2015-08-11[media] stv0367: Add support for 16Mhz reference clockPeter Griffin1-0/+5
2015-08-11[media] stv0367: Refine i2c error trace to include i2c addressPeter Griffin1-4/+8
2015-08-11[media] ascot2e: don't use variable length arraysMauro Carvalho Chehab1-2/+10
2015-08-11[media] horus3a: don't use variable length arraysMauro Carvalho Chehab1-2/+10
2015-08-11[media] cxd2841er: don't use variable length arraysMauro Carvalho Chehab1-2/+10
2015-08-11[media] cxd2841er: declare static functions as suchMauro Carvalho Chehab1-5/+5
2015-08-11[media] cxd2841er: Sony CXD2841ER DVB-S/S2/T/T2/C demodulator driverKozlov Sergey5-0/+2835
2015-08-11[media] lnbh25: LNBH25 SEC controller driverKozlov Sergey4-0/+254
2015-08-11[media] ascot2e: Sony Ascot2e DVB-C/T/T2 tuner driverKozlov Sergey4-0/+606
2015-08-11[media] horus3a: Sony Horus3A DVB-S/S2 tuner driverKozlov Sergey4-0/+487
2015-08-11[media] dvb-frontends: Drop owner assignment from platform_driverKrzysztof Kozlowski1-1/+0
2015-08-11[media] dvb-frontends: Drop owner assignment from i2c_driverKrzysztof Kozlowski10-10/+0
2015-08-11[media] dvb-frontends: Make all DVB Frontends visible if COMPILE_TEST=yGeert Uytterhoeven1-1/+1
2015-08-11[media] tda10071: implement DVBv5 statisticsAntti Palosaari2-130/+135
2015-08-11[media] tda10071: do not get_frontend() when not readyAntti Palosaari1-1/+1
2015-08-11[media] tda10071: protect firmware command exec with mutexAntti Palosaari2-3/+10
2015-08-11[media] tda10071: convert to regmap I2C APIAntti Palosaari3-179/+87
2015-08-11[media] tda10071: rename device state struct to devAntti Palosaari2-135/+135
2015-08-11[media] tda10071: remove legacy media attachAntti Palosaari3-238/+108
2015-08-11[media] a8293: coding style issuesAntti Palosaari2-9/+1
2015-08-11[media] a8293: improve LNB register programming logicAntti Palosaari1-18/+18
2015-08-11[media] a8293: use i2c_master_send / i2c_master_recv for I2C I/OAntti Palosaari1-62/+18
2015-08-11[media] a8293: remove legacy media attachAntti Palosaari2-80/+1
2015-08-07treewide: Fix typo compatability -> compatibilityLaurent Pinchart1-1/+1
2015-07-01[media] media/dvb: fix ts2020.c Kconfig and buildRandy Dunlap1-1/+1
2015-06-10ts2020: fix compilation on i386Mauro Carvalho Chehab1-3/+4
2015-06-10[media] ts2020: Allow stats polling to be suppressedDavid Howells2-4/+17
2015-06-10[media] ts2020: Copy loop_through from the config to the internal dataDavid Howells2-2/+3
2015-06-10[media] ts2020: Provide DVBv5 API signal strengthDavid Howells1-9/+53
2015-06-10[media] TS2020: Calculate tuner gain correctlyDavid Howells4-18/+143
2015-06-10[media] m88ds3103: use regmap for I2C register accessAntti Palosaari3-290/+145
2015-06-10[media] m88ds3103: rename variables and correct loggingAntti Palosaari4-280/+267
2015-06-10[media] ts2020: Add a comment about lifetime of on-stack pdata in ts2020_attach()David Howells1-0/+2
2015-06-10[media] ts2020: convert to regmap I2C APIAntti Palosaari2-139/+124
2015-06-10[media] ts2020: register I2C driver from legacy media attachAntti Palosaari2-50/+30
2015-06-10[media] ts2020: improve filter limit calcAntti Palosaari1-7/+3