| Age | Commit message (Collapse) | Author | 
 | 
From: Douglas Schilling Landgraf <dougsland@gmail.com>
- Static memory is always initialized with 0.
- Replaced in some cases C99 comments for /* */
Signed-off-by: Douglas Schilling Landgraf <dougsland@gmail.com>
 | 
 | 
dvb_frontend
From: Patrick Boettcher <pb@linuxtv.org>
The dvb_frontend_ops is a pointer inside dvb_frontend. That's why every demod-driver
is having a field of dvb_frontend_ops in its private-state-struct and
using the reference for filling the pointer-field in dvb_frontend.
- It saves at least two lines of code per demod-driver,
- reduces object size (one less dereference per frontend_ops-access),
- be coherent with dvb_tuner_ops,
- makes it a little bit easier for newbies to understand how it works and
- avoids stupid mistakes because you would have to copy the dvb_frontend_ops
  always, before you could assign the static pointer directly, which was
  dangerous.
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
 | 
 | 
From: Andrew de Quincey <adq_dvb@lidskialf.net>
Convert to tuner_ops calls.
Remove pll function pointers from structure.
Remove unneeded tuner calls.
Add i2c gate control function.
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
 | 
 | 
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
 | 
 | 
 | 
 | 
added .get_tune_settings callback for the NXT6000 to have a min_tune_delay of 500ms
Signed-off-by: Svante Olofsson <svante@agentum.com>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
 | 
 | 
 | 
 | 
add support for read_ber, read_signal_strength and read_status
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
included just everywhere
- remove dvb_i2c.[ch], it's not needed anymore
- rename dvb_register_frontend_new() to dvb_register_frontend()
-
 | 
 | 
- remove dvb i2c frontend (un)register code (all drivers use non-i2c frontend calls now)
- add i2c driver ids for all frontends to dvb_frontend.h (should be submitted to i2c-id.h)
- fix usage of i2c driver ids in dst, ves1x93, nxt6000 drivers
- remove dvb i2c functionality from av7110 and budget drivers
- remove dvb i2c functionality from Skystar2 driver
- fix up kernel Makefile
- add a FE_ATSC case to avoid compiler warning (print warning message instead)
 | 
 | 
 | 
 | 
Also some minimal budget-ci CI support implemented (just detection+IRQs)
 | 
 | 
current channel settings on FE_RESET
 | 
 | 
 | 
 | 
 | 
 | 
nada.kth.se>
 | 
 | 
nxt_detach()
feedback appreciated!
 | 
 | 
 | 
 | 
- remove unnecessary blank lines
- remove #pragma stuff
- add 3 obviously missing break statements in nxt6000_dump_status()
- use c style comments instead of //
- remove bogus version history from header file
- remove Windoze style <cr> from header file
 | 
 | 
- fixed some return values in i2c device attach functions
 | 
 | 
 | 
 | 
Add Support for Comtech DVBT-6k07 (PLL IC: SP5730)
 | 
 | 
- change some includes
 | 
 | 
 | 
 | 
 | 
 | 
- Bugfixes
- Setup clock polarity properly
 | 
 | 
- Support BW 6 and 7 MHz modes
- Bugfixes
 | 
 | 
 | 
 | 
 |