Age | Commit message (Expand) | Author |
2011-04-26 | Staging: xgifb: Fixed style issues. | Kenji Toyama |
2011-04-26 | Staging: xgifb: Fixed style issues. | Kenji Toyama |
2011-04-25 | Staging: xgifb: Fixed styles issues. | Kenji Toyama |
2011-04-25 | Staging: xgifb: Fixed style issues. | Kenji Toyama |
2011-04-25 | Staging: xgifb: Fixed header file. | Kenji Toyama |
2011-04-25 | Staging: xgifb: Removed thousands of warnings. | Kenji Toyama |
2011-04-25 | Staging: xgifb: Fixed almost all style warnings. | Kenji Toyama |
2011-04-25 | Staging: xgifb: Fixed lots of coding style issues. | Kenji Toyama |
2011-04-25 | Staging: xgifb: Fixed coding style issues in vb_setmode.h | Kenji Toyama |
2011-04-25 | Staging: xgifb: Fixed lots of coding style issues. | Kenji Toyama |
2011-04-25 | Staging: xgifb: Fixed coding style issues. | Kenji Toyama |
2011-04-25 | Staging: xgifb: Fixed coding style issues in vb_def.h | Kenji Toyama |
2011-04-25 | staging: xgifb: main: make internal functions static | Aaro Koskinen |
2011-04-25 | staging: xgifb: main: delete unused functions | Aaro Koskinen |
2011-04-25 | staging: xgifb: main: delete redudant extern declarations | Aaro Koskinen |
2011-04-25 | staging: xgifb: main: move functions to avoid forward declarations | Aaro Koskinen |
2011-04-25 | staging: xgifb: delete unused register I/O functions | Aaro Koskinen |
2011-04-25 | staging: xgifb: delete unused register I/O macros | Aaro Koskinen |
2011-04-25 | staging: xgifb: replace setXGIIDXREG() with xgifb_reg_and_or() | Aaro Koskinen |
2011-04-25 | staging: xgifb: replace andXGIIDXREG() with xgifb_reg_and() | Aaro Koskinen |
2011-04-25 | staging: xgifb: replace orXGIIDXREG() with xgifb_reg_or() | Aaro Koskinen |
2011-04-25 | staging: xgifb: replace outXGIIDXREG() with xgifb_reg_set() | Aaro Koskinen |
2011-04-25 | staging: xgifb: replace inXGIIDXREG() with xgifb_reg_get() | Aaro Koskinen |
2011-04-25 | staging: xgifb: replace outXGIREG() with outb() | Aaro Koskinen |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-03-14 | staging: xgifb: clean up register function variable names | Aaro Koskinen |
2011-03-14 | staging: xgifb: clean up register access types | Aaro Koskinen |
2011-03-14 | staging: xgifb: rename XGINew_SetRegAND() to xgifb_reg_and() | Aaro Koskinen |
2011-03-14 | staging: xgifb: rename XGINew_SetRegANDOR() to xgifb_reg_and_or() | Aaro Koskinen |
2011-03-14 | staging: xgifb: rename XGINew_SetRegOR() to xgifb_reg_or() | Aaro Koskinen |
2011-03-14 | staging: xgifb: rename XGINew_GetReg1() to xgifb_reg_get() | Aaro Koskinen |
2011-03-14 | staging: xgifb: rename XGINew_SetReg1() to xgifb_reg_set() | Aaro Koskinen |
2011-03-14 | staging: xgifb: replace XGINew_SetReg4() with outl() | Aaro Koskinen |
2011-03-14 | staging: xgifb: replace XGINew_SetReg3() with outb() | Aaro Koskinen |
2011-03-14 | staging: xgifb: replace XGINew_GetReg3() with inl() | Aaro Koskinen |
2011-03-14 | staging: xgifb: replace XGINew_GetReg2() with inb() | Aaro Koskinen |
2011-03-14 | staging: xgifb: vb_util: delete commented-out code | Aaro Koskinen |
2011-03-14 | staging: xgifb: vb_util: include the .h file | Aaro Koskinen |
2011-03-14 | staging: xgifb: replace DelayUS() with udelay() | Aaro Koskinen |
2011-03-14 | staging: xgifb: use mdelay() for millisecond delays | Aaro Koskinen |
2011-03-14 | staging: xgifb: delete incorrect I/O mapping | Aaro Koskinen |
2011-03-14 | staging: xgifb: delete redundant extended register access enable | Aaro Koskinen |
2011-03-14 | staging: xgifb: delete unused LINUXBIOS code | Aaro Koskinen |
2011-03-14 | staging: xgifb: eliminate redudant chip type >= XG40 checks | Aaro Koskinen |
2011-03-14 | staging: xgifb: delete dead code for chip types < XG40 | Aaro Koskinen |
2011-03-14 | staging: xgifb: delete unsupported chip types | Aaro Koskinen |
2011-03-14 | staging: xgifb: vb_setmode: move functions to avoid forward declarations | Aaro Koskinen |
2011-03-14 | staging: xgifb: vb_init: move functions to avoid forward declarations | Aaro Koskinen |
2011-03-14 | staging: xgifb: vb_ext: move functions to avoid forward declarations | Aaro Koskinen |
2011-03-09 | staging: xgifb: vb_init: make internal functions static | Aaro Koskinen |