index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
xgifb
/
vb_util.h
Age
Commit message (
Expand
)
Author
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
2010-06-22
Staging: xgifb: Remove SHORT, UCHAR, and LONG typedef
Bill Pemberton
2010-06-22
Staging: xgifb: Remove USHORT, ULONG, BOOLEAN, and VOID typedefs
Bill Pemberton
2010-06-04
staging: Add framebuffer driver for XGI chipsets
apatard@mandriva.com