aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-24viafb: rename display_timing to via_display_timingSteffen Trumtrar6-13/+13
2013-01-03Drivers: video: remove __dev* attributes.Greg Kroah-Hartman9-42/+41
2012-09-22viafb: don't touch clock state on OLPC XO-1.5Daniel Drake1-0/+19
2012-05-08video/via: Convert to kstrtou8_from_userPeter Huewe1-22/+12
2012-03-13Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 into fbdev-nextFlorian Tobias Schandinat25-1139/+936
2012-03-08viafb: avoid refresh and mode lookup in set_parFlorian Tobias Schandinat1-18/+14
2012-03-08viafb: modetable conversionFlorian Tobias Schandinat7-1035/+120
2012-03-04viafb: LCD bpp cleanupFlorian Tobias Schandinat5-30/+12
2012-02-24viafb: fix IGA1 modesetting on VX900Florian Tobias Schandinat1-0/+3
2012-02-24viafb: select HW scaling on VX900 for IGA2Florian Tobias Schandinat1-0/+1
2012-02-21viafb: Fix bug in centering codeFlorian Tobias Schandinat1-1/+1
2012-02-21viafb: another workaround for OLPCs weird wiringFlorian Tobias Schandinat1-2/+4
2012-02-17viafb: NULL dereference on allocation failure in query_edid()Dan Carpenter1-2/+5
2012-02-15Merge branch 'viafb-aux' into viafb-nextFlorian Tobias Schandinat15-10/+736
2012-02-13viafb: add initial EDID supportFlorian Tobias Schandinat4-8/+103
2012-02-12viafb: fix I2C emulation on GPIO portsFlorian Tobias Schandinat1-2/+8
2012-02-12viafb: make SAMM to also work on LCDFlorian Tobias Schandinat4-28/+22
2012-02-10viafb: make single framebuffer multiple adapter mode workFlorian Tobias Schandinat4-22/+30
2012-02-10viafb: fill xres and yresFlorian Tobias Schandinat1-1/+2
2012-02-10viafb: set correct polarity for second adapterFlorian Tobias Schandinat1-7/+7
2012-02-10viafb: add auxiliary device management infrastructureFlorian Tobias Schandinat14-1/+626
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