Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-19 | Added vp310 support | Andrew de Quincy | |
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 ↵ | Michael Hunold | |
included just everywhere - remove dvb_i2c.[ch], it's not needed anymore - rename dvb_register_frontend_new() to dvb_register_frontend() - | |||
2004-07-17 | - Add missing #include <linux/moduleparam.h> | Kenneth Aafloy | |
2004-07-16 | - Conversion to Kernel I2C layer. | Kenneth Aafloy | |
- MODULE_PARM* -> module_param* - Common name for I2C device and prefix for debug messages. NOTE: This needs testing by someone who has one of these frontends. | |||
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy | |
Also some minimal budget-ci CI support implemented (just detection+IRQs) | |||
2003-12-20 | updated contributors.txt and some email addresses | Andreas Oberritter | |
2003-12-01 | patch for the mt312 module, targeting the VP310. Contributed by Augusto Cardoso. | Holger Waechtler | |
1) Reduced heat in most applications of the VP310. This is specially important on the Skystar2 application. Some old boards based on the VP310 will have heat problems without this patch an may be permanently damaged. 2) Implement "auto" inversion mode for the VP310. With this and a VP310, you don't have to worry about inversion, this is like it should be. 3) Remove unnecessary "prints". 4) Add the ability to generate a module with the option to use debug. When MT312_DEBUG is 0, there is no debug code in the module. When it's set to 1, it's possible to control debug using the module parameter "debug=1" | |||
2003-10-08 | - allow private data to be associated with i2c devices | Andreas Oberritter | |
- fixed some return values in i2c device attach functions | |||
2003-09-10 | changed #ifdef to #if again... | Andreas Oberritter | |
2003-09-10 | Change #if to #ifdef | Michael Hunold | |
2003-09-01 | fixed debugging #ifdef | Andreas Oberritter | |
2003-07-26 | show i2c read errors only for registered frontends | Andreas Oberritter | |
2003-06-26 | vp310 should be configured to 90Mhz, too... | Andreas Oberritter | |
skystar2 driver with bugfixed master_xfer() should probably work now. patch url: http://www.saftware.de/skystar2.c.diff big thanks to Lovec for providing the needed patches, and testing | |||
2003-06-26 | set up data output for skystar2 | Andreas Oberritter | |
2003-06-25 | better support for vp310 on skystar2 cards | Andreas Oberritter | |
2003-06-25 | - follow kernel coding style, mostly indentation fixes, don't put static | Michael Hunold | |
on a separate line, use "real" tab - get rid of "mt312_reg_addr_t" use "enum mt312_reg_addr" instead I know this is annoying, but I get bashed regularly on lkml because of the coding style some of our files have. | |||
2003-06-24 | support for Mitel VP310 (untested) | Andreas Oberritter | |
2003-06-23 | Zarlink MT312 satellite channel decoder driver | Andreas Oberritter | |