Age | Commit message (Collapse) | Author |
|
Also some minimal budget-ci CI support implemented (just detection+IRQs)
|
|
|
|
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"
|
|
- fixed some return values in i2c device attach functions
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
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.
|
|
|
|
|