summaryrefslogtreecommitdiffstats
path: root/drivers/video/via
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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-241-0/+7
| * | | viafb: delete clock and PLL initializationFlorian Tobias Schandinat2011-04-011-6/+2Star
| * | | 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/+19Star
| * | | viafb: allow some pll calculationsFlorian Tobias Schandinat2011-03-232-282/+106Star
| | |/ | |/|
* | | Merge branch 'viafb-cleanup' into viafb-nextFlorian Tobias Schandinat2011-04-2413-251/+84Star
|\ \ \
| * | | viafb: replace custom return valuesFlorian Tobias Schandinat2011-03-275-33/+17Star
| * | | viafb: some small cleanup for global variablesFlorian Tobias Schandinat2011-03-275-18/+7Star
| * | | viafb: gather common good, old VGA initialization in one placeFlorian Tobias Schandinat2011-03-272-31/+37
| * | | viafb: remove unused max_hres/vresFlorian Tobias Schandinat2011-03-232-137/+3Star
| * | | viafb: kill crt_setting_informationFlorian Tobias Schandinat2011-03-214-26/+15Star
| * | | viafb: no need to write CRTC values twiceFlorian Tobias Schandinat2011-03-211-3/+0Star
| * | | viafb: move initialization codeFlorian Tobias Schandinat2011-03-211-5/+7
| |/ /
* | | viafb: reduce OLPC refresh a bitFlorian Tobias Schandinat2011-04-243-2/+3
* | | viafb: fix OLPC XO 1.5 device connectionFlorian Tobias Schandinat2011-04-241-0/+5
* | | viafb: fix OLPC DCON refresh rateFlorian Tobias Schandinat2011-04-152-3/+7
|/ /
* | viafb: initialize margins correctFlorian Tobias Schandinat2011-03-211-20/+11Star
* | viafb: refresh rate bug collectionFlorian Tobias Schandinat2011-03-164-30/+36
|/
* Merge branch 'viafb-pll' into viafb-nextFlorian Tobias Schandinat2011-03-127-747/+479Star
|\
| * viafb: split pll configs upFlorian Tobias Schandinat2011-03-121-347/+301Star
| * viafb: remove duplicated clock storageFlorian Tobias Schandinat2011-03-125-212/+133Star
| * viafb: always return the best possible clockFlorian Tobias Schandinat2011-03-122-34/+28Star
| * viafb: remove duplicated clock informationFlorian Tobias Schandinat2011-03-124-166/+29Star
* | viafb: factor lcd scaling parameters outFlorian Tobias Schandinat2011-03-092-85/+19Star
* | viafb: strip some structuresFlorian Tobias Schandinat2011-03-092-15/+0Star
* | viafb: remove unused data_mode and device_typeFlorian Tobias Schandinat2011-03-091-3/+0Star
* | viafb: kill lcd_panel_idFlorian Tobias Schandinat2011-03-095-107/+13Star
|/
* video via: make local variables staticStephen Hemminger2011-03-095-59/+61
* video via: fix iomem accessStephen Hemminger2011-03-091-8/+7Star
* video/via: drop deprecated (and unused) i2c_adapter.idPeter Huewe2011-03-021-1/+0Star
* console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2011-01-261-4/+4
* Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6Paul Mundt2010-11-104-23/+138
|\
| * viafb: Add OLPC XO-1.5 port configsDaniel Drake2010-11-091-0/+17
| * viafb: suspend/resume for GPIOsJonathan Corbet2010-11-091-0/+29
| * viafb: General power management infrastructureDaniel Drake2010-11-093-23/+92
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-282-3/+15
|\ \ | |/ |/|
| * [media] Add the via framebuffer camera controller driverJonathan Corbet2010-10-212-3/+15
* | viafb: add initial VX900 supportFlorian Tobias Schandinat2010-10-247-4/+56
* | viafb: fix hardware acceleration for suspend & resumeFlorian Tobias Schandinat2010-10-243-19/+31
* | viafb: make suspend and resume work (on all machines?)Florian Tobias Schandinat2010-10-242-13/+0Star
* | viafb: restore display on resumeFlorian Tobias Schandinat2010-10-241-0/+3
* | Minimal support for viafb suspend/resumeDeepak Saxena2010-10-243-0/+55