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
/
common
/
tuners
/
xc5000.c
Age
Commit message (
Expand
)
Author
2009-05-14
xc5000: add copyright line
Devin Heitmueller
2009-05-04
xc5000: poll at 5ms interval for register write command completion
Devin Heitmueller
2009-05-04
xc5000: add support for DVB-T tuning
Devin Heitmueller
2009-05-04
xc5000: switch to new xc5000 firmware 1.6.114 with redistribution rights
Devin Heitmueller
2009-04-28
xc5000: add "no_poweroff" module option
Devin Heitmueller
2009-04-02
xc5000: cleanup firmware loading messages
Devin Heitmueller
2009-04-02
xc5000: start using the newer "finerfreq" tuning command
Devin Heitmueller
2009-04-02
xc5000: add build version to debug info
Devin Heitmueller
2009-04-02
xc5000: Properly support power down for newer firmware
Devin Heitmueller
2009-04-02
xc5000: switch to new version of Xceive firmware
Devin Heitmueller
2008-11-16
xc5000: do not sleep after digital tuning
Michael Krufky
2008-11-16
xc5000: restore sleep routine
Michael Krufky
2008-11-16
xc5000: check xc5000_readreg return value for XC_RESULT_SUCCESS
Michael Krufky
2008-11-16
xc5000: cleanup i2c write routines
Michael Krufky
2008-11-16
xc5000: cleanup i2c read routines
Michael Krufky
2008-11-15
xc5000: handle tuner reset failures properly
Michael Krufky
2009-04-26
Link firmware to physical device
Mauro Carvalho Chehab
2009-03-18
merge: http://linuxtv.org/hg/~dheitmueller/hvr950q-analog2
Mauro Carvalho Chehab
2009-03-11
xc5000: fix bug for hybrid xc5000 devices with IF other than 5380
Devin Heitmueller
2009-03-03
xc5000: Fix CodingStyle errors introduced by the last patch
Mauro Carvalho Chehab
2009-03-03
xc5000: prepare it to be used by cx231xx module
Mauro Carvalho Chehab
2008-12-17
xc5000: remove init_fw option
Devin Heitmueller
2008-10-16
xc5000: Checkpatch compliance
Steven Toth
2008-09-12
convert tuner drivers to use dvb_frontend->callback
Michael Krufky
2008-09-06
xc5000: dont pass devptr in xc5000_attach()
Michael Krufky
2008-09-06
xc5000: prevent an OOPS if analog driver is unloaded while digital is in use
Michael Krufky
2008-09-06
xc5000: allow multiple driver instances for the same hardware to share state
Michael Krufky
2008-09-06
xc5000: kill xc5000_priv.h
Michael Krufky
2008-08-28
Steven Toth email address change
Steven Toth
2008-07-17
backport commit c63e87e90abb5d3ecd05d6c6eba94163bf8c1760
Mauro Carvalho Chehab
2008-06-21
xc5000: add module option to load firmware during driver attach
Michael Krufky
2008-06-21
xc5000: check device hardware state to determine if firmware download is needed
Michael Krufky
2008-05-10
xc5000: bug-fix: allow multiple devices in a single system
Michael Krufky
2008-04-26
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Mauro Carvalho Chehab