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