| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6 | Linus Torvalds | 2011-03-24 | 58 | -1884/+5614 |
|\ |
|
| * | fbcon: fix situation where fbcon gets deinitialised and can't reinit. | Dave Airlie | 2011-03-22 | 1 | -2/+2 |
| * | video, sm501: add OF binding to support SM501 | Heiko Schocher | 2011-03-22 | 2 | -4/+47 |
| * | video, sm501: add edid and commandline support | Heiko Schocher | 2011-03-22 | 1 | -5/+60 |
| * | video, sm501: add I/O functions for use on powerpc | Heiko Schocher | 2011-03-22 | 2 | -144/+153 |
| * | video: Fix EDID macros H_SYNC_WIDTH and H_SYNC_OFFSET | Martin Decky | 2011-03-22 | 1 | -2/+2 |
| * | fbcon: Bugfix soft cursor detection in Tile Blitting | Henry Nestler | 2011-03-22 | 1 | -1/+1 |
| * | video: add missing framebuffer_release in error path | axel lin | 2011-03-22 | 3 | -0/+3 |
| * | video: metronomefb: add __devexit_p around reference to metronomefb_remove | axel lin | 2011-03-22 | 1 | -1/+1 |
| * | video: hecubafb: add __devexit_p around reference to hecubafb_remove | axel lin | 2011-03-22 | 1 | -1/+1 |
| * | drivers:video:aty:radeon_base Fix typo occationally to occasionally | Justin P. Mattock | 2011-03-22 | 2 | -2/+2 |
| * | atmel_lcdfb: add fb_blank function | Andreas Bießmann | 2011-03-22 | 1 | -0/+24 |
| * | atmel_lcdfb: implement inverted contrast pwm | Andreas Bießmann | 2011-03-22 | 1 | -1/+6 |
| * | video: s3c-fb: return proper error if clk_get fails | axel lin | 2011-03-22 | 1 | -0/+1 |
| * | uvesafb,vesafb: create WC or WB PAT-entries | Thomas Schlichter | 2011-03-22 | 2 | -29/+64 |
| * | video: ffb: fix ffb_probe error path | axel lin | 2011-03-22 | 1 | -1/+1 |
| * | radeonfb: Let hwmon driver probe the "monid" I2C bus | Jean Delvare | 2011-03-22 | 1 | -0/+3 |
| * | fbdev: sh_mobile_lcdc: checking NULL instead of IS_ERR() | Dan Carpenter | 2011-03-22 | 1 | -2/+3 |
| * | video: sh7760fb: use resource_size() | axel lin | 2011-03-22 | 1 | -2/+2 |
| * | video: hpfb: use resource_size() | axel lin | 2011-03-22 | 1 | -3/+3 |
| * | s3fb: use new start address register | Ondrej Zary | 2011-03-22 | 1 | -1/+1 |
| * | s3fb: enable DTPC | Ondrej Zary | 2011-03-22 | 1 | -4/+24 |
| * | s3fb: fix 15/16bpp modes with over 115MHz pixclocks on 86C365 Trio3D | Ondrej Zary | 2011-03-22 | 1 | -0/+18 |
| * | s3fb: add support for 86C365 Trio3D | Ondrej Zary | 2011-03-22 | 1 | -4/+13 |
| * | s3fb: maximize virtual vertical size for fast scrolling | Ondrej Zary | 2011-03-22 | 1 | -0/+8 |
| * | vt8623fb: Compute VGA base iomem pointer explicitly. | David Miller | 2011-03-22 | 1 | -0/+11 |
| * | arkfb: Compute VGA base iomem pointer explicitly. | David Miller | 2011-03-22 | 1 | -0/+11 |
| * | s3fb: Compute VGA base iomem pointer explicitly. | David Miller | 2011-03-22 | 1 | -0/+11 |
| * | vt8623fb: Don't clobber par->state.vgabase during open method. | David Miller | 2011-03-22 | 1 | -0/+3 |
| * | s3fb: Don't clobber par->state.vgabase during open method. | David Miller | 2011-03-22 | 1 | -0/+3 |
| * | arkfb: Don't clobber par->state.vgabase during open method. | David Miller | 2011-03-22 | 1 | -0/+3 |
| * | vt8623fb: Pass par->state.vgabase to vga_*() calls. | David Miller | 2011-03-22 | 1 | -16/+16 |
| * | s3fb: Pass par->state.vgabase to vga_*() calls. | David Miller | 2011-03-22 | 1 | -50/+52 |
| * | arkfb: Pass par->state.vgabase to vga_*() calls. | David Miller | 2011-03-22 | 1 | -26/+34 |
| * | svga: Make svga_set_timings() take an iomem regbase pointer. | David Miller | 2011-03-22 | 4 | -19/+20 |
| * | svga: Make svga_tilecursor() take an iomem regbase pointer. | David Miller | 2011-03-22 | 4 | -10/+30 |
| * | svga: Make svga_set_textmode_vga_regs() take an iomem regbase pointer. | David Miller | 2011-03-22 | 4 | -23/+23 |
| * | svga: Make svga_set_default_crt_regs() take an iomem regbase pointer. | David Miller | 2011-03-22 | 4 | -9/+9 |
| * | svga: Make svga_wcrt_mask() take an iomem regbase pointer. | David Miller | 2011-03-22 | 4 | -91/+91 |
| * | svga: Make svga_wseq_mask() take an iomem regbase pointer. | David Miller | 2011-03-22 | 4 | -37/+44 |
| * | svga: Make svga_set_default_seq_regs take an iomem regbase pointer. | David Miller | 2011-03-22 | 4 | -9/+9 |
| * | svga: Make svga_set_default_atc_regs take an iomem regbase pointer. | David Miller | 2011-03-22 | 4 | -15/+15 |
| * | svga: Make svga_set_default_gfx_regs take an iomem regbase pointer. | David Miller | 2011-03-22 | 4 | -16/+16 |
| * | svga: Make svga_wseq_multi take an iomem regbase pointer. | David Miller | 2011-03-22 | 2 | -5/+5 |
| * | svga: Make svga_wcrt_multi take an iomem regbase pointer. | David Miller | 2011-03-22 | 4 | -30/+34 |
| * | svga: Make svga_wattr take an iomem regbase pointer. | David Miller | 2011-03-22 | 2 | -10/+10 |
| * | sisfb: add support for XGI Z9 DDR2 POST | Aaro Koskinen | 2011-03-22 | 1 | -9/+68 |
| * | sisfb: move XGI POST DDR2 bootup code into subroutines | Aaro Koskinen | 2011-03-22 | 1 | -55/+84 |
| * | sisfb: add RAM type detection for XGI Z9 | Aaro Koskinen | 2011-03-22 | 1 | -1/+7 |
| * | sisfb: add subroutine for detecting XGI Z9 | Aaro Koskinen | 2011-03-22 | 3 | -0/+20 |