summaryrefslogtreecommitdiffstats
path: root/drivers/video/via
Commit message (Expand)AuthorAgeFilesLines
* video/via: Convert to kstrtou8_from_userPeter Huewe2012-05-081-22/+12
* Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 into fbdev...Florian Tobias Schandinat2012-03-1325-1139/+936
|\
| * viafb: avoid refresh and mode lookup in set_parFlorian Tobias Schandinat2012-03-081-18/+14
| * viafb: modetable conversionFlorian Tobias Schandinat2012-03-087-1035/+120
| * viafb: LCD bpp cleanupFlorian Tobias Schandinat2012-03-045-30/+12
| * viafb: Fix bug in centering codeFlorian Tobias Schandinat2012-02-211-1/+1
| * viafb: another workaround for OLPCs weird wiringFlorian Tobias Schandinat2012-02-211-2/+4
| * viafb: NULL dereference on allocation failure in query_edid()Dan Carpenter2012-02-171-2/+5
| * Merge branch 'viafb-aux' into viafb-nextFlorian Tobias Schandinat2012-02-1515-10/+736
| |\
| | * viafb: add initial EDID supportFlorian Tobias Schandinat2012-02-134-8/+103
| | * viafb: fix I2C emulation on GPIO portsFlorian Tobias Schandinat2012-02-121-2/+8
| | * viafb: add auxiliary device management infrastructureFlorian Tobias Schandinat2012-02-1014-1/+626
| * | viafb: make SAMM to also work on LCDFlorian Tobias Schandinat2012-02-124-28/+22
| * | viafb: make single framebuffer multiple adapter mode workFlorian Tobias Schandinat2012-02-104-22/+30
| * | viafb: fill xres and yresFlorian Tobias Schandinat2012-02-101-1/+2
| * | viafb: set correct polarity for second adapterFlorian Tobias Schandinat2012-02-101-7/+7
| |/
* | viafb: fix IGA1 modesetting on VX900Florian Tobias Schandinat2012-02-241-0/+3
* | viafb: select HW scaling on VX900 for IGA2Florian Tobias Schandinat2012-02-241-0/+1
|/
* viafb: correct sync polarity for OLPC DCONDaniel Drake2011-11-221-2/+2
* 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
|\ \ \