Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | video: Add export.h for THIS_MODULE/EXPORT_SYMBOL to drivers/video | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | viafb: replace strict_strtoul to kstrto* and check return value | Wang Shaoyan | 2011-08-17 | 1 | -58/+68 |
* | Merge commit 'v3.1-rc2' into HEAD | Florian Tobias Schandinat | 2011-08-17 | 5 | -32/+30 |
|\ | |||||
| * | viafbdev: fix compilation warning for unused variable | Nikanth Karthikesan | 2011-06-27 | 1 | -2/+2 |
| * | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2011-05-26 | 1 | -24/+25 |
| |\ | |||||
| | * | gpio/via: rename VIA local config struct | Linus Walleij | 2011-05-20 | 1 | -24/+25 |
| * | | Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 2011-05-22 | 18 | -706/+712 |
| |\ \ | | |/ | |/| | |||||
| * | | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-04-07 | 4 | -49/+46 |
| |\ \ | |||||
| | * \ | Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 | Paul Mundt | 2011-03-25 | 4 | -49/+46 |
| | |\ \ | |||||
| * | | | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 3 | -3/+3 |
| |/ / / | |||||
| * | | | kstrto*: converting strings to integers done (hopefully) right | Alexey Dobriyan | 2011-03-22 | 1 | -3/+0 |
* | | | | viafb: get rid of the remaining modetable structure assumptions | Florian Tobias Schandinat | 2011-08-07 | 7 | -33/+17 |
* | | | | viafb: eliminate modetable dependancy of LCD modesetting | Florian Tobias Schandinat | 2011-08-07 | 3 | -22/+15 |
* | | | | viafb: seperate hardware initialization | Florian Tobias Schandinat | 2011-08-07 | 1 | -20/+28 |
* | | | | viafb: use information in var for modesetting | Florian Tobias Schandinat | 2011-08-07 | 4 | -83/+61 |
* | | | | viafb: eliminate viafb_get_pixclock | Florian Tobias Schandinat | 2011-08-07 | 3 | -19/+2 |
* | | | | viafb: add new funcions to select a single mode | Florian Tobias Schandinat | 2011-08-06 | 5 | -61/+70 |
* | | | | viafb: fix pointer type missmatch | Wang Shaoyan | 2011-08-06 | 1 | -1/+1 |
* | | | | viafb: remove 640x480-60 CRT special case | Florian Tobias Schandinat | 2011-08-05 | 2 | -15/+1 |
* | | | | viafb: simplify viafb_fill_crtc_timing | Florian Tobias Schandinat | 2011-08-05 | 3 | -12/+10 |
* | | | | viafb: remove superfluous mode lookup | Florian Tobias Schandinat | 2011-08-05 | 1 | -2/+0 |
* | | | | viafb: remove superfluous register unlocking/locking | Florian Tobias Schandinat | 2011-08-05 | 2 | -7/+4 |
* | | | | viafb: kill viafb_load_crtc_timing | Florian Tobias Schandinat | 2011-08-05 | 3 | -46/+27 |
* | | | | viafb: use more compact modesetting functions | Florian Tobias Schandinat | 2011-08-05 | 5 | -578/+128 |
* | | | | viafb: improve pitch handling | Florian Tobias Schandinat | 2011-07-17 | 2 | -3/+13 |
* | | | | viafb: use display information in info not in var for panning | Florian Tobias Schandinat | 2011-05-27 | 1 | -2/+3 |
| |_|/ |/| | | |||||
* | | | viafb: Automatic OLPC XO-1.5 configuration | Daniel Drake | 2011-05-11 | 1 | -9/+30 |
* | | | viafb: remove unused CEA mode | Florian Tobias Schandinat | 2011-04-26 | 3 | -34/+0 |
* | | | viafb: try to map less memory in case of failure | Florian Tobias Schandinat | 2011-04-25 | 1 | -1/+8 |
* | | | viafb: use write combining for video ram | Florian Tobias Schandinat | 2011-04-24 | 1 | -1/+1 |
* | | | Merge branch 'viafb-pll' into viafb-next | Florian Tobias Schandinat | 2011-04-24 | 7 | -408/+577 |
|\ \ \ | |||||
| * | | | viafb: add X server compatibility mode | Florian Tobias Schandinat | 2011-04-23 | 1 | -0/+7 |
| * | | | viafb: delete clock and PLL initialization | Florian Tobias Schandinat | 2011-04-01 | 1 | -6/+2 |
| * | | | viafb: add engine clock support | Florian Tobias Schandinat | 2011-03-26 | 3 | -0/+55 |
| * | | | viafb: add VIA slapping capability | Florian Tobias Schandinat | 2011-03-24 | 2 | -6/+43 |
| * | | | viafb: split clock and PLL code to an extra file | Florian Tobias Schandinat | 2011-03-24 | 5 | -281/+368 |
| * | | | viafb: add primary/secondary clock on/off switches | Florian Tobias Schandinat | 2011-03-24 | 1 | -1/+37 |
| * | | | viafb: add clock source selection and PLL power management support | Florian Tobias Schandinat | 2011-03-23 | 1 | -0/+88 |
| * | | | viafb: prepare for PLL separation | Florian Tobias Schandinat | 2011-03-23 | 1 | -43/+84 |
| * | | | viafb: call viafb_get_clk_value only in viafb_set_vclock | Florian Tobias Schandinat | 2011-03-23 | 3 | -21/+19 |
| * | | | viafb: allow some pll calculations | Florian Tobias Schandinat | 2011-03-23 | 2 | -282/+106 |
| | |/ | |/| | |||||
* | | | Merge branch 'viafb-cleanup' into viafb-next | Florian Tobias Schandinat | 2011-04-24 | 13 | -251/+84 |
|\ \ \ | |||||
| * | | | viafb: replace custom return values | Florian Tobias Schandinat | 2011-03-27 | 5 | -33/+17 |
| * | | | viafb: some small cleanup for global variables | Florian Tobias Schandinat | 2011-03-27 | 5 | -18/+7 |
| * | | | viafb: gather common good, old VGA initialization in one place | Florian Tobias Schandinat | 2011-03-26 | 2 | -31/+37 |
| * | | | viafb: remove unused max_hres/vres | Florian Tobias Schandinat | 2011-03-23 | 2 | -137/+3 |
| * | | | viafb: kill crt_setting_information | Florian Tobias Schandinat | 2011-03-21 | 4 | -26/+15 |
| * | | | viafb: no need to write CRTC values twice | Florian Tobias Schandinat | 2011-03-21 | 1 | -3/+0 |
| * | | | viafb: move initialization code | Florian Tobias Schandinat | 2011-03-21 | 1 | -5/+7 |
| |/ / | |||||
* | | | viafb: reduce OLPC refresh a bit | Florian Tobias Schandinat | 2011-04-23 | 3 | -2/+3 |