Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | 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 | |
* | | | viafb: fix OLPC XO 1.5 device connection | Florian Tobias Schandinat | 2011-04-23 | 1 | -0/+5 | |
* | | | viafb: fix OLPC DCON refresh rate | Florian Tobias Schandinat | 2011-04-15 | 2 | -3/+7 | |
|/ / | ||||||
* | | viafb: initialize margins correct | Florian Tobias Schandinat | 2011-03-21 | 1 | -20/+11 | |
* | | viafb: refresh rate bug collection | Florian Tobias Schandinat | 2011-03-16 | 4 | -30/+36 | |
|/ | ||||||
* | Merge branch 'viafb-pll' into viafb-next | Florian Tobias Schandinat | 2011-03-12 | 7 | -747/+479 | |
|\ | ||||||
| * | viafb: split pll configs up | Florian Tobias Schandinat | 2011-03-12 | 1 | -347/+301 | |
| * | viafb: remove duplicated clock storage | Florian Tobias Schandinat | 2011-03-12 | 5 | -212/+133 | |
| * | viafb: always return the best possible clock | Florian Tobias Schandinat | 2011-03-12 | 2 | -34/+28 | |
| * | viafb: remove duplicated clock information | Florian Tobias Schandinat | 2011-03-12 | 4 | -166/+29 | |
* | | viafb: factor lcd scaling parameters out | Florian Tobias Schandinat | 2011-03-09 | 2 | -85/+19 | |
* | | viafb: strip some structures | Florian Tobias Schandinat | 2011-03-09 | 2 | -15/+0 | |
* | | viafb: remove unused data_mode and device_type | Florian Tobias Schandinat | 2011-03-09 | 1 | -3/+0 | |
* | | viafb: kill lcd_panel_id | Florian Tobias Schandinat | 2011-03-09 | 5 | -107/+13 | |
|/ | ||||||
* | video via: make local variables static | Stephen Hemminger | 2011-03-09 | 5 | -59/+61 | |
* | video via: fix iomem access | Stephen Hemminger | 2011-03-09 | 1 | -8/+7 | |
* | video/via: drop deprecated (and unused) i2c_adapter.id | Peter Huewe | 2011-03-02 | 1 | -1/+0 | |
* | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 2011-01-26 | 1 | -4/+4 | |
* | Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 | Paul Mundt | 2010-11-10 | 4 | -23/+138 | |
|\ | ||||||
| * | viafb: Add OLPC XO-1.5 port configs | Daniel Drake | 2010-11-09 | 1 | -0/+17 | |
| * | viafb: suspend/resume for GPIOs | Jonathan Corbet | 2010-11-09 | 1 | -0/+29 | |
| * | viafb: General power management infrastructure | Daniel Drake | 2010-11-09 | 3 | -23/+92 | |
* | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-10-28 | 2 | -3/+15 | |
|\ \ | |/ |/| | ||||||
| * | [media] Add the via framebuffer camera controller driver | Jonathan Corbet | 2010-10-21 | 2 | -3/+15 | |
* | | viafb: add initial VX900 support | Florian Tobias Schandinat | 2010-10-24 | 7 | -4/+56 | |
* | | viafb: fix hardware acceleration for suspend & resume | Florian Tobias Schandinat | 2010-10-24 | 3 | -19/+31 | |
* | | viafb: make suspend and resume work (on all machines?) | Florian Tobias Schandinat | 2010-10-24 | 2 | -13/+0 | |
* | | viafb: restore display on resume | Florian Tobias Schandinat | 2010-10-24 | 1 | -0/+3 | |
* | | Minimal support for viafb suspend/resume | Deepak Saxena | 2010-10-24 | 3 | -0/+55 | |
* | | viafb: use proper register for colour when doing fill ops | Florian Tobias Schandinat | 2010-09-24 | 1 | -3/+4 |