Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-14 | Change dvb_frontend_ops to be a real field instead of a pointer field inside ↵ | Patrick Boettcher | |
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> | |||
2006-04-18 | Convert cx22700 to refactored tuner code | Andrew de Quincey | |
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> | |||
2005-11-26 | Whitespaces cleanups. | Mauro Carvalho Chehab | |
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | |||
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 | |
2005-01-07 | patch by Alexey Dobriyan: remove stray '#' | Johannes Stezenbach | |
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |