summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb
Commit message (Expand)AuthorAgeFilesLines
...
* staging: xgifb: XGI_GetTVPtr: drop the table parameterAaro Koskinen2012-09-111-100/+50Star
* staging: xgifb: avoid copy-pasting LCD dataAaro Koskinen2012-09-111-34/+3Star
* staging: xgifb: delete redundant chip type checkAaro Koskinen2012-09-111-3/+1Star
* staging: xgifb: delete some unused #definesAaro Koskinen2012-09-111-11/+0Star
* staging: xgifb: delete IF_DEF_LCDAAaro Koskinen2012-09-112-68/+37Star
* staging: xgifb: delete IF_DEF_ExpLinkAaro Koskinen2012-09-112-15/+0Star
* staging: xgifb: replace XGI_XG21SetPanelDelay() with mdelay()Aaro Koskinen2012-09-111-33/+6Star
* staging: xgifb: document some LVDS data delay valuesAaro Koskinen2012-09-111-4/+4
* Staging: xgifb: fix bitwise vs logical bugDan Carpenter2012-08-151-1/+1
* staging: xgifb: print small buffers via %*phAndy Shevchenko2012-08-141-10/+3Star
* Staging: xgifb: Remove useless condition.Miguel Gómez2012-07-121-2/+0Star
* Staging: xgifb: Fix coding style.Miguel Gómez2012-07-124-37/+58
* Staging: xgifb: Rework some conditions in XGI_SetCRT2ModeRegs().Miguel Gómez2012-07-121-47/+36Star
* Staging: xgifb: Rework conditions in XGI_EnableBridge().Miguel Gómez2012-07-121-26/+18Star
* Staging: xgifb: Rework conditions in XGI_SetLockRegs().Miguel Gómez2012-07-121-18/+10Star
* Staging: xgifb: Refactor XGI_GetCRT2ResInfo().Miguel Gómez2012-07-121-30/+31
* Staging: xgifb: Rework conditions in XGI_GetVBInfo().Miguel Gómez2012-07-121-145/+142Star
* Staging: xgifb: Refactor XGI_GetVBType().Miguel Gómez2012-07-121-33/+36
* Staging: xgifb: Refactor XGI_AjustCRT2Rate().Miguel Gómez2012-07-121-48/+25Star
* Staging: xgifb: Rework conditions in XGI_SetATTRegs().Miguel Gómez2012-07-121-11/+8Star
* Staging: xgifb: Remove useless always true condition.Miguel Gómez2012-07-121-4/+0Star
* Staging: xgifb: Remove unneeded var and condition in XGIfb_search_vesamode().Miguel Gómez2012-07-121-5/+3Star
* Staging: xgifb: Simplify XGIfb_GetXG21DefaultLVDSModeIdx().Miguel Gómez2012-07-121-18/+9Star
* Staging: xgifb: Remove useless switch in XGIfb_detect_VB().Miguel Gómez2012-07-121-10/+0Star
* Staging: xgifb: Improve debug strings.Miguel Gómez2012-07-122-19/+19
* Staging: xgifb: Remove unused struct _chswtable.Miguel Gómez2012-07-121-10/+0Star
* Staging: xgifb: Remove LCDA detection in xgifb_probe().Miguel Gómez2012-07-121-30/+0Star
* Staging: xgifb: Remove unneeded XGI_LCD_TYPE enumeration.Miguel Gómez2012-07-121-34/+0Star
* Staging: xgifb: Comment cleaning.Miguel Gómez2012-07-128-306/+61Star
* Staging: xgifb: Replace pr_* with dev_* when possible.Miguel Gómez2012-06-192-31/+45
* Staging: xgifb: Fix sparse warnings.Miguel Gómez2012-06-193-1/+3
* Staging: xgifb: Remove printk usage.Miguel Gómez2012-06-192-68/+15Star
* Staging: xgifb: Remove XGIFAIL() macro and its calls.Miguel Gómez2012-06-192-4/+4
* Staging: xgifb: define real dumpVGAReg() content only in DEBUG mode.Miguel Gómez2012-06-191-3/+1Star
* Staging: xgifb: remove DPRINTK() macro and replace it with pr_debug.Miguel Gómez2012-06-191-24/+18Star
* Staging: xgifb: remove DEBUGPRN() macro and its uses.Miguel Gómez2012-06-191-13/+0Star
* Staging: xgifb: reformat module parameter descriptions.Miguel Gómez2012-06-191-8/+8
* staging/xgifb: Cleanup vb_device_info structPeter Huewe2012-06-145-199/+67Star
* staging/xgifb: Use SiS structsPeter Huewe2012-06-143-78/+50Star
* staging/xgifb: Replace delay lookup tables with constant valuesPeter Huewe2012-06-143-69/+19Star
* staging/xgifb: Remove useless function XGI_CloseCRTCPeter Huewe2012-06-141-12/+0Star
* staging/xgifb: Simplyfy XGI_GetVCLK2Ptr a bitPeter Huewe2012-06-141-18/+8Star
* staging/xgifb: Replace constant arrays with constant valuesPeter Huewe2012-06-141-23/+5Star
* staging/xgifb: Remove unnecessary fields of XGINew_DDRDRAM_TYPE{340, 20}Peter Huewe2012-06-141-25/+25
* staging/xgifb: Inline XGINew_SetDRAMSizingTypePeter Huewe2012-06-141-12/+4Star
* staging/xgifb: Remove duplicated code from XGINew_DDRSizing340Peter Huewe2012-06-141-39/+25Star
* staging/xgifb: Consolidate XGINew_SetDRAMSize{,20}RegPeter Huewe2012-06-141-49/+5Star
* staging/xgifb: Remove superfluous header includesPeter Huewe2012-06-147-61/+1Star
* staging/xgifb: Add header #include guards to vb_table.hPeter Huewe2012-06-141-0/+3
* staging/xgifb: Add mutext for fb_mmap lockingPeter Huewe2012-06-141-1/+8