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
/
tda80xx.c
Age
Commit message (
Expand
)
Author
2009-08-10
Use kzalloc for frontend states to have struct dvb_frontend properly
Douglas Schilling Landgraf
2006-07-19
Removed the remaining config.h stuff
Mauro Carvalho Chehab
2006-05-14
Change dvb_frontend_ops to be a real field instead of a pointer field inside ...
Patrick Boettcher
2006-04-18
Convert tda80xx to refactored tuner code
Andrew de Quincey
2005-12-08
removed unneccessary header.
Mauro Carvalho Chehab
2005-12-08
more #if 0 / #if 1 fixes to be in sync with kernel
Mauro Carvalho Chehab
2005-12-08
keep #if 0 for existent code when genreating kernel patches
Mauro Carvalho Chehab
2005-08-31
From: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Johannes Stezenbach
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