summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* video: add missing framebuffer_release in error pathaxel lin2011-03-223-0/+3
* video: metronomefb: add __devexit_p around reference to metronomefb_removeaxel lin2011-03-221-1/+1
* video: hecubafb: add __devexit_p around reference to hecubafb_removeaxel lin2011-03-221-1/+1
* drivers:video:aty:radeon_base Fix typo occationally to occasionallyJustin P. Mattock2011-03-222-2/+2
* atmel_lcdfb: add fb_blank functionAndreas Bießmann2011-03-221-0/+24
* atmel_lcdfb: implement inverted contrast pwmAndreas Bießmann2011-03-221-1/+6
* video: s3c-fb: return proper error if clk_get failsaxel lin2011-03-221-0/+1
* uvesafb,vesafb: create WC or WB PAT-entriesThomas Schlichter2011-03-222-29/+64
* video: ffb: fix ffb_probe error pathaxel lin2011-03-221-1/+1
* radeonfb: Let hwmon driver probe the "monid" I2C busJean Delvare2011-03-221-0/+3
* fbdev: sh_mobile_lcdc: checking NULL instead of IS_ERR()Dan Carpenter2011-03-221-2/+3
* video: sh7760fb: use resource_size()axel lin2011-03-221-2/+2
* video: hpfb: use resource_size()axel lin2011-03-221-3/+3
* s3fb: use new start address registerOndrej Zary2011-03-221-1/+1
* s3fb: enable DTPCOndrej Zary2011-03-221-4/+24
* s3fb: fix 15/16bpp modes with over 115MHz pixclocks on 86C365 Trio3DOndrej Zary2011-03-221-0/+18
* s3fb: add support for 86C365 Trio3DOndrej Zary2011-03-221-4/+13
* s3fb: maximize virtual vertical size for fast scrollingOndrej Zary2011-03-221-0/+8
* vt8623fb: Compute VGA base iomem pointer explicitly.David Miller2011-03-221-0/+11
* arkfb: Compute VGA base iomem pointer explicitly.David Miller2011-03-221-0/+11
* s3fb: Compute VGA base iomem pointer explicitly.David Miller2011-03-221-0/+11
* vt8623fb: Don't clobber par->state.vgabase during open method.David Miller2011-03-221-0/+3
* s3fb: Don't clobber par->state.vgabase during open method.David Miller2011-03-221-0/+3
* arkfb: Don't clobber par->state.vgabase during open method.David Miller2011-03-221-0/+3
* vt8623fb: Pass par->state.vgabase to vga_*() calls.David Miller2011-03-221-16/+16
* s3fb: Pass par->state.vgabase to vga_*() calls.David Miller2011-03-221-50/+52
* arkfb: Pass par->state.vgabase to vga_*() calls.David Miller2011-03-221-26/+34
* svga: Make svga_set_timings() take an iomem regbase pointer.David Miller2011-03-224-19/+20
* svga: Make svga_tilecursor() take an iomem regbase pointer.David Miller2011-03-224-10/+30
* svga: Make svga_set_textmode_vga_regs() take an iomem regbase pointer.David Miller2011-03-224-23/+23
* svga: Make svga_set_default_crt_regs() take an iomem regbase pointer.David Miller2011-03-224-9/+9
* svga: Make svga_wcrt_mask() take an iomem regbase pointer.David Miller2011-03-224-91/+91
* svga: Make svga_wseq_mask() take an iomem regbase pointer.David Miller2011-03-224-37/+44
* svga: Make svga_set_default_seq_regs take an iomem regbase pointer.David Miller2011-03-224-9/+9
* svga: Make svga_set_default_atc_regs take an iomem regbase pointer.David Miller2011-03-224-15/+15
* svga: Make svga_set_default_gfx_regs take an iomem regbase pointer.David Miller2011-03-224-16/+16
* svga: Make svga_wseq_multi take an iomem regbase pointer.David Miller2011-03-222-5/+5
* svga: Make svga_wcrt_multi take an iomem regbase pointer.David Miller2011-03-224-30/+34
* svga: Make svga_wattr take an iomem regbase pointer.David Miller2011-03-222-10/+10
* sisfb: add support for XGI Z9 DDR2 POSTAaro Koskinen2011-03-221-9/+68
* sisfb: move XGI POST DDR2 bootup code into subroutinesAaro Koskinen2011-03-221-55/+84
* sisfb: add RAM type detection for XGI Z9Aaro Koskinen2011-03-221-1/+7
* sisfb: add subroutine for detecting XGI Z9Aaro Koskinen2011-03-223-0/+20
* sisfb: move XGI POST RAM type detection into a subroutineAaro Koskinen2011-03-221-22/+35
* sisfb: POST should fail if R/W test failsAaro Koskinen2011-03-221-5/+17
* vmlfb: use list_move() instead of list_del()/list_add() combinationKirill A. Shutemov2011-03-221-2/+1
* omap: use list_move() instead of list_del()/list_add() combinationKirill A. Shutemov2011-03-222-4/+2
* Merge branch 'for-paul' of git://gitorious.org/linux-omap-dss2/linuxPaul Mundt2011-03-2227-1244/+4520
|\
| * OMAP: DSS2: Implement OMAP4 DSS fclk supportMurthy, Raghuveer2011-03-181-12/+22
| * OMAP: DSS2: Clean up for dpll4_m4_ck handlingTomi Valkeinen2011-03-181-34/+59