summaryrefslogtreecommitdiffstats
path: root/drivers/video
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/epi...Linus Torvalds2011-04-041-11/+17
|\
| * unicore32 framebuffer fix: get videomemory by __get_free_pages() and make it ...Guan Xuetao2011-04-021-11/+17
* | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2011-03-262-48/+91
|\ \ | |/ |/|
| * ARM: pxafb: don't disable controller on cpufreq transition if overlay in useVasily Khoruzhick2011-03-161-1/+2
| * ARM: pxafb: fix typo in ypos assignmentVasily Khoruzhick2011-03-161-2/+2
| * ARM: pxafb: fix plane Z-ordering problemVasily Khoruzhick2011-03-161-2/+6
| * ARM: pxafb: rework pxafb overlay memory managementVasily Khoruzhick2011-03-162-43/+81
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-03-241-3/+0
|\ \
| * | matrox: Remove legacy VIDIOC_*_OLD ioctlsMauro Carvalho Chehab2011-03-211-3/+0
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2011-03-242-42/+20
|\ \
| * | mfd: Adopt mfd_data in 88pm860x backlightHaojian Zhuang2011-03-231-26/+8
| * | tmio: Silence warnings introduced by mfd changesAndres Salomon2011-03-231-6/+5
| * | fb: Use mfd_data instead of driver_data for tmio-fbAndres Salomon2011-03-231-8/+7
| * | mfd: mfd_cell is now implicitly available to tc6393xb driversAndres Salomon2011-03-231-11/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds2011-03-2456-1820/+5542
|\ \ \
| * | | fbcon: fix situation where fbcon gets deinitialised and can't reinit.Dave Airlie2011-03-221-2/+2
| * | | video, sm501: add OF binding to support SM501Heiko Schocher2011-03-221-3/+39
| * | | video, sm501: add edid and commandline supportHeiko Schocher2011-03-221-5/+60
| * | | video, sm501: add I/O functions for use on powerpcHeiko Schocher2011-03-221-82/+90
| * | | video: Fix EDID macros H_SYNC_WIDTH and H_SYNC_OFFSETMartin Decky2011-03-221-2/+2
| * | | fbcon: Bugfix soft cursor detection in Tile BlittingHenry Nestler2011-03-221-1/+1
| * | | 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-221-1/+1
| * | | 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