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> | |||
2005-12-09 | TTUSB DEC driver patch roundup | Alex Woods | |
From: Alex Woods <linux-dvb@giblets.org> Collection of patches from Peter Beutner addressing: - add symbolrates to the DVB-S frontend description - fix capability flags in DVB-S frontend describtion - remove some void casts - disable zig-zag scanning as it makes no sense for DVB-T - set sensible min_delay value - return an error for requested filter types the driver can't handle Signed-off-by: Peter Beutner <p.beutner@gmx.net> Signed-off-by: Alex Woods <linux-dvb@giblets.org> | |||
2005-06-22 | The Coverity checker discovered that these two kfree's can never be | Johannes Stezenbach | |
executed. Signed-off-by: Adrian Bunk <bunk@stusta.de> | |||
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 | |