Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2011-03-21 | viafb: no need to write CRTC values twice | Florian Tobias Schandinat | 1 | -3/+0 |
2011-03-21 | viafb: move initialization code | Florian Tobias Schandinat | 1 | -5/+7 |
2011-03-21 | viafb: initialize margins correct | Florian Tobias Schandinat | 1 | -20/+11 |
2011-03-17 | viafb: refresh rate bug collection | Florian Tobias Schandinat | 4 | -30/+36 |
2011-03-13 | Merge branch 'viafb-pll' into viafb-next | Florian Tobias Schandinat | 7 | -747/+479 |
2011-03-12 | viafb: split pll configs up | Florian Tobias Schandinat | 1 | -347/+301 |
2011-03-12 | viafb: remove duplicated clock storage | Florian Tobias Schandinat | 5 | -212/+133 |
2011-03-12 | viafb: always return the best possible clock | Florian Tobias Schandinat | 2 | -34/+28 |
2011-03-12 | viafb: remove duplicated clock information | Florian Tobias Schandinat | 4 | -166/+29 |
2011-03-09 | viafb: factor lcd scaling parameters out | Florian Tobias Schandinat | 2 | -85/+19 |
2011-03-09 | viafb: strip some structures | Florian Tobias Schandinat | 2 | -15/+0 |
2011-03-09 | viafb: remove unused data_mode and device_type | Florian Tobias Schandinat | 1 | -3/+0 |
2011-03-09 | viafb: kill lcd_panel_id | Florian Tobias Schandinat | 5 | -107/+13 |
2011-03-09 | video via: make local variables static | Stephen Hemminger | 5 | -59/+61 |
2011-03-09 | video via: fix iomem access | Stephen Hemminger | 1 | -8/+7 |
2011-03-02 | video/via: drop deprecated (and unused) i2c_adapter.id | Peter Huewe | 1 | -1/+0 |
2011-01-26 | console: rename acquire/release_console_sem() to console_lock/unlock() | Torben Hohn | 1 | -4/+4 |
2010-11-10 | Merge branch 'viafb-next' of git://github.com/schandinat/linux-2.6 | Paul Mundt | 4 | -23/+138 |
2010-11-09 | viafb: Add OLPC XO-1.5 port configs | Daniel Drake | 1 | -0/+17 |
2010-11-09 | viafb: suspend/resume for GPIOs | Jonathan Corbet | 1 | -0/+29 |
2010-11-09 | viafb: General power management infrastructure | Daniel Drake | 3 | -23/+92 |
2010-10-28 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -3/+15 |
2010-10-24 | viafb: add initial VX900 support | Florian Tobias Schandinat | 7 | -4/+56 |
2010-10-24 | viafb: fix hardware acceleration for suspend & resume | Florian Tobias Schandinat | 3 | -19/+31 |
2010-10-24 | viafb: make suspend and resume work (on all machines?) | Florian Tobias Schandinat | 2 | -13/+0 |
2010-10-24 | viafb: restore display on resume | Florian Tobias Schandinat | 1 | -0/+3 |
2010-10-24 | Minimal support for viafb suspend/resume | Deepak Saxena | 3 | -0/+55 |
2010-10-21 | [media] Add the via framebuffer camera controller driver | Jonathan Corbet | 2 | -3/+15 |
2010-09-24 | viafb: use proper register for colour when doing fill ops | Florian Tobias Schandinat | 1 | -3/+4 |
2010-09-24 | viafb: rename output devices | Florian Tobias Schandinat | 3 | -30/+30 |
2010-09-24 | viafb: add a mapping of supported output devices | Florian Tobias Schandinat | 1 | -0/+48 |
2010-09-24 | viafb: set sync polarity for all output devices | Florian Tobias Schandinat | 1 | -9/+25 |
2010-09-24 | viafb: add function to change sync polarity per device | Florian Tobias Schandinat | 2 | -3/+26 |
2010-09-24 | viafb: reduce I2C timeout and delay | Florian Tobias Schandinat | 1 | -2/+2 |
2010-09-24 | viafb: enable I2C for CRT | Florian Tobias Schandinat | 1 | -1/+1 |
2010-09-24 | viafb: fix i2c_transfer error handling | Florian Tobias Schandinat | 1 | -3/+24 |
2010-09-24 | viafb: vt1636 cleanup | Florian Tobias Schandinat | 5 | -131/+42 |
2010-09-24 | viafb: introduce per output device power management | Florian Tobias Schandinat | 6 | -111/+137 |
2010-09-24 | viafb: limit LCD code impact | Florian Tobias Schandinat | 1 | -31/+0 |
2010-09-24 | viafb: add interface for output device configuration | Florian Tobias Schandinat | 4 | -24/+216 |
2010-09-24 | viafb: merge the remaining output path with enable functions | Florian Tobias Schandinat | 4 | -205/+136 |
2010-09-24 | viafb: use new device routing | Florian Tobias Schandinat | 1 | -63/+38 |
2010-09-24 | viafb: add new output device management | Florian Tobias Schandinat | 3 | -0/+114 |
2010-09-24 | viafb: reduce viafb_set_iga_path usage | Florian Tobias Schandinat | 2 | -1/+2 |
2010-09-24 | viafb: propagate __init and __devinit | Florian Tobias Schandinat | 7 | -34/+38 |
2010-09-24 | viafb: rework output device routing | Florian Tobias Schandinat | 1 | -89/+94 |
2010-09-24 | viafb: enable second display channel at central place | Florian Tobias Schandinat | 1 | -30/+5 |
2010-09-24 | viafb: unify output path configuration | Florian Tobias Schandinat | 3 | -7/+17 |
2010-09-24 | viafb: remove stub | Florian Tobias Schandinat | 1 | -17/+0 |
2010-09-24 | viafb: remove lcdtbl.h | Florian Tobias Schandinat | 2 | -592/+7 |