aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/vb_util.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: xgifb: Fixed header file.Kenji Toyama2011-04-251-1/+1
* staging: xgifb: clean up register function variable namesAaro Koskinen2011-03-141-13/+13
* staging: xgifb: clean up register access typesAaro Koskinen2011-03-141-13/+10
* staging: xgifb: rename XGINew_SetRegAND() to xgifb_reg_and()Aaro Koskinen2011-03-141-1/+1
* staging: xgifb: rename XGINew_SetRegANDOR() to xgifb_reg_and_or()Aaro Koskinen2011-03-141-1/+1
* staging: xgifb: rename XGINew_SetRegOR() to xgifb_reg_or()Aaro Koskinen2011-03-141-1/+1
* staging: xgifb: rename XGINew_GetReg1() to xgifb_reg_get()Aaro Koskinen2011-03-141-4/+4
* staging: xgifb: rename XGINew_SetReg1() to xgifb_reg_set()Aaro Koskinen2011-03-141-10/+4
* staging: xgifb: replace XGINew_SetReg4() with outl()Aaro Koskinen2011-03-141-5/+0
* staging: xgifb: replace XGINew_SetReg3() with outb()Aaro Koskinen2011-03-141-5/+0
* staging: xgifb: replace XGINew_GetReg3() with inl()Aaro Koskinen2011-03-141-9/+0
* staging: xgifb: replace XGINew_GetReg2() with inb()Aaro Koskinen2011-03-141-9/+0
* staging: xgifb: vb_util: delete commented-out codeAaro Koskinen2011-03-141-34/+0
* staging: xgifb: vb_util: include the .h fileAaro Koskinen2011-03-141-14/+1
* Staging: xgifb: fixed many style issues in vb_util.cPrashant P. Shah2010-09-041-127/+58
* Staging: xgifb: fix lots of sparse warningsRandy Dunlap2010-08-311-5/+2
* Staging: xgifb: Remove SHORT, UCHAR, and LONG typedefBill Pemberton2010-06-221-8/+8
* Staging: xgifb: Remove USHORT, ULONG, BOOLEAN, and VOID typedefsBill Pemberton2010-06-221-25/+28
* Staging: xgifb: Remove PUCHAR typedefBill Pemberton2010-06-221-1/+1
* Staging: xgifb: Remove port macros in osdef.hBill Pemberton2010-06-221-10/+8
* Staging: xgifb: Remove use of LINUX_KERNEL defineBill Pemberton2010-06-221-4/+0
* Staging: xgifb: Remove use of LINUX_XF86 defineBill Pemberton2010-06-221-22/+0
* Staging: xgifb: Remove use of TC defineBill Pemberton2010-06-221-9/+0
* Staging: xgifb: Remove use of WINCE_HEADER defineBill Pemberton2010-06-221-2/+0
* Staging: xgifb: Remove code for WIN2000Bill Pemberton2010-06-221-19/+0
* staging: Add framebuffer driver for XGI chipsetsapatard@mandriva.com2010-06-041-0/+263