linux/drivers/media/dvb-frontends
Daniel Scheller 725e93eba1 [media] dvb-frontends/cxd2841er: do I2C reads in one go
Doing the I2C read operation with two calls to i2c_transfer() causes the
exclusive I2C bus lock of the underlying adapter to be released. While this
isn't an issue if only one demodulator is attached to the bus, having two
or even more causes troubles in that concurrent accesses to the different
demods will cause all kinds of issues due to wrong data being returned on
read operations (for example, the TS config register will be set wrong).
This changes the read_regs() function to do the operation in one go (by
calling i2c_transfer with the whole msg list instead of one by one) to not
loose the I2C bus lock, fixing all sorts of random runtime failures.

Signed-off-by: Daniel Scheller <d.scheller@gmx.net>
Acked-by: Abylay Ospan <aospan@netup.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2017-06-20 09:39:27 -03:00
..
drx39xyj [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
a8293.c [media] dvb-frontends: Drop owner assignment from i2c_driver 2015-08-11 12:58:20 -03:00
a8293.h [media] a8293: coding style issues 2015-08-11 07:10:04 -03:00
af9013_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
af9013.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
af9013.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
af9033_priv.h [media] af9033: estimate cnr from formula 2017-01-31 10:52:23 -02:00
af9033.c [media] af9033: estimate cnr from formula 2017-01-31 10:52:23 -02:00
af9033.h [media] af9033: return regmap for integrated IT913x tuner driver 2017-01-31 10:48:14 -02:00
as102_fe_types.h [media] as102-fe: make it an independent driver 2014-08-21 15:25:30 -05:00
as102_fe.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
as102_fe.h [media] as102-fe: make it an independent driver 2014-08-21 15:25:30 -05:00
ascot2e.c [media] dvb_frontend: tuner_ops.release returns void 2016-11-18 15:07:26 -02:00
ascot2e.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
atbm8830_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
atbm8830.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
atbm8830.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
au8522_common.c [media] au8522: Set the initial modulation 2017-06-06 07:51:33 -03:00
au8522_decoder.c [media] au8522: fix lock detection to be more reliable 2017-06-06 07:50:19 -03:00
au8522_dig.c [media] au8522 Remove 0x4 bit for register reads 2017-06-06 07:49:40 -03:00
au8522_priv.h [media] au0828: use standard demod pads struct 2016-03-03 06:18:17 -03:00
au8522.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
bcm3510_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
bcm3510.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
bcm3510.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
bsbe1-d01a.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
bsbe1.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
bsru6.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
cx22700.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
cx22700.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
cx22702.c [media] dvb_frontend: pass the props cache to get_frontend() as arg 2016-02-04 16:27:30 -02:00
cx22702.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cx24110.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
cx24110.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
cx24113.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
cx24113.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
cx24116.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
cx24116.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cx24117.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
cx24117.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cx24120.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
cx24120.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cx24123.c [media] dvb-frontends: fix spelling mistake on cx24123_pll_calcutate 2017-01-30 15:44:42 -02:00
cx24123.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cxd2820r_c.c [media] cxd2820r: convert to regmap api 2016-09-22 10:43:09 -03:00
cxd2820r_core.c [media] cxd2820r: fix gpio null pointer dereference 2017-01-31 08:45:41 -02:00
cxd2820r_priv.h [media] cxd2820r: convert to regmap api 2016-09-22 10:43:09 -03:00
cxd2820r_t2.c [media] cxd2820r: convert to regmap api 2016-09-22 10:43:09 -03:00
cxd2820r_t.c [media] cxd2820r: convert to regmap api 2016-09-22 10:43:09 -03:00
cxd2820r.h Merge branch 'akpm' (patches from Andrew) 2016-10-11 17:34:10 -07:00
cxd2841er_priv.h [media] Add support Sony CXD2854ER demodulator 2016-06-07 12:08:12 -03:00
cxd2841er.c [media] dvb-frontends/cxd2841er: do I2C reads in one go 2017-06-20 09:39:27 -03:00
cxd2841er.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
dib0070.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
dib0070.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
dib0090.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
dib0090.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
dib3000.h [media] media: change email address 2016-01-25 12:01:08 -02:00
dib3000mb_priv.h [media] dib3000mb: use pr_foo() instead of printk() 2016-11-18 09:47:48 -02:00
dib3000mb.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
dib3000mc.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
dib3000mc.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
dib7000m.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
dib7000m.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
dib7000p.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
dib7000p.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
dib8000.c [media] dib8000: use pr_foo() instead of printk() 2016-11-18 09:59:38 -02:00
dib8000.h [media] dib8000: fix compiler warning 2015-04-28 09:30:33 -03:00
dib9000.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
dib9000.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
dibx000_common.c [media] dvb: remove unused systime() function 2016-11-23 12:58:10 -02:00
dibx000_common.h [media] dvb: remove unused systime() function 2016-11-23 12:58:10 -02:00
drxd_firm.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
drxd_firm.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
drxd_hard.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
drxd_map_firm.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
drxd.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
drxk_hard.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
drxk_hard.h [media] dvb: Get rid of typedev usage for enums 2015-06-09 17:47:35 -03:00
drxk_map.h
drxk.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
ds3000.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
ds3000.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
dvb_dummy_fe.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
dvb_dummy_fe.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
dvb-pll.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
dvb-pll.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
ec100.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
ec100.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
eds1547.h
gp8psk-fe.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
gp8psk-fe.h gp8psk: Fix DVB frontend attach 2016-11-13 10:02:22 -08:00
helene.c lib/vsprintf.c: remove %Z support 2017-02-27 18:43:47 -08:00
helene.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
horus3a.c treewide: Fix typos in printk 2017-03-24 15:24:00 +01:00
horus3a.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
isl6405.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
isl6405.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
isl6421.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
isl6421.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
isl6423.c
isl6423.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
itd1000_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
itd1000.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
itd1000.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
ix2505v.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
ix2505v.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
Kconfig [media] lgdt3306a: support i2c mux for use by em28xx 2017-02-03 13:45:48 -02:00
l64781.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
l64781.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
lg2160.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lg2160.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lgdt330x_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lgdt330x.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lgdt330x.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lgdt3305.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lgdt3305.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lgdt3306a.c [media] lgdt3306a: support i2c mux for use by em28xx 2017-02-03 13:45:48 -02:00
lgdt3306a.h [media] lgdt3306a: support i2c mux for use by em28xx 2017-02-03 13:45:48 -02:00
lgs8gl5.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
lgs8gl5.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
lgs8gxx_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lgs8gxx.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lgs8gxx.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lnbh24.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lnbh25.c [media] lnbh25: LNBH25 SEC controller driver 2015-08-11 14:59:05 -03:00
lnbh25.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
lnbp21.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lnbp21.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lnbp22.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
lnbp22.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
m88ds3103_priv.h [media] m88ds3103: use Hz instead of kHz on calculations 2016-07-08 16:58:05 -03:00
m88ds3103.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
m88ds3103.h [media] TS2020: Calculate tuner gain correctly 2015-06-10 11:10:27 -03:00
m88rs2000.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
m88rs2000.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
Makefile [media] MAINTAINERS: remove hd29l2 2017-02-03 07:01:00 -02:00
mb86a16_priv.h
mb86a16.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
mb86a16.h [media] dvb: Get rid of typedev usage for enums 2015-06-09 17:47:35 -03:00
mb86a20s.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
mb86a20s.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
mn88472_priv.h [media] mn88472: implement cnr statistics 2017-04-10 12:43:54 -03:00
mn88472.c [media] mn88472: implement PER statistics 2017-04-10 12:44:26 -03:00
mn88472.h [media] mn88472: finalize driver 2016-06-07 15:41:58 -03:00
mn88473_priv.h [media] mn88473: refactor and fix statistics 2016-11-22 16:04:30 -02:00
mn88473.c [media] mn88473: add DVB-T2 PLP support 2016-12-27 14:00:15 -02:00
mn88473.h [media] mn88473: finalize driver 2016-03-03 09:26:05 -03:00
mt312_priv.h
mt312.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
mt312.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
mt352_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
mt352.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
mt352.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
nxt200x.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
nxt200x.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
nxt6000_priv.h
nxt6000.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
nxt6000.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
or51132.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
or51132.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
or51211.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
or51211.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
rtl2830_priv.h [media] rtl2830: move statistics to read_status() 2016-07-08 17:02:33 -03:00
rtl2830.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
rtl2830.h [media] rtl2830: add kernel-doc comments for platform_data 2015-02-03 16:30:26 -02:00
rtl2832_priv.h [media] rtl2832: add support for slave ts pid filter 2016-06-09 08:48:46 -03:00
rtl2832_sdr.c [media] media: dvb-frontends: constify vb2_ops structure 2017-02-03 14:23:39 -02:00
rtl2832_sdr.h [media] rtl2832: change the i2c gate to be mux-locked 2016-05-04 22:40:02 +02:00
rtl2832.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
rtl2832.h [media] rtl2832: change the i2c gate to be mux-locked 2016-05-04 22:40:02 +02:00
s5h1409.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
s5h1409.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
s5h1411.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
s5h1411.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
s5h1420_priv.h
s5h1420.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
s5h1420.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
s5h1432.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
s5h1432.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
s921.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
s921.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
si21xx.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
si21xx.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
si2165_priv.h [media] si2165: Remove legacy attach 2016-09-22 12:55:49 -03:00
si2165.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
si2165.h [media] si2165: Remove legacy attach 2016-09-22 12:55:49 -03:00
si2168_priv.h [media] si2168: Si2168-D60 support 2017-03-03 08:39:48 -03:00
si2168.c [media] si2168: Si2168-D60 support 2017-03-03 08:39:48 -03:00
si2168.h [media] si2168: add support for gapped clock 2015-05-12 13:16:37 -03:00
sp2_priv.h [media] sp2: Add I2C driver for CIMaX SP2 common interface module 2014-09-02 15:06:49 -03:00
sp2.c [media] dvb-frontends: Drop owner assignment from i2c_driver 2015-08-11 12:58:20 -03:00
sp2.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
sp887x.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
sp887x.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
sp8870.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
sp8870.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
stb0899_algo.c [media] stb0899: use sign_extend32() for sign extension 2015-02-03 18:16:18 -02:00
stb0899_cfg.h
stb0899_drv.c [media] stb0899: move code to "detach" callback 2016-11-18 15:10:41 -02:00
stb0899_drv.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
stb0899_priv.h
stb0899_reg.h
stb6000.c Revert "[media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations" 2016-11-18 20:44:33 -02:00
stb6000.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
stb6100_cfg.h [media] stb6100: get rid of get_state()/set_state() 2015-11-17 06:45:05 -02:00
stb6100_proc.h [media] stb6100: get rid of get_state()/set_state() 2015-11-17 06:45:05 -02:00
stb6100.c Revert "[media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations" 2016-11-18 20:44:33 -02:00
stb6100.h [media] stb6100: get rid of tuner_state at struct stb6100_state 2015-11-17 06:41:53 -02:00
stv090x_priv.h
stv090x_reg.h
stv090x.c [media] stv090x: use lookup tables for carrier/noise ratio 2016-11-23 12:41:49 -02:00
stv090x.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
stv0288.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
stv0288.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
stv0297.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
stv0297.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
stv0299.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
stv0299.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
stv0367_defs.h [media] dvb-frontends/stv0367: add defaults for use w/DD-branded devices 2017-06-20 09:26:16 -03:00
stv0367_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
stv0367_regs.h [media] dvb-frontends/stv0367: refactor defaults table handling 2017-06-20 09:19:58 -03:00
stv0367.c [media] dvb-frontends/stv0367: add Digital Devices compatibility 2017-06-20 09:27:52 -03:00
stv0367.h [media] dvb-frontends/stv0367: add Digital Devices compatibility 2017-06-20 09:27:52 -03:00
stv0900_core.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
stv0900_init.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
stv0900_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
stv0900_reg.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
stv0900_sw.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
stv0900.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
stv6110.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
stv6110.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
stv6110x_priv.h [media] constify stv6110x_devctl structure 2016-02-01 07:31:17 -02:00
stv6110x_reg.h
stv6110x.c Revert "[media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations" 2016-11-18 20:44:33 -02:00
stv6110x.h [media] constify stv6110x_devctl structure 2016-02-01 07:31:17 -02:00
tc90522.c [media] dvb-tc90522: Rename a jump label in tc90522_probe() 2016-11-16 12:16:52 -02:00
tc90522.h [media] tc90522: add driver for Toshiba TC90522 quad demodulator 2014-09-23 17:04:00 -03:00
tda665x.c Revert "[media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations" 2016-11-18 20:44:33 -02:00
tda665x.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
tda826x.c Revert "[media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations" 2016-11-18 20:44:33 -02:00
tda826x.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
tda1002x.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
tda1004x.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
tda1004x.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
tda8083.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
tda8083.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
tda8261_cfg.h [media] tda8261: don't use set_state/get_state callbacks 2015-11-17 06:43:59 -02:00
tda8261.c Revert "[media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations" 2016-11-18 20:44:33 -02:00
tda8261.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
tda10021.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
tda10023.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
tda10048.c lib/vsprintf.c: remove %Z support 2017-02-27 18:43:47 -08:00
tda10048.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
tda10071_priv.h [media] tda10071: implement DVBv5 statistics 2015-08-11 07:34:58 -03:00
tda10071.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
tda10071.h [media] tda10071: remove legacy media attach 2015-08-11 07:10:53 -03:00
tda10086.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
tda10086.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
tda18271c2dd_maps.h
tda18271c2dd.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
tda18271c2dd.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
tdhd1.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
ts2020.c [media] dvb_frontend: tuner_ops.release returns void 2016-11-18 15:07:26 -02:00
ts2020.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
tua6100.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
tua6100.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
ves1x93.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
ves1x93.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
ves1820.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
ves1820.h [media] Add and use IS_REACHABLE macro 2015-04-08 15:02:07 -03:00
z0194a.h
zd1301_demod.c [media] zd1301_demod: ZyDAS ZD1301 DVB-T demodulator driver 2017-02-03 06:45:35 -02:00
zd1301_demod.h [media] zd1301: fix building interface driver without demodulator 2017-02-08 11:59:39 -02:00
zl10036.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
zl10036.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
zl10039.c [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
zl10039.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
zl10353_priv.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
zl10353.c [media] media drivers: annotate fall-through 2017-05-19 07:10:03 -03:00
zl10353.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00