index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
dvb
/
frontends
/
ves1820.c
Age
Commit message (
Expand
)
Author
2006-04-18
Convert ves1820 to refactored tuner code
Andrew de Quincey
2005-11-21
From: Denis Vlasenko <vda@ilport.com.ua>
Johannes Stezenbach
2005-07-24
Reset acgconf register after tuning to improve locking, as suggested
Johannes Stezenbach
2005-04-07
- remove msleep(10) in writereg (suggested by Tony Glader)
Kenneth Aafloy
2005-04-05
- remove unnecessary casts in frontends
Kenneth Aafloy
2005-03-09
- kfree(NULL) is safe
Kenneth Aafloy
2005-03-02
whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)
Johannes Stezenbach
2004-11-16
- MODULE_PARM -> module_param
Kenneth Aafloy
2004-10-28
Imported FE_REFACTORING to HEAD
Andrew de Quincy
2004-08-24
- replace dvb_unregister_frontend_new() with dvb_unregister_frontend()
Michael Hunold
2004-08-18
- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...
Michael Hunold
2004-08-18
- nuke dvb functions stuff
Michael Hunold
2004-08-18
- remove dvb i2c code (all drivers are ported to kernel i2c)
Michael Hunold
2004-08-18
- don't invent new return codes, but pass through the return code of the func...
Michael Hunold
2004-08-09
- add back per-device pwm setting support, now done via sysfs attributes
Michael Hunold
2004-08-09
- convert to kernel i2c
Michael Hunold
2004-05-03
Overhaul frontend i2c subsystem because of the recent discussion about
Michael Hunold
2004-03-11
Checked in experimental frontend patch
Andrew de Quincy
2004-03-01
remove FE_CAN_RECOVER as suggested by Torbjörn Jansson
Johannes Stezenbach
2004-02-15
- change AFC handling as suggested by Robert Schlabbach
Johannes Stezenbach
2004-02-15
verbose-print AFC only if carrier has been recovered
Johannes Stezenbach
2004-02-13
turn off ves1820 test output pins (don't know if this makes
Johannes Stezenbach
2004-02-07
gcc-3.5 compatibilty patch from 2.6.3-rc1
Johannes Stezenbach
2003-12-20
increase mdelay from 30 to 50 to be more reliable with bad reception quality
Andreas Oberritter
2003-11-27
- completed nokia board support
Andreas Oberritter
2003-11-27
- set default pwm value to 0x48 for boards which don't have an eeprom at i2c ...
Andreas Oberritter
2003-10-08
- allow private data to be associated with i2c devices
Andreas Oberritter
2003-09-24
allow PWM (tuner calibaration) value from EEPROM to be overridden
Johannes Stezenbach
2003-09-24
- patch by Peter Bieringer: nicer log output
Johannes Stezenbach
2003-09-10
C99 initializer fixes backported from 2.6.0-test5
Michael Hunold
2003-08-21
Patch from Lauri Pesonen: Use correct IF for TT-Budget card.
Johannes Stezenbach
2003-06-19
use Robert's suggestions for CLKCONF (0x03) and CARCONF (0x04)
Holger Waechtler
2003-06-18
When I submitted the last patchset for the 2.5 kernel series,
Michael Hunold
2003-05-27
fixed c99 initializers
Andreas Oberritter
2003-05-27
- remove enumeration typedefs
Michael Hunold
2003-05-27
Use C99 initializers.
Michael Hunold
2003-05-20
changed AFC debug printk to output frequency offset in Hz
Johannes Stezenbach
2003-05-19
patch from Jaakko Hyvatti http://hyvatti.iki.fi/~jaakko/dvb/dvb7.diff
Johannes Stezenbach
2003-05-19
more 64bit compile time warning fixes
Holger Waechtler
2003-05-19
apply patch by <jaakko@hyvatti.iki.fi> to distinguish different PLL/Synthesizer
Holger Waechtler
2003-05-13
patch from Jaakko Hyvatti http://hyvatti.iki.fi/~jaakko/dvb/dvb6.diff:
Johannes Stezenbach
2003-04-30
- introduce dvb_functions.h in order to make the dvb subsystem
Michael Hunold
2003-04-26
Revert ddelay() cleanup, discuss this first with Holger.
Michael Hunold
2003-04-25
Lots of cosmetic changes in order to sync the CVS with
Michael Hunold
2003-04-24
- #include "compat.h" --> #include "dvb_compat.h"
Holger Waechtler
2003-04-20
moved definition of XIN to top
Andreas Oberritter
2003-03-22
more portability, now frontend modules build out of the box
Holger Waechtler
2003-03-21
- more portability changes, move ddelay() into compat.h
Holger Waechtler
2003-03-19
add a flag FE_CAN_RECOVER to frontend capabilities. When you set this flag
Holger Waechtler
2003-03-12
setup correct IF, reported by Dennis Noordsij <dennis.noordsij@wiral.com>
Holger Waechtler
[next]