aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-05Remove unneeded version.h includes from drivers/staging/xgifb/Jesper Juhl4-4/+0
2011-04-26Staging: xgifb: Fixed style issues.Kenji Toyama1-160/+278
2011-04-26Staging: xgifb: Fixed style issues.Kenji Toyama1-281/+375
2011-04-25Staging: xgifb: Fixed styles issues.Kenji Toyama1-71/+71
2011-04-25Staging: xgifb: Fixed style issues.Kenji Toyama1-58/+55
2011-04-25Staging: xgifb: Fixed header file.Kenji Toyama1-1/+1
2011-04-25Staging: xgifb: Removed thousands of warnings.Kenji Toyama1-4102/+4045
2011-04-25Staging: xgifb: Fixed almost all style warnings.Kenji Toyama1-434/+389
2011-04-25Staging: xgifb: Fixed lots of coding style issues.Kenji Toyama1-752/+1133
2011-04-25Staging: xgifb: Fixed coding style issues in vb_setmode.hKenji Toyama1-32/+65
2011-04-25Staging: xgifb: Fixed lots of coding style issues.Kenji Toyama2-165/+369
2011-04-25Staging: xgifb: Fixed coding style issues.Kenji Toyama2-53/+110
2011-04-25Staging: xgifb: Fixed coding style issues in vb_def.hKenji Toyama1-632/+637
2011-04-25staging: xgifb: main: make internal functions staticAaro Koskinen1-2/+2
2011-04-25staging: xgifb: main: delete unused functionsAaro Koskinen1-177/+0
2011-04-25staging: xgifb: main: delete redudant extern declarationsAaro Koskinen2-55/+2
2011-04-25staging: xgifb: main: move functions to avoid forward declarationsAaro Koskinen2-341/+299
2011-04-25staging: xgifb: delete unused register I/O functionsAaro Koskinen2-17/+0
2011-04-25staging: xgifb: delete unused register I/O macrosAaro Koskinen1-36/+0
2011-04-25staging: xgifb: replace setXGIIDXREG() with xgifb_reg_and_or()Aaro Koskinen1-4/+4
2011-04-25staging: xgifb: replace andXGIIDXREG() with xgifb_reg_and()Aaro Koskinen1-5/+5
2011-04-25staging: xgifb: replace orXGIIDXREG() with xgifb_reg_or()Aaro Koskinen1-10/+10
2011-04-25staging: xgifb: replace outXGIIDXREG() with xgifb_reg_set()Aaro Koskinen1-81/+81
2011-04-25staging: xgifb: replace inXGIIDXREG() with xgifb_reg_get()Aaro Koskinen1-36/+36
2011-04-25staging: xgifb: replace outXGIREG() with outb()Aaro Koskinen1-8/+8
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2
2011-03-14staging: xgifb: clean up register function variable namesAaro Koskinen1-13/+13
2011-03-14staging: xgifb: clean up register access typesAaro Koskinen2-18/+15
2011-03-14staging: xgifb: rename XGINew_SetRegAND() to xgifb_reg_and()Aaro Koskinen4-31/+31
2011-03-14staging: xgifb: rename XGINew_SetRegANDOR() to xgifb_reg_and_or()Aaro Koskinen5-200/+200
2011-03-14staging: xgifb: rename XGINew_SetRegOR() to xgifb_reg_or()Aaro Koskinen5-45/+45
2011-03-14staging: xgifb: rename XGINew_GetReg1() to xgifb_reg_get()Aaro Koskinen5-168/+168
2011-03-14staging: xgifb: rename XGINew_SetReg1() to xgifb_reg_set()Aaro Koskinen6-663/+657
2011-03-14staging: xgifb: replace XGINew_SetReg4() with outl()Aaro Koskinen3-10/+4
2011-03-14staging: xgifb: replace XGINew_SetReg3() with outb()Aaro Koskinen4-42/+33
2011-03-14staging: xgifb: replace XGINew_GetReg3() with inl()Aaro Koskinen3-14/+4
2011-03-14staging: xgifb: replace XGINew_GetReg2() with inb()Aaro Koskinen3-35/+25
2011-03-14staging: xgifb: vb_util: delete commented-out codeAaro Koskinen2-36/+0
2011-03-14staging: xgifb: vb_util: include the .h fileAaro Koskinen1-14/+1
2011-03-14staging: xgifb: replace DelayUS() with udelay()Aaro Koskinen1-44/+39
2011-03-14staging: xgifb: use mdelay() for millisecond delaysAaro Koskinen1-3/+3
2011-03-14staging: xgifb: delete incorrect I/O mappingAaro Koskinen2-8/+0
2011-03-14staging: xgifb: delete redundant extended register access enableAaro Koskinen1-4/+0
2011-03-14staging: xgifb: delete unused LINUXBIOS codeAaro Koskinen2-29/+0
2011-03-14staging: xgifb: eliminate redudant chip type >= XG40 checksAaro Koskinen5-102/+36
2011-03-14staging: xgifb: delete dead code for chip types < XG40Aaro Koskinen2-222/+3
2011-03-14staging: xgifb: delete unsupported chip typesAaro Koskinen2-44/+5
2011-03-14staging: xgifb: vb_setmode: move functions to avoid forward declarationsAaro Koskinen1-2279/+2166
2011-03-14staging: xgifb: vb_init: move functions to avoid forward declarationsAaro Koskinen1-447/+428
2011-03-14staging: xgifb: vb_ext: move functions to avoid forward declarationsAaro Koskinen1-164/+156