1
0
Fork 0
alistair23-linux/drivers/media/dvb-frontends
Linus Torvalds 4d9708ea5e media updates for v3.18-rc1
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIcBAABAgAGBQJUNr9iAAoJEAhfPr2O5OEVSygP/iVpHK7JZCFSvy1ly67gUcIw
 zeO2q0Exm3WwApchaCNX0b9qB9A6jeaRiJtuqOgR7L8ksYorku7k12g0IrveK8e4
 UhwscWw1HkYvTR3JG4Z2a8LoYiUatQCgcknICgjJ12fo2fCg2SnzbGp9jKiLqJew
 dx1zOgn5Hslqy+PWQULtkLo/XxdlAX8YNUhXU5q5gxCfhciaJ7Kq+tvM9NodobHG
 u94b10fmOclLug37b+Vpg01pxjqe+X+HbrHzbOsL7dvxW84igqzpyb9+WNH8FGZZ
 +oSu66faokH8rVxzkPyODT8TSwHuqafVF1IFafsFFJpYYfRWiY0SttMACVMuuB3z
 m6kVM9pTApmh736xvzB4JP4i/+aIu2qQftYTybQkTpn1AIy2kw8b09pOWbhEgdjl
 5CfI7I2iSkSviZXMrIe51znIhdxohF7gEN8PyaPto3N1LHVnHAd7/J43nolSSnke
 DE0lQGk+NaGFv/MiESiKC8lSiEGzqpMkrxpOIeDZAsKxQ3ihxKai3kqAYYiPt2+n
 2HVhLsmfMqdd23DGSf7LjhhLqjXKhEC/+LDsLl105keRYLN/TYZuQxieJEDikRF/
 NLJcuuXUQkcsdgrAChAonu1K3roAsgZ8E6BP+814CWZ5LM4xW0kQqqKN6S88eKx2
 HcIz2xwveR6sZBNZE7Kl
 =DUbD
 -----END PGP SIGNATURE-----

Merge tag 'media/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media

Pull media updates from Mauro Carvalho Chehab:

 - new IR driver: hix5hd2-ir

 - the virtual test driver (vivi) was replaced by vivid, with has an
   almost complete set of features to emulate most v4l2 devices and
   properly test all sorts of userspace apps

 - the as102 driver had several bugs fixed and was properly split into a
   frontend and a core driver.  With that, it got promoted from staging
   into mainstream

 - one new CI driver got added for CIMaX SP2/SP2HF (sp2 driver)

 - one new frontend driver for Toshiba ISDB-T/ISDB-S demod (tc90522)

 - one new PCI driver for ISDB-T/ISDB-S (pt3 driver)

 - saa7134 driver got support for go7007-based devices

 - added a new PCI driver for Techwell 68xx chipsets (tw68)

 - a new platform driver was added (coda)

 - new tuner drivers: mxl301rf and qm1d1c0042

 - a new DVB USB driver was added for DVBSky S860 & similar devices

 - added a new SDR driver (hackrf)

 - usbtv got audio support

 - several platform drivers are now compiled with COMPILE_TEST

 - a series of compiler fixup patches, making sparse/spatch happier with
   the media stuff and removing several warnings, especially on those
   platform drivers that didn't use to compile on x86

 - Support for several new modern devices got added

 - lots of other fixes, improvements and cleanups

* tag 'media/v3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (544 commits)
  [media] ir-hix5hd2: fix build on c6x arch
  [media] pt3: fix DTV FE I2C driver load error paths
  Revert "[media] media: em28xx - remove reset_resume interface"
  [media] exynos4-is: fix some warnings when compiling on arm64
  [media] usb drivers: use %zu instead of %zd
  [media] pci drivers: use %zu instead of %zd
  [media] dvb-frontends: use %zu instead of %zd
  [media] s5p-mfc: Fix several printk warnings
  [media] s5p_mfc_opr: Fix warnings
  [media] ti-vpe: Fix typecast
  [media] s3c-camif: fix dma_addr_t printks
  [media] s5p_mfc_opr_v6: get rid of warnings when compiled with 64 bits
  [media] s5p_mfc_opr_v5: Fix lots of warnings on x86_64
  [media] em28xx: Fix identation
  [media] drxd: remove a dead code
  [media] saa7146: remove return after BUG()
  [media] cx88: remove return after BUG()
  [media] cx88: fix cards table CodingStyle
  [media] radio-sf16fmr2: declare some structs as static
  [media] radio-sf16fmi: declare pnp_attached as static
  ...
2014-10-10 22:04:49 -04:00
..
drx39xyj [media] drxj: fix sparse warnings 2014-09-03 09:36:22 -03:00
Kconfig [media] tc90522: add driver for Toshiba TC90522 quad demodulator 2014-09-23 17:04:00 -03:00
Makefile [media] tc90522: add driver for Toshiba TC90522 quad demodulator 2014-09-23 17:04:00 -03:00
a8293.c [media] a8293: add small sleep in order to settle LNB voltage 2013-12-18 07:18:31 -02:00
a8293.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
af9013.c [media] af9013: use true/false for boolean vars 2014-09-03 17:59:14 -03:00
af9013.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
af9013_priv.h [media] af9013: use Kernel dev_foo() logging 2012-09-23 20:10:27 -03:00
af9033.c [media] af9033: init DVBv5 statistics 2014-09-21 19:50:35 -03:00
af9033.h [media] af9033: remove I2C addr from config 2014-09-21 19:39:47 -03:00
af9033_priv.h [media] af9033: wrap DVBv3 read SNR to DVBv5 CNR 2014-09-21 19:45:27 -03:00
as102_fe.c [media] as102-fe: Add a release function 2014-08-21 15:25:31 -05:00
as102_fe.h [media] as102-fe: make it an independent driver 2014-08-21 15:25:30 -05:00
as102_fe_types.h [media] as102-fe: make it an independent driver 2014-08-21 15:25:30 -05:00
atbm8830.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
atbm8830.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
atbm8830_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
au8522.h [media] Fix undefined reference to `au8522_attach' 2013-03-26 08:37:48 -03:00
au8522_common.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
au8522_decoder.c [media] au0828/au8522: Add PAL-M support 2014-06-19 13:31:37 -03:00
au8522_dig.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
au8522_priv.h [media] au0828/au8522: Add PAL-M support 2014-06-19 13:31:37 -03:00
bcm3510.c [media] dvb-frontends: use %zu instead of %zd 2014-09-26 06:50:59 -03:00
bcm3510.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
bcm3510_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
bsbe1-d01a.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
bsbe1.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
bsru6.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
cx22700.c [media] dvb-frontends: get rid of some "always false" warnings 2012-10-28 07:38:44 -02:00
cx22700.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
cx22702.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
cx22702.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
cx24110.c [media] media: Remove unnecessary semicolons 2013-10-17 05:51:57 -03:00
cx24110.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
cx24113.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
cx24113.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
cx24116.c [media] dvb-frontends: Replace memcpy with struct assignment 2012-12-27 19:03:15 -02:00
cx24116.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
cx24117.c [media] cx24117: use a valid dev pointer for dev_err printout 2014-02-04 06:36:03 -02:00
cx24117.h [media] cx24117: use hybrid_tuner_request/release_state to share state between multiple instances 2013-10-03 07:40:12 -03:00
cx24123.c [media] cx24123: fix kernel oops due to missing parent pointer 2014-09-21 20:55:37 -03:00
cx24123.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
cxd2820r.h [media] cxd2820r: TS clock inversion in config 2014-07-22 09:47:05 -03:00
cxd2820r_c.c [media] cxd2820r: use true/false for boolean vars 2014-09-03 17:59:15 -03:00
cxd2820r_core.c media updates for v3.18-rc1 2014-10-10 22:04:49 -04:00
cxd2820r_priv.h [media] cxd2820r: use Kernel GPIO for GPIO access 2012-09-27 14:33:58 -03:00
cxd2820r_t.c [media] cxd2820r: use true/false for boolean vars 2014-09-03 17:59:15 -03:00
cxd2820r_t2.c [media] cxd2820r: TS clock inversion in config 2014-07-22 09:47:05 -03:00
dib0070.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
dib0070.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
dib0090.c [media] dib0090: Fix the sleep time at the state machine 2014-07-07 09:58:55 -03:00
dib0090.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
dib3000.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
dib3000mb.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
dib3000mb_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
dib3000mc.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
dib3000mc.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
dib7000m.c [media] dib7000m: Remove unnecessary null test 2014-07-22 21:42:23 -03:00
dib7000m.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
dib7000p.c [media] dib7000p: fix sparse warning 2014-09-03 09:33:42 -03:00
dib7000p.h [media] dib7000: export just one symbol 2014-06-17 12:04:49 -03:00
dib8000.c [media] dib8000: improve the message that reports per-layer locks 2014-07-07 09:59:01 -03:00
dib8000.h [media] dib8000: export just one symbol 2014-06-17 12:04:50 -03:00
dib9000.c [media] media: dib9000: avoid out of bound access 2014-07-22 21:15:41 -03:00
dib9000.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
dibx000_common.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
dibx000_common.h [media] dib8000: enhancement 2013-04-22 16:58:16 -03:00
drxd.h [media] drxd: get rid of EXPORT_SYMBOL(drxd_config_i2c) 2014-06-17 12:04:38 -03:00
drxd_firm.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
drxd_firm.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
drxd_hard.c [media] drxd: remove a dead code 2014-09-26 06:47:58 -03:00
drxd_map_firm.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
drxk.h [media] drxk: remove the option to load firmware asynchronously 2014-01-14 14:40:10 -02:00
drxk_hard.c [media] drxk_hard: fix bad alignments 2014-09-03 19:19:18 -03:00
drxk_hard.h [media] drxk_hard.h: don't use more than 80 columns 2013-06-08 22:09:41 -03:00
drxk_map.h [media] drxk: Add pre/post BER and PER/UCB stats 2013-03-21 10:26:50 -03:00
ds3000.c [media] ds3000: fix reading array out of bound in ds3000_read_snr 2014-02-28 15:21:02 -03:00
ds3000.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
dvb-pll.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
dvb-pll.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
dvb_dummy_fe.c [media] drivers/media/dvb-frontends/dvb_dummy_fe.c: Removes useless kfree() 2012-10-06 11:07:34 -03:00
dvb_dummy_fe.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
ec100.c [media] ec100: improve I2C routines 2012-09-23 20:11:26 -03:00
ec100.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
eds1547.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
hd29l2.c [media] hd29l2: use Kernel dev_foo() logging 2012-09-23 20:11:55 -03:00
hd29l2.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
hd29l2_priv.h [media] hd29l2: use Kernel dev_foo() logging 2012-09-23 20:11:55 -03:00
isl6405.c [media] drivers/media: Remove unnecessary semicolon 2012-10-07 09:15:18 -03:00
isl6405.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
isl6421.c [media] cx88: kernel bz#9476: Fix tone setting for Nova-S+ model 92001 2013-04-08 06:56:47 -03:00
isl6421.h [media] cx88: kernel bz#9476: Fix tone setting for Nova-S+ model 92001 2013-04-08 06:56:47 -03:00
isl6423.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
isl6423.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
itd1000.c [media] dvb-frontends: Don't use dynamic static allocation 2013-11-08 09:45:38 -02:00
itd1000.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
itd1000_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
ix2505v.c [media] ix2505v: use %*ph[N] to dump small buffers 2012-12-21 14:27:02 -02:00
ix2505v.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
l64781.c [media] dvb-frontends: get rid of some "always false" warnings 2012-10-28 07:38:44 -02:00
l64781.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
lg2160.c [media] drivers/media/dvb-frontends/lg2160.c: Removes useless kfree() 2012-10-06 11:11:42 -03:00
lg2160.h [media] lg2160: dubious one-bit signed bitfield 2013-04-22 10:04:20 -03:00
lgdt330x.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
lgdt330x.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
lgdt330x_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
lgdt3305.c [media] lgdt3305: include sleep functionality in lgdt3304_ops 2014-04-07 09:40:24 -03:00
lgdt3305.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
lgs8gl5.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
lgs8gl5.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
lgs8gxx.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
lgs8gxx.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
lgs8gxx_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
lnbh24.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
lnbp21.c [media] drivers/media: Remove unnecessary semicolon 2012-10-07 09:15:18 -03:00
lnbp21.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
lnbp22.c [media] drivers/media: Remove unnecessary semicolon 2012-10-07 09:15:18 -03:00
lnbp22.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
m88ds3103.c [media] m88ds3103: use true/false for boolean vars 2014-09-03 17:59:16 -03:00
m88ds3103.h [media] m88ds3103: implement set voltage and TS clock 2014-09-02 15:02:10 -03:00
m88ds3103_priv.h [media] m88ds3103: implement BER 2014-07-22 21:30:58 -03:00
m88rs2000.c [media] m88rs2000: fix sparse static warnings 2014-04-07 09:39:39 -03:00
m88rs2000.h [media] m88rs2000: add m88rs2000_set_carrieroffset 2014-01-07 09:35:58 -02:00
mb86a16.c [media] dvb: return the error from i2c_transfer if negative 2014-09-22 17:05:13 -03:00
mb86a16.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
mb86a16_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
mb86a20s.c [media] mb86a16/mb86a20s: fix sparse warnings 2014-09-03 09:37:47 -03:00
mb86a20s.h [media, edac] Change my email address 2014-02-07 08:03:07 -02:00
mt312.c [media] dvb-frontends: use %zu instead of %zd 2014-09-26 06:50:59 -03:00
mt312.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
mt312_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
mt352.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
mt352.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
mt352_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
nxt200x.c [media] update Michael Krufky's email address 2014-02-04 06:34:21 -02:00
nxt200x.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
nxt6000.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
nxt6000.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
nxt6000_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
or51132.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
or51132.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
or51211.c [media] dvb-frontends: use %zu instead of %zd 2014-09-26 06:50:59 -03:00
or51211.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
rtl2830.c [media] rtl2830: add parent for I2C adapter 2013-12-09 14:50:51 -02:00
rtl2830.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
rtl2830_priv.h [media] rtl2830: use Kernel dev_foo() logging 2012-09-23 20:12:11 -03:00
rtl2832.c [media] af9013: use true/false for boolean vars 2014-09-03 17:59:16 -03:00
rtl2832.h [media] rtl2832: implement delayed I2C gate close 2014-03-05 15:41:18 -03:00
rtl2832_priv.h [media] rtl2832: implement delayed I2C gate close 2014-03-05 15:41:18 -03:00
rtl2832_sdr.c [media] rtl2832_sdr: logging changes 2014-09-21 16:42:37 -03:00
rtl2832_sdr.h rtl2832_sdr: move from staging to media 2014-07-21 20:55:41 -03:00
s5h1409.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
s5h1409.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
s5h1411.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
s5h1411.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
s5h1420.c [media] s5h1420: Don't use dynamic static allocation 2013-11-08 09:45:38 -02:00
s5h1420.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
s5h1420_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
s5h1432.c [media] drivers/media/dvb-frontends/s5h1432.c: Removes useless kfree() 2012-10-06 11:13:07 -03:00
s5h1432.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
s921.c [media, edac] Change my email address 2014-02-07 08:03:07 -02:00
s921.h [media, edac] Change my email address 2014-02-07 08:03:07 -02:00
si21xx.c [media] dvb: si21xx: buffer overflow in si21_writeregs() 2014-09-23 16:13:38 -03:00
si21xx.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
si2165.c [media] si2165: enable Si2161 support 2014-09-23 16:13:33 -03:00
si2165.h si2135: Declare the structs even if frontend is not enabled 2014-07-28 10:37:08 -03:00
si2165_priv.h [media] si2165: Load driver for all hardware revisions 2014-09-23 16:13:33 -03:00
si2168.c [media] si2168: add FE_CAN_MULTISTREAM into caps 2014-09-26 06:47:44 -03:00
si2168.h [media] si2168: add ts_mode setting and move to si2168_init 2014-09-02 15:03:19 -03:00
si2168_priv.h [media] si2168: avoid firmware loading if it has been loaded previously 2014-09-21 16:42:39 -03:00
sp2.c [media] sp2: Add I2C driver for CIMaX SP2 common interface module 2014-09-02 15:06:49 -03:00
sp2.h [media] sp2: Add I2C driver for CIMaX SP2 common interface module 2014-09-02 15:06:49 -03:00
sp2_priv.h [media] sp2: Add I2C driver for CIMaX SP2 common interface module 2014-09-02 15:06:49 -03:00
sp887x.c [media] drivers/media: Remove unnecessary semicolon 2012-10-07 09:15:18 -03:00
sp887x.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
sp8870.c [media] sp8870: fix bad alignments 2014-09-03 19:18:08 -03:00
sp8870.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
stb0899_algo.c [media] stb0899: sign of CRL_FREQ doesn't depend on inversion 2013-06-08 20:15:09 -03:00
stb0899_cfg.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stb0899_drv.c [media] stb0899_drv: Don't use dynamic static allocation 2013-11-08 09:45:39 -02:00
stb0899_drv.h [media] stb0899: fix inversion enum values to match usage with CFR 2013-06-08 20:13:29 -03:00
stb0899_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stb0899_reg.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stb6000.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stb6000.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
stb6100.c [media] stb6100: fix buffer length check in stb6100_write_reg_range() 2014-02-28 15:20:33 -03:00
stb6100.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
stb6100_cfg.h [media] Cleanup line > 80 character violations 2014-07-22 21:24:24 -03:00
stb6100_proc.h [media] Remove checks of struct member addresses 2014-07-22 21:23:53 -03:00
stv090x.c [media] stv090x: Don't use dynamic static allocation 2013-11-08 09:45:40 -02:00
stv090x.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
stv090x_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stv090x_reg.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stv0288.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stv0288.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
stv0297.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stv0297.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
stv0299.c [media] dvb-frontends: Replace memcpy with struct assignment 2012-12-27 19:03:15 -02:00
stv0299.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
stv0367.c [media] stv0367: Remove an unused parameter 2014-09-22 17:36:53 -03:00
stv0367.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
stv0367_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stv0367_regs.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stv0900.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
stv0900_core.c [media] stv0900_core: don't allocate a temporary var 2014-09-03 17:59:13 -03:00
stv0900_init.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stv0900_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stv0900_reg.h [media] stv0900: Multistream support 2013-01-06 11:08:44 -02:00
stv0900_sw.c [media] drivers/media/dvb-frontends/stv0900_sw.c: Fix break placement 2014-09-22 16:56:17 -03:00
stv6110.c [media] dvb-frontends: Don't use dynamic static allocation 2013-11-08 09:45:38 -02:00
stv6110.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
stv6110x.c [media] dvb-frontends: Don't use dynamic static allocation 2013-11-08 09:45:38 -02:00
stv6110x.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
stv6110x_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
stv6110x_reg.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
tc90522.c [media] tc90522: fix compilation on 32 bits 2014-09-26 06:47:42 -03:00
tc90522.h [media] tc90522: add driver for Toshiba TC90522 quad demodulator 2014-09-23 17:04:00 -03:00
tda665x.c [media] drivers/media/dvb-frontends/tda665x.c: Removes useless kfree() 2012-10-06 11:14:04 -03:00
tda665x.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
tda826x.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
tda826x.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
tda1002x.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
tda1004x.c tda1004x: Lock I2C bus during firmware load 2012-10-01 07:17:01 -03:00
tda1004x.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
tda8083.c [media] media: Remove unnecessary semicolons 2013-10-17 05:51:57 -03:00
tda8083.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
tda8261.c [media] tda8261: add printk levels 2012-09-18 12:46:27 -03:00
tda8261.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
tda8261_cfg.h [media] Cleanup line > 80 character violations 2014-07-22 21:24:24 -03:00
tda10021.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
tda10023.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
tda10048.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
tda10048.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
tda10071.c [media] tda10071: use true/false for boolean vars 2014-09-03 17:59:17 -03:00
tda10071.h [media] tda10071: coding style issues 2014-02-24 10:37:16 -03:00
tda10071_priv.h [media] tda10071: add missing DVB-S2/PSK-8 FEC AUTO 2014-07-14 21:03:08 -03:00
tda10086.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
tda10086.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
tda18271c2dd.c [media] dvb-frontends: decimal vs hex typo in ChannelConfiguration() 2014-07-22 21:00:54 -03:00
tda18271c2dd.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
tda18271c2dd_maps.h [media] dvb-frontends: Add static 2014-07-04 15:33:46 -03:00
tdhd1.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
ts2020.c [media] ts2020: keep 1.06 MHz as default value for frequency_div 2013-10-02 06:48:15 -03:00
ts2020.h [media] media: dvb-frontends: ts2020: Added in a option for frequency divider value for s600 devices 2013-10-02 06:48:14 -03:00
tua6100.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
tua6100.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
ves1x93.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
ves1x93.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
ves1820.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
ves1820.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
z0194a.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
zl10036.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
zl10036.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
zl10039.c [media] dvb-frontends: use %zu instead of %zd 2014-09-26 06:50:59 -03:00
zl10039.h [media] dvb-frontends: use IS_ENABLED 2013-03-23 09:03:59 -03:00
zl10353.c [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00
zl10353.h [media] use IS_ENABLED() macro 2013-02-06 09:24:09 -02:00
zl10353_priv.h [media] move the dvb/frontends to drivers/media/dvb-frontends 2012-08-13 23:13:41 -03:00