summaryrefslogtreecommitdiff
path: root/drivers/video
AgeCommit message (Expand)AuthorFilesLines
2008-04-28pm2fb: correct error values returned from probe functionKrzysztof Helt1-2/+4
2008-04-28fbdev: use DIV_ROUND_UP or roundupJulia Lawall4-5/+4
2008-04-28powerpc: offb: add support for foreign endiannessAnton Vorontsov1-3/+12
2008-04-28fb: add support for foreign endiannessAnton Vorontsov9-131/+193
2008-04-28fbdev: make the best-fit section of fb_find_mode return the closest matching ...Michal Januszewski1-8/+16
2008-04-28mm: remove nopageNick Piggin1-2/+3
2008-04-28sparc: video drivers: add facility levelRobert Reif8-8/+8
2008-04-28sparc: tcx.c make tcx_init and tcx_exit staticRobert Reif1-2/+2
2008-04-28sparc: ffb.c make ffb_init and ffb_exit staticRobert Reif1-3/+2
2008-04-28sparc: cg14.c make cg14_init and cg15_exit staticRobert Reif1-2/+2
2008-04-28sparc: bw2.c fix bw2_exitRobert Reif1-2/+1
2008-04-27sparc: fix drivers/video/tcx.c warningRobert Reif1-2/+2
2008-04-25xen pvfb: Para-virtual framebuffer, keyboard and pointer driverMarkus Armbruster3-0/+565
2008-04-19Merge branch 'merge-fixes' into develRussell King1-0/+1
2008-04-19Merge branch 'omap2-upstream' into develRussell King2-24/+16
2008-04-19[ARM] pxa: separate GPIOs and their mode definitions to pxa2xx-gpio.heric miao1-0/+1
2008-04-16fbdev: fix /proc/fb oops after module removalAlexey Dobriyan1-0/+1
2008-03-29blackfin video driver: fix bug when opening/reading/mmaping BF54x and BF52x f...Michael Hennerich2-2/+2
2008-03-29blackfin video driver: update the BF52x EZKIT video framebuffer driver accord...Bryan Wu1-22/+14
2008-03-20fbdev: defio and MetronomefbJaya Kumar4-2/+1034
2008-03-20i810fb: fix console switch regressionStefan Bauer1-1/+1
2008-03-11fbdev: add BF52x EZkit Display driverMichael Hennerich3-0/+699
2008-03-11BF54x LQ043 Framebuffer driver: Update copyright on previously modified filesMichael Hennerich1-1/+1
2008-03-11BF54x LQ043 Framebuffer driver: fix bug lcd_device_register API breakageBryan Wu1-1/+1
2008-03-11BF54x LQ043 Framebuffer driver: fix bug NULL for gpio_request label is not al...Michael Hennerich1-1/+1
2008-03-11stifb: fix crash A1439A CRX (Rattler) graphics cardHelge Deller1-7/+15
2008-03-11mbxfb: fix incorrect argument typeKrzysztof Helt1-1/+1
2008-03-11tridentfb: fix memory size detectionKrzysztof Helt1-1/+1
2008-03-11tridentfb: register should be left in non-locked stateKrzysztof Helt1-12/+0
2008-03-06fb: hitfb: Balance probe/remove section annotations.Paul Mundt1-2/+2
2008-03-06fb: pvr2fb: Fix up remaining section mismatch.Paul Mundt1-8/+4
2008-03-05sm501fb: fix timing limitsVille Syrjala1-2/+4
2008-03-05sm501fb: set transp.offset to 0 in 8bpp and 16bpp modesVille Syrjala1-0/+2
2008-03-05sm501fb: RGB offsets are reversed in 16bpp modesVille Syrjala1-4/+4
2008-03-05sm501fb: direct color visual does not workVille Syrjala1-1/+3
2008-03-05tridentfb: resource management fixes in probe functionKrzysztof Helt1-17/+48
2008-02-24drivers/video/uvesafb.c: fix section mismatch warning in param_set_scroll()Sergio Luis1-1/+1
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki2-2/+2
2008-02-22Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-4/+4
2008-02-19[ATYFB]: Kill 'prom_palette' sparc code.David S. Miller1-64/+0
2008-02-17[ARM] 4828/1: fix 3 warnings in drivers/video/pxafb.cHolger Schurig1-4/+4
2008-02-13[SPARC]: video/cg14.c and video/sbuslib.c build fixesRobert Reif2-0/+2
2008-02-08mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells1-1/+1
2008-02-07Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds4-4/+228
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds1-2/+2
2008-02-07backlight: Add OMAP1 PWL backlight driverAndrzej Zaborowski3-0/+220
2008-02-07backlight: Avoid unecessary driver callbacksHelge Deller1-4/+8
2008-02-07Merge branch 'virtex-for-2.6.25' of git://git.secretlab.ca/git/linux-2.6-virt...Josh Boyer1-2/+2
2008-02-06fb: fix warning: no return statement in function returning non-voidAnton Vorontsov1-0/+1
2008-02-06fbcon: fix color generation for monochrome framebufferThomas Pfaff8-19/+55