aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-22viafb: correct sync polarity for OLPC DCONDaniel Drake1-2/+2
2011-10-31video: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/videoPaul Gortmaker1-0/+1
2011-08-17viafb: replace strict_strtoul to kstrto* and check return valueWang Shaoyan1-58/+68
2011-08-17Merge commit 'v3.1-rc2' into HEADFlorian Tobias Schandinat5-32/+30
2011-08-07viafb: get rid of the remaining modetable structure assumptionsFlorian Tobias Schandinat7-33/+17
2011-08-07viafb: eliminate modetable dependancy of LCD modesettingFlorian Tobias Schandinat3-22/+15
2011-08-07viafb: seperate hardware initializationFlorian Tobias Schandinat1-20/+28
2011-08-07viafb: use information in var for modesettingFlorian Tobias Schandinat4-83/+61
2011-08-07viafb: eliminate viafb_get_pixclockFlorian Tobias Schandinat3-19/+2
2011-08-06viafb: add new funcions to select a single modeFlorian Tobias Schandinat5-61/+70
2011-08-06viafb: fix pointer type missmatchWang Shaoyan1-1/+1
2011-08-05viafb: remove 640x480-60 CRT special caseFlorian Tobias Schandinat2-15/+1
2011-08-05viafb: simplify viafb_fill_crtc_timingFlorian Tobias Schandinat3-12/+10
2011-08-05viafb: remove superfluous mode lookupFlorian Tobias Schandinat1-2/+0
2011-08-05viafb: remove superfluous register unlocking/lockingFlorian Tobias Schandinat2-7/+4
2011-08-05viafb: kill viafb_load_crtc_timingFlorian Tobias Schandinat3-46/+27
2011-08-05viafb: use more compact modesetting functionsFlorian Tobias Schandinat5-578/+128
2011-07-17viafb: improve pitch handlingFlorian Tobias Schandinat2-3/+13
2011-06-27viafbdev: fix compilation warning for unused variableNikanth Karthikesan1-2/+2
2011-05-27viafb: use display information in info not in var for panningFlorian Tobias Schandinat1-2/+3
2011-05-26Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-24/+25
2011-05-22Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Linus Torvalds18-706/+712
2011-05-20gpio/via: rename VIA local config structLinus Walleij1-24/+25
2011-05-11viafb: Automatic OLPC XO-1.5 configurationDaniel Drake1-9/+30
2011-04-26viafb: remove unused CEA modeFlorian Tobias Schandinat3-34/+0
2011-04-25viafb: try to map less memory in case of failureFlorian Tobias Schandinat1-1/+8
2011-04-24viafb: use write combining for video ramFlorian Tobias Schandinat1-1/+1
2011-04-24Merge branch 'viafb-pll' into viafb-nextFlorian Tobias Schandinat7-408/+577
2011-04-24Merge branch 'viafb-cleanup' into viafb-nextFlorian Tobias Schandinat13-251/+84
2011-04-23viafb: add X server compatibility modeFlorian Tobias Schandinat1-0/+7
2011-04-23viafb: reduce OLPC refresh a bitFlorian Tobias Schandinat3-2/+3
2011-04-23viafb: fix OLPC XO 1.5 device connectionFlorian Tobias Schandinat1-0/+5
2011-04-15viafb: fix OLPC DCON refresh rateFlorian Tobias Schandinat2-3/+7
2011-04-07Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds4-49/+46
2011-04-01viafb: delete clock and PLL initializationFlorian Tobias Schandinat1-6/+2
2011-03-31Fix common misspellingsLucas De Marchi3-3/+3
2011-03-27viafb: replace custom return valuesFlorian Tobias Schandinat5-33/+17
2011-03-27viafb: some small cleanup for global variablesFlorian Tobias Schandinat5-18/+7
2011-03-26viafb: gather common good, old VGA initialization in one placeFlorian Tobias Schandinat2-31/+37
2011-03-26viafb: add engine clock supportFlorian Tobias Schandinat3-0/+55
2011-03-25Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Paul Mundt4-49/+46
2011-03-24viafb: add VIA slapping capabilityFlorian Tobias Schandinat2-6/+43
2011-03-24viafb: split clock and PLL code to an extra fileFlorian Tobias Schandinat5-281/+368
2011-03-24viafb: add primary/secondary clock on/off switchesFlorian Tobias Schandinat1-1/+37
2011-03-23viafb: add clock source selection and PLL power management supportFlorian Tobias Schandinat1-0/+88
2011-03-23viafb: prepare for PLL separationFlorian Tobias Schandinat1-43/+84
2011-03-23viafb: call viafb_get_clk_value only in viafb_set_vclockFlorian Tobias Schandinat3-21/+19
2011-03-23viafb: remove unused max_hres/vresFlorian Tobias Schandinat2-137/+3
2011-03-23viafb: allow some pll calculationsFlorian Tobias Schandinat2-282/+106
2011-03-22kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan1-3/+0