linux/drivers/media/dvb-frontends
Dan Gopstein 7aa92c4229 media: ABS macro parameter parenthesization
Replace usages of the locally defined ABS() macro with calls to the
canonical abs() from kernel.h and remove the old definitions of ABS()

This change was originally motivated by two local definitions of the
ABS (absolute value) macro that fail to parenthesize their parameter
properly. This can lead to a bad expansion for low-precedence
expression arguments.

For example: ABS(1-2) currently expands to ((1-2) < 0 ? (-1-2) : (1-2))
which evaluates to -3. But the correct expansion would be
((1-2) < 0 ? -(1-2) : (1-2)) which evaluates to 1.

Signed-off-by: Dan Gopstein <dgopstein@nyu.edu>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2018-03-06 04:08:17 -05:00
..
drx39xyj media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
a8293.c
a8293.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
af9013_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
af9013.c [media] af9013: refactor power control 2017-06-20 10:35:08 -03:00
af9013.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
af9033_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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
as102_fe.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
as102_fe.h
ascot2e.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
ascot2e.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
au8522_priv.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
cx22700.h
cx22702.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
cx22702.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cx24110.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
cx24110.h
cx24113.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
cx24116.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cx24117.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
cx24117.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cx24120.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
cx24120.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
cx24123.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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 media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
cxd2841er_priv.h [media] dvb-frontends/cxd2841er: support CXD2837/38/43ER demods/Chip IDs 2017-06-20 09:40:55 -03:00
cxd2841er.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
cxd2841er.h [media] dvb-frontends/cxd2841er: more configurable TSBITS 2017-06-20 09:56:11 -03:00
dib0070.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dib0070.h
dib0090.c media: ABS macro parameter parenthesization 2018-03-06 04:08:17 -05:00
dib0090.h
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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dib3000mc.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dib3000mc.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
dib7000m.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dib7000m.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dib7000p.c media: ABS macro parameter parenthesization 2018-03-06 04:08:17 -05:00
dib7000p.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dib8000.c media: ABS macro parameter parenthesization 2018-03-06 04:08:17 -05:00
dib8000.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dib9000.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dib9000.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
dibx000_common.c media: dibx000_common: Fix line continuation format 2017-12-12 07:53:57 -05:00
dibx000_common.h media: ABS macro parameter parenthesization 2018-03-06 04:08:17 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
drxk_hard.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
drxk_map.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
drxk.h media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
ds3000.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
ds3000.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
dvb_dummy_fe.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dvb_dummy_fe.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
dvb-pll.c media: dvb: i2c transfers over usb cannot be done from stack 2017-09-23 07:21:33 -04:00
dvb-pll.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
ec100.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
gp8psk-fe.h gp8psk: Fix DVB frontend attach 2016-11-13 10:02:22 -08:00
helene.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
helene.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
horus3a.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
horus3a.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
isl6405.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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 media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
isl6423.h
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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: ix2505v: get rid of /** comments 2017-11-30 04:18:57 -05:00
ix2505v.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
Kconfig media: fix media Kconfig help syntax issues 2017-09-23 14:59:24 -04:00
l64781.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
l64781.h
lg2160.c media: dvb_frontend: get rid of get_property() callback 2017-10-11 12:51:36 -04:00
lg2160.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
lgdt3305.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
lgdt3306a.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
lgdt3306a.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
lgs8gl5.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
lnbh25.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
lnbp21.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
m88ds3103.c media: m88ds3103: don't call a non-initalized function 2018-02-23 05:22:32 -05:00
m88ds3103.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
m88rs2000.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
m88rs2000.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
Makefile media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
mb86a16_priv.h
mb86a16.c media: ABS macro parameter parenthesization 2018-03-06 04:08:17 -05:00
mb86a16.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
mb86a20s.c media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
mb86a20s.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
mn88472_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
mn88472.c media: mn88472: reset stream ID reg if no PLP given 2017-08-27 18:06:34 -04:00
mn88472.h media: dvb_frontends: fix kernel-doc macros 2017-11-30 04:19:04 -05:00
mn88473_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
mn88473.c media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05:00
mn88473.h [media] mn88473: finalize driver 2016-03-03 09:26:05 -03:00
mt312_priv.h
mt312.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
mt312.h
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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
mt352.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00
mxl5xx_defs.h media: dvb-frontends: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator driver 2017-08-20 07:25:09 -04:00
mxl5xx_regs.h media: dvb-frontends: MaxLinear MxL5xx DVB-S/S2 tuner-demodulator driver 2017-08-20 07:25:09 -04:00
mxl5xx.c media: dvb-frontend/mxl5xx: add support for physical layer scrambling 2018-03-05 14:58:30 -05:00
mxl5xx.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
nxt200x.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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 License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
nxt6000.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
nxt6000.h
or51132.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
rtl2830.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
rtl2830.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
rtl2832_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
rtl2832_sdr.c [media] media: dvb-frontends: constify vb2_ops structure 2017-02-03 14:23:39 -02:00
rtl2832_sdr.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
rtl2832.c media: rtl2832: use 64-bit arithmetic instead of 32-bit in rtl2832_set_frontend 2018-02-26 08:07:13 -05:00
rtl2832.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
s5h1409.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
s5h1409.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
s5h1411.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
s5h1411.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
s5h1420_priv.h
s5h1420.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
s921.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
si21xx.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
si21xx.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
si2165_priv.h media: si2165: add DVBv5 BER statistics 2017-12-12 05:52:58 -05:00
si2165.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
si2165.h media: si2165: Make checkpatch happy 2017-12-12 05:33:18 -05:00
si2168_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
si2168.c media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart 2017-12-14 12:22:23 -05:00
si2168.h
sp2_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
sp2.c media: drivers: Adjust checks for null pointers 2017-09-23 08:20:57 -04:00
sp2.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
sp887x.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
sp887x.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
sp8870.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
sp8870.h
stb0899_algo.c media: stb0899: remove redundant self assignment of k_indirect 2017-12-13 08:02:25 -05:00
stb0899_cfg.h
stb0899_drv.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stb0899_drv.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stb0899_priv.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
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 media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stb6100_cfg.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stb6100_proc.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stb6100.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stb6100.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv090x_priv.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stv090x_reg.h
stv090x.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stv090x.h
stv0288.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0288.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0297.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0297.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0299.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0299.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: ABS macro parameter parenthesization 2018-03-06 04:08:17 -05:00
stv0367_regs.h [media] dvb-frontends/stv0367: refactor defaults table handling 2017-06-20 09:19:58 -03:00
stv0367.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0367.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0900_core.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stv0900_init.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stv0900_priv.h media: ABS macro parameter parenthesization 2018-03-06 04:08:17 -05: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: ABS macro parameter parenthesization 2018-03-06 04:08:17 -05:00
stv0900.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv0910_regs.h media: frontends/stv0910: add field offsets to field defines 2017-12-13 08:34:33 -05:00
stv0910.c media: dvb-frontends/stv0910: cleanup init_search_param() and enable PLS 2018-01-03 04:48:50 -05:00
stv0910.h media: dvb-frontends/stv0910: further coding style cleanup 2017-08-20 07:14:09 -04:00
stv6110.c media: stv6110: get rid of a srate dead code 2017-10-11 12:49:20 -04:00
stv6110.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv6110x_priv.h media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stv6110x_reg.h
stv6110x.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
stv6110x.h [media] constify stv6110x_devctl structure 2016-02-01 07:31:17 -02:00
stv6111.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
stv6111.h media: dvb-frontends/stv6111: coding style cleanup 2017-08-20 07:20:04 -04:00
tc90522.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tc90522.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda665x.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda665x.h
tda826x.c Revert "[media] dvb_frontend: merge duplicate dvb_tuner_ops.release implementations" 2016-11-18 20:44:33 -02:00
tda826x.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda1002x.h
tda1004x.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda1004x.h
tda8083.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda8083.h
tda8261_cfg.h
tda8261.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda8261.h
tda10021.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda10023.c media: replace all <spaces><tab> occurrences 2018-01-04 13:15:05 -05:00
tda10048.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda10048.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
tda10071_priv.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda10071.c [media] dvb: make DVB frontend *_ops instances "const" 2016-11-18 15:00:22 -02:00
tda10071.h media: dvb-frontends: complete kernel-doc markups 2017-11-30 04:19:05 -05:00
tda10086.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda10086.h
tda18271c2dd_maps.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
tda18271c2dd.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
tda18271c2dd.h media: fix usage of whitespaces and on indentation 2018-01-04 13:12:01 -05: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: ts2020: avoid integer overflows on 32 bit machines 2018-01-29 07:46:46 -05:00
ts2020.h treewide: remove redundant #include <linux/kconfig.h> 2016-10-11 15:06:33 -07:00
tua6100.c media: drivers: remove "/**" from non-kernel-doc comments 2017-11-30 04:19:03 -05:00
tua6100.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
ves1x93.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
ves1x93.h
ves1820.c media: dvb-frontends: ves1820: use 64-bit arithmetic instead of 32-bit 2018-02-26 08:07:38 -05:00
ves1820.h
z0194a.h
zd1301_demod.c media: zd1301_demod: constify i2c_algorithm structure 2017-07-20 14:58:10 -04:00
zd1301_demod.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
zl10036.c media: drivers: remove "/**" from non-kernel-doc comments 2017-11-30 04:19:03 -05:00
zl10036.h media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
zl10039.c media: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05: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: move dvb kAPI headers to include/media 2017-12-28 13:16:01 -05:00
zl10353.h [media] media: Drop FSF's postal address from the source code files 2017-01-27 11:38:09 -02:00