summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-10-03fb: fix au1100fb bitrot.Manuel Lauss2-126/+61
2011-10-03mx3fb: fix NULL pointer dereference in screen blanking.Wolfram Stering1-0/+13
2011-10-03video: irq: Remove IRQF_DISABLEDYong Zhang18-20/+19
2011-10-03smscufx: change edid data to u8 instead of charDan Carpenter1-4/+4
2011-09-19drivers/video: fsl-diu-fb: use a normal for-loop to uninstall framebuffersTimur Tabi1-5/+5
2011-09-19drivers/video: fsl-diu-fb: fix memory leak on errorTimur Tabi1-0/+1
2011-09-19drivers/video: fsl-diu-fb: fix potential memcpy buffer overflow bugTimur Tabi1-1/+1
2011-09-19drivers/video: fsl-diu-fb: set the driver name to "fsl-diu-fb"Timur Tabi1-2/+2
2011-09-19drivers/video: fsl-diu-fb: improve local variable usage in some functionsTimur Tabi1-13/+10
2011-09-19drivers/video: fsl-diu-fb: remove redundant default video modeTimur Tabi1-25/+7
2011-09-19drivers/video: fsl-diu-fb: improve device tree usageTimur Tabi1-41/+24
2011-09-19drivers/video: fsl-diu-fb: fix compilation warningTimur Tabi1-1/+1
2011-09-19drivers/video: fsl-diu-fb: remove unused ioctlsTimur Tabi1-12/+0
2011-09-19drivers/video: fsl-diu-fb: clean up printk usageTimur Tabi1-88/+17
2011-09-19drivers/video: fsl-diu-fb: clean up whitespace and formattingTimur Tabi1-49/+55
2011-09-14smscufx: reduce number of casts in ufx_raw_rectSteve Glendinning1-10/+10
2011-09-14video: s3c-fb: Add S5P64X0 specific s3c_fb_driverdataAjay Kumar1-0/+27
2011-09-14fbdev: fix indentation in modedb.cTimur Tabi1-219/+225
2011-09-05fbdev: sh_mobile_lcdc: Remove sh_mobile_lcdc_set_bpp()Laurent Pinchart1-70/+17
2011-09-05fbdev: sh_mobile_lcdc: Split channel initialization from probe functionLaurent Pinchart1-118/+129
2011-09-05fbdev: sh_mobile_lcdc: Avoid forward declarationsLaurent Pinchart1-52/+50
2011-09-05fbdev: sh_mobile_lcdc: Update fix.line_length in .fb_set_par()Laurent Pinchart1-6/+11
2011-09-05fbdev: sh_mobile_lcdc: use display information in info for panningLaurent Pinchart1-12/+12
2011-09-05fbdev: sh_mobile_lcdc: Add support for format changes at runtimeLaurent Pinchart1-0/+14
2011-09-05fbdev: sh_mobile_lcdc: Adjust requested parameters in .fb_check_varLaurent Pinchart1-15/+88
2011-09-05sh_mobile_meram: Reset ICBs at unregistration timeLaurent Pinchart1-2/+4
2011-09-05Add support for SMSC UFX6000/7000 USB display adaptersSteve Glendinning3-0/+2011
2011-09-02fb: sh-mobile: Fix deadlock risk between lock_fb_info() and console_lock()Bruno Prémont1-21/+26
2011-09-02fb: avoid possible deadlock caused by fb_set_suspendHerton Ronaldo Krzesinski2-3/+3
2011-09-02fbdev: au1200fb: silence debug outputManuel Lauss1-1/+1
2011-09-02video: mb862xx-i2c: fix for reliable decoder register accessAnatolij Gustschin1-1/+1
2011-09-01fbdev: fix parsing of standard timingsTomi Valkeinen1-6/+15
2011-09-01video: nuc900fb: remove include of mach/clkdev.hAxel Lin1-1/+0
2011-09-01video: mxsfb: add missing include of linux/module.hAxel Lin1-0/+1
2011-08-31Merge branch 'sh-mobile-lcdc' of git://linuxtv.org/pinchartl/fbdev into fbdev...Florian Tobias Schandinat4-408/+439
2011-08-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal...Florian Tobias Schandinat24-227/+966
2011-08-24video: s3c-fb: Add support EXYNOS4 FIMDJingoo Han2-5/+85
2011-08-24udlfb: Enable fbcon access to framebuffer by defaultBernie Thompson1-2/+2
2011-08-24udlfb: Enable fb_defio by defaultBernie Thompson1-2/+2
2011-08-24udlfb: Add module option to do without shadow framebufferStuart Hopkins1-2/+8
2011-08-24udlfb: fix issues found with Sparse static analysisDr. David Alan Gilbert1-14/+16
2011-08-24udlfb: Search config descriptor if not at device levelAndrew Kephart1-5/+16
2011-08-24udlfb: add more comprehensive support for DPMS FB_BLANK_* modesBernie Thompson1-24/+73
2011-08-24Merge branch 'pan-fixes' of git://linuxtv.org/pinchartl/fbdev into fbdev-nextFlorian Tobias Schandinat28-106/+92
2011-08-22Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee139...Linus Torvalds1-5/+10
2011-08-21pci: fix new kernel-doc warning in pci.cRandy Dunlap1-1/+1
2011-08-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2-0/+8
2011-08-19drm/i915: set GFX_MODE to pre-Ivybridge default value even on IvybridgeJesse Barnes2-0/+8
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-98/+235
2011-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds7-152/+430