summaryrefslogtreecommitdiffstats
path: root/drivers/video/via
Commit message (Expand)AuthorAgeFilesLines
* video: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/videoPaul Gortmaker2011-10-311-0/+1
* viafb: replace strict_strtoul to kstrto* and check return valueWang Shaoyan2011-08-171-58/+68
* Merge commit 'v3.1-rc2' into HEADFlorian Tobias Schandinat2011-08-175-32/+30
|\
| * viafbdev: fix compilation warning for unused variableNikanth Karthikesan2011-06-271-2/+2
| * Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-05-261-24/+25
| |\
| | * gpio/via: rename VIA local config structLinus Walleij2011-05-201-24/+25
| * | Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Linus Torvalds2011-05-2218-706/+712
| |\ \ | | |/ | |/|
| * | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-04-074-49/+46
| |\ \
| | * \ Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Paul Mundt2011-03-254-49/+46
| | |\ \
| * | | | Fix common misspellingsLucas De Marchi2011-03-313-3/+3
| |/ / /
| * | | kstrto*: converting strings to integers done (hopefully) rightAlexey Dobriyan2011-03-221-3/+0
* | | | viafb: get rid of the remaining modetable structure assumptionsFlorian Tobias Schandinat2011-08-077-33/+17
* | | | viafb: eliminate modetable dependancy of LCD modesettingFlorian Tobias Schandinat2011-08-073-22/+15
* | | | viafb: seperate hardware initializationFlorian Tobias Schandinat2011-08-071-20/+28
* | | | viafb: use information in var for modesettingFlorian Tobias Schandinat2011-08-074-83/+61
* | | | viafb: eliminate viafb_get_pixclockFlorian Tobias Schandinat2011-08-073-19/+2
* | | | viafb: add new funcions to select a single modeFlorian Tobias Schandinat2011-08-065-61/+70
* | | | viafb: fix pointer type missmatchWang Shaoyan2011-08-061-1/+1
* | | | viafb: remove 640x480-60 CRT special caseFlorian Tobias Schandinat2011-08-052-15/+1
* | | | viafb: simplify viafb_fill_crtc_timingFlorian Tobias Schandinat2011-08-053-12/+10
* | | | viafb: remove superfluous mode lookupFlorian Tobias Schandinat2011-08-051-2/+0
* | | | viafb: remove superfluous register unlocking/lockingFlorian Tobias Schandinat2011-08-052-7/+4
* | | | viafb: kill viafb_load_crtc_timingFlorian Tobias Schandinat2011-08-053-46/+27
* | | | viafb: use more compact modesetting functionsFlorian Tobias Schandinat2011-08-055-578/+128
* | | | viafb: improve pitch handlingFlorian Tobias Schandinat2011-07-172-3/+13
* | | | viafb: use display information in info not in var for panningFlorian Tobias Schandinat2011-05-271-2/+3
| |_|/ |/| |
* | | viafb: Automatic OLPC XO-1.5 configurationDaniel Drake2011-05-111-9/+30
* | | viafb: remove unused CEA modeFlorian Tobias Schandinat2011-04-263-34/+0
* | | viafb: try to map less memory in case of failureFlorian Tobias Schandinat2011-04-251-1/+8
* | | viafb: use write combining for video ramFlorian Tobias Schandinat2011-04-241-1/+1
* | | Merge branch 'viafb-pll' into viafb-nextFlorian Tobias Schandinat2011-04-247-408/+577
|\ \ \
| * | | viafb: add X server compatibility modeFlorian Tobias Schandinat2011-04-231-0/+7
| * | | viafb: delete clock and PLL initializationFlorian Tobias Schandinat2011-04-011-6/+2
| * | | viafb: add engine clock supportFlorian Tobias Schandinat2011-03-263-0/+55
| * | | viafb: add VIA slapping capabilityFlorian Tobias Schandinat2011-03-242-6/+43
| * | | viafb: split clock and PLL code to an extra fileFlorian Tobias Schandinat2011-03-245-281/+368
| * | | viafb: add primary/secondary clock on/off switchesFlorian Tobias Schandinat2011-03-241-1/+37
| * | | viafb: add clock source selection and PLL power management supportFlorian Tobias Schandinat2011-03-231-0/+88
| * | | viafb: prepare for PLL separationFlorian Tobias Schandinat2011-03-231-43/+84
| * | | viafb: call viafb_get_clk_value only in viafb_set_vclockFlorian Tobias Schandinat2011-03-233-21/+19
| * | | viafb: allow some pll calculationsFlorian Tobias Schandinat2011-03-232-282/+106
| | |/ | |/|
* | | Merge branch 'viafb-cleanup' into viafb-nextFlorian Tobias Schandinat2011-04-2413-251/+84
|\ \ \
| * | | viafb: replace custom return valuesFlorian Tobias Schandinat2011-03-275-33/+17
| * | | viafb: some small cleanup for global variablesFlorian Tobias Schandinat2011-03-275-18/+7
| * | | viafb: gather common good, old VGA initialization in one placeFlorian Tobias Schandinat2011-03-262-31/+37
| * | | viafb: remove unused max_hres/vresFlorian Tobias Schandinat2011-03-232-137/+3
| * | | viafb: kill crt_setting_informationFlorian Tobias Schandinat2011-03-214-26/+15
| * | | viafb: no need to write CRTC values twiceFlorian Tobias Schandinat2011-03-211-3/+0
| * | | viafb: move initialization codeFlorian Tobias Schandinat2011-03-211-5/+7
| |/ /
* | | viafb: reduce OLPC refresh a bitFlorian Tobias Schandinat2011-04-233-2/+3
OpenPOWER on IntegriCloud